From 470481190b21ada52cb1cc6a7190cbfa095cb033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Mon, 29 Aug 2022 12:53:13 -0600 Subject: [PATCH] Item and Creature corrections and cleanup --- sql/world/base/ZZ_aq_quest_nerf.sql | 33 + .../base/{cleanup.sql => ZZ_cleanup.sql} | 0 sql/world/base/aq_attunement_drops.sql | 7 + sql/world/base/item_changes.sql | 7266 ++++- sql/world/base/restore_vanilla_elites.sql | 269 - .../base/vanilla_creature_misc_values.sql | 9135 ------ .../base/vanilla_creature_reputations.sql | 300 + sql/world/base/vanilla_creature_values.sql | 26094 ++++++++++++++++ sql/world/base/vanilla_gold_values.sql | 2823 -- sql/world/base/vanilla_mob_factions.sql | 171 +- sql/world/base/vanilla_quest_levels.sql | 39 + .../base/vanilla_spell_school_immunity.sql | 15 + .../base/vanilla_spell_school_resistances.sql | 746 +- sql/world/base/vanilla_vendors.sql | 852 + sql/world/base/zone_deadwind_pass.sql | 15 - sql/world/base/zone_durotar.sql | 42 - 16 files changed, 34162 insertions(+), 13645 deletions(-) rename sql/world/base/{cleanup.sql => ZZ_cleanup.sql} (100%) create mode 100644 sql/world/base/aq_attunement_drops.sql delete mode 100644 sql/world/base/restore_vanilla_elites.sql delete mode 100644 sql/world/base/vanilla_creature_misc_values.sql create mode 100644 sql/world/base/vanilla_creature_reputations.sql create mode 100644 sql/world/base/vanilla_creature_values.sql delete mode 100644 sql/world/base/vanilla_gold_values.sql diff --git a/sql/world/base/ZZ_aq_quest_nerf.sql b/sql/world/base/ZZ_aq_quest_nerf.sql index 9c9fb18..658cbcb 100644 --- a/sql/world/base/ZZ_aq_quest_nerf.sql +++ b/sql/world/base/ZZ_aq_quest_nerf.sql @@ -3,3 +3,36 @@ Feel free to adjust to taste - divide RewardFactionOverride1 by 100 to get the amount of rep that would be awarded */ UPDATE quest_template SET RewardFactionOverride1=800000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8301; UPDATE quest_template SET RewardFactionOverride1=800000, RewardFactionOverride2=0,RewardFactionOverride3=0,RewardFactionOverride4=0,RewardFactionOverride5=0 WHERE ID=8302; + +/* Revert drop rate for Nightmare_corruption to nerfed WotLK drop rate */ +UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21146; +UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21147; +UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Item` = 21148; + +/* Revert Narain's Scrying Goggles to nerfed WotLK drop rate */ +DELETE FROM `creature_loot_template` WHERE `Item` = 20951; +INSERT INTO `creature_loot_template` (`Chance`, `Comment`, `Entry`, `GroupId`, `Item`, `LootMode`, `MaxCount`, `MinCount`, `QuestRequired`, `Reference`) VALUES +(1, NULL, 11502, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Molten Giant - Narain\'s Scrying Goggles', 11658, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Molten Destroyer - Narain\'s Scrying Goggles', 11659, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Flamewaker - Narain\'s Scrying Goggles', 11661, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Flamewaker Priest - Narain\'s Scrying Goggles', 11662, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Flamewaker Healer - Narain\'s Scrying Goggles', 11663, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Flamewaker Elite - Narain\'s Scrying Goggles', 11664, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Lava Annihilator - Narain\'s Scrying Goggles', 11665, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Firewalker - Narain\'s Scrying Goggles', 11666, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Flameguard - Narain\'s Scrying Goggles', 11667, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Firelord - Narain\'s Scrying Goggles', 11668, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Ancient Core Hound - Narain\'s Scrying Goggles', 11673, 0, 20951, 1, 1, 1, 1, 0), +(1, NULL, 11982, 0, 20951, 1, 1, 1, 1, 0), +(1, NULL, 11988, 0, 20951, 1, 1, 1, 1, 0), +(1, NULL, 12056, 0, 20951, 1, 1, 1, 1, 0), +(1, NULL, 12057, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Lava Elemental - Narain\'s Scrying Goggles', 12076, 0, 20951, 1, 1, 1, 1, 0), +(1, NULL, 12098, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Lava Reaver - Narain\'s Scrying Goggles', 12100, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Lava Surger - Narain\'s Scrying Goggles', 12101, 0, 20951, 1, 1, 1, 1, 0), +(1, NULL, 12118, 0, 20951, 1, 1, 1, 1, 0), +(100, 'Flamewaker Protector - Narain\'s Scrying Goggles', 12119, 0, 20951, 1, 1, 1, 1, 0), +(1, NULL, 12259, 0, 20951, 1, 1, 1, 1, 0), +(1, NULL, 12264, 0, 20951, 1, 1, 1, 1, 0); \ No newline at end of file diff --git a/sql/world/base/cleanup.sql b/sql/world/base/ZZ_cleanup.sql similarity index 100% rename from sql/world/base/cleanup.sql rename to sql/world/base/ZZ_cleanup.sql diff --git a/sql/world/base/aq_attunement_drops.sql b/sql/world/base/aq_attunement_drops.sql new file mode 100644 index 0000000..27e37c3 --- /dev/null +++ b/sql/world/base/aq_attunement_drops.sql @@ -0,0 +1,7 @@ +-- Fix drop rate for Nightmare_corruption +UPDATE `creature_loot_template` SET `Chance` = 1 WHERE `Item` = 21146; +UPDATE `creature_loot_template` SET `Chance` = 1 WHERE `Item` = 21147; +UPDATE `creature_loot_template` SET `Chance` = 1 WHERE `Item` = 21148; + +-- FIx drop rate for Narain's Scrying Goggles +UPDATE `creature_loot_template` SET `Chance` = 2 WHERE `Item` = 20951; \ No newline at end of file diff --git a/sql/world/base/item_changes.sql b/sql/world/base/item_changes.sql index 3e8ae2b..5bc39c0 100644 --- a/sql/world/base/item_changes.sql +++ b/sql/world/base/item_changes.sql @@ -10,3887 +10,8541 @@ ALTER TABLE item_template MODIFY arcane_res SMALLINT; UPDATE item_template SET RequiredReputationFaction=529, RequiredReputationRank=6 WHERE entry IN (18169, 18170, 18171, 18172, 18173); UPDATE item_template SET RequiredReputationFaction=529, RequiredReputationRank=7 WHERE entry=18182; +/* Martin Fury */ +UPDATE `item_template` SET `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; + +/* Axe of the Deep Woods */ +UPDATE `item_template` SET `spellppmrate_1` = 0.8 WHERE entry=811; + +/* Lifestone */ +UPDATE `item_template` SET `spellid_1` = 17712, `spellcooldown_1` = 1800000, `spellcategorycooldown_1` = 0, `spellid_3` = 0, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=833; + +/* Knightly Longsword */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=864; + +/* Monk's Staff */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=866; + +/* Flurry Axe */ +UPDATE `item_template` SET `spellppmrate_1` = 1.8 WHERE entry=871; + /* Rockslicer */ -UPDATE item_template SET Quality = 2, dmg_min1 = 36.0, dmg_max1 = 55.0, stat_value1 = 7 WHERE entry=872; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 36.0, `dmg_max1` = 55.0, `stat_value1` = 7, `DisenchantID` = 23 WHERE entry=872; + +/* Staff of Jordan */ +UPDATE `item_template` SET `spelltrigger_2` = 0, `spelltrigger_3` = 0, `spelltrigger_4` = 0, `spelltrigger_5` = 0 WHERE entry=873; /* Worn Wooden Buckler */ -UPDATE item_template SET Quality = 0 WHERE entry=876; +UPDATE `item_template` SET `Quality` = 0 WHERE entry=876; /* Naga Battle Gloves */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=888; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=888; + +/* Madwolf Bracers */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=897; + +/* Freezing Band */ +UPDATE `item_template` SET `spellid_1` = 9308 WHERE entry=942; + +/* Elemental Mage Staff */ +UPDATE `item_template` SET `spellid_1` = 17873, `spellid_2` = 17897 WHERE entry=944; + +/* Fire Sword of Crippling */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=997; + +/* Well-used Sword */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1008; + +/* Compact Hammer */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1009; + +/* Gnarled Short Staff */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1010; + +/* Sharp Axe */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1011; + +/* Plate Helmet D2 (test) */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1024; + +/* Mail Helmet A (Test) */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1027; + +/* Defias Renegade Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1076; + +/* Rod of the Sleepwalker */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1155; /* Lavishly Jeweled Ring */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 2, stat_type2 = 5, stat_value2 = 6 WHERE entry=1156; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 2, `stat_type2` = 5, `stat_value2` = 6 WHERE entry=1156; + +/* Dented Buckler */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1166; + +/* Small Targe */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1167; + +/* Overseer's Ring */ +UPDATE `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; + +/* Banded Buckler */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1193; + +/* Bind On Use Test Item */ +UPDATE `item_template` SET `spellid_1` = 133, `spellcooldown_1` = 30000, `spellcategorycooldown_1` = 30000, `spellcategory_1` = 24 WHERE entry=1258; /* JYoo test item */ -UPDATE item_template SET dmg_min1 = 1.0, dmg_max1 = 1.0, dmg_min2 = 3000.0, dmg_max2 = 3000.0 WHERE entry=1259; +UPDATE `item_template` SET `dmg_min1` = 1.0, `dmg_max1` = 1.0, `dmg_min2` = 3000.0, `dmg_max2` = 3000.0 WHERE entry=1259; + +/* Cloaked Hood */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1280; /* Sparkmetal Coif */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=1282; +UPDATE `item_template` SET `stat_type2` = 6, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1282; /* Riding Gloves */ -UPDATE item_template SET stat_type1 = 3, stat_type2 = 5, stat_value2 = 3 WHERE entry=1304; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 5, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=1304; + +/* Ring of Iron Will */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1319; /* Thistlewood Axe */ -UPDATE item_template SET dmg_min1 = 7.0, dmg_max1 = 11.0 WHERE entry=1386; +UPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 11.0, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=1386; + +/* Warrior's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=1438; + +/* Jeweled Amulet of Cainwyn */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1443; /* Minor Channeling Ring */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=1449; +UPDATE `item_template` SET `stat_type2` = 6, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=1449; + +/* Ring of the Shadow */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=1462; + +/* Witching Stave */ +UPDATE `item_template` SET `spellid_1` = 9412 WHERE entry=1484; /* Gloomshroud Armor */ -UPDATE item_template SET stat_type1 = 6, stat_type2 = 4 WHERE entry=1489; +UPDATE `item_template` SET `stat_type1` = 6, `stat_type2` = 4 WHERE entry=1489; + +/* Ring of Precision */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=1491; /* Engineering Gloves */ -UPDATE item_template SET stat_type1 = 4, stat_type2 = 5, stat_value2 = 8 WHERE entry=1659; +UPDATE `item_template` SET `stat_type1` = 4, `stat_type2` = 5, `stat_value2` = 8, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=1659; + +/* Necklace of Calisea */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=1714; /* Polished Jazeraint Armor */ -UPDATE item_template SET stat_type1 = 6, stat_type3 = 4, stat_value3 = 9 WHERE entry=1715; +UPDATE `item_template` SET `stat_type1` = 6, `stat_type3` = 4, `stat_value3` = 9 WHERE entry=1715; /* Basilisk Hide Pants */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=1718; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=1718; + +/* Tanglewood Staff */ +UPDATE `item_template` SET `spellid_1` = 9411 WHERE entry=1720; /* Lucky Trousers */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 2, stat_type3 = 6, stat_value3 = 3 WHERE entry=1832; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 2, `stat_type3` = 6, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=1832; /* Silk-threaded Trousers */ -UPDATE item_template SET stat_type1 = 3, stat_type2 = 6, stat_value2 = 3 WHERE entry=1929; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 6, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=1929; /* Buzz Saw */ -UPDATE item_template SET Quality = 2, dmg_min1 = 17.0, dmg_max1 = 33.0, stat_value1 = 2, stat_value2 = 2 WHERE entry=1937; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 17.0, `dmg_max1` = 33.0, `stat_value1` = 2, `stat_value2` = 2, `DisenchantID` = 23 WHERE entry=1937; + +/* Mindthrust Bracers */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=1974; + +/* Underworld Band */ +UPDATE `item_template` SET `spellid_1` = 9414 WHERE entry=1980; + +/* Swampchill Fetish */ +UPDATE `item_template` SET `spellid_1` = 9402, `spellid_2` = 9412 WHERE entry=1992; + +/* Bloodscalp Channeling Staff */ +UPDATE `item_template` SET `spellid_1` = 9359 WHERE entry=1998; /* Ring of Forlorn Spirits */ -UPDATE item_template SET Quality = 2, stat_value1 = 2, stat_type2 = 6, stat_value2 = 7 WHERE entry=2043; +UPDATE `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; /* Crescent of Forlorn Spirits */ -UPDATE item_template SET Quality = 2, dmg_min1 = 20.0, dmg_max1 = 38.0, stat_type1 = 6, stat_value1 = 6 WHERE entry=2044; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 20.0, `dmg_max1` = 38.0, `stat_type1` = 6, `stat_value1` = 6, `DisenchantID` = 25 WHERE entry=2044; + +/* Magician Staff */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=2077; /* Double-barreled Shotgun */ -UPDATE item_template SET dmg_min1 = 21.0, dmg_max1 = 40.0 WHERE entry=2098; +UPDATE `item_template` SET `dmg_min1` = 21.0, `dmg_max1` = 40.0 WHERE entry=2098; /* Dwarven Hand Cannon */ -UPDATE item_template SET dmg_min1 = 66.0, dmg_max1 = 124.0 WHERE entry=2099; +UPDATE `item_template` SET `dmg_min1` = 66.0, `dmg_max1` = 124.0 WHERE entry=2099; /* Precisely Calibrated Boomstick */ -UPDATE item_template SET dmg_min1 = 38.0, dmg_max1 = 45.0 WHERE entry=2100; +UPDATE `item_template` SET `dmg_min1` = 38.0, `dmg_max1` = 45.0 WHERE entry=2100; /* Scratched Claymore */ -UPDATE item_template SET dmg_max1 = 7.0 WHERE entry=2128; +UPDATE `item_template` SET `dmg_max1` = 7.0 WHERE entry=2128; /* Foreman's Leggings */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=2166; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=2166; /* Foreman's Gloves */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 5 WHERE entry=2167; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2167; /* Buzzer Blade */ -UPDATE item_template SET Quality = 1, dmg_min1 = 10.0, dmg_max1 = 19.0, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2169; +UPDATE `item_template` SET `Quality` = 1, `dmg_min1` = 10.0, `dmg_max1` = 19.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2169; + +/* Inferno Robe */ +UPDATE `item_template` SET `spellid_1` = 17747 WHERE entry=2231; /* Nightwalker Armor */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 9, stat_type2 = 7, stat_value2 = 4 WHERE entry=2234; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 9, `stat_type2` = 7, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2234; + +/* Militia Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=2249; /* Mantle of Thieves */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=2264; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=2264; + +/* Necromancer Leggings */ +UPDATE `item_template` SET `spellid_1` = 7709 WHERE entry=2277; /* Kam's Walking Stick */ -UPDATE item_template SET Quality = 2, dmg_min1 = 41.0, dmg_max1 = 62.0, bonding = 2, stat_type1 = 3, stat_value1 = 3, stat_type2 = 5, stat_value2 = 8 WHERE entry=2280; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 41.0, `dmg_max1` = 62.0, `bonding` = 2, `stat_type1` = 3, `stat_value1` = 3, `stat_type2` = 5, `stat_value2` = 8, `DisenchantID` = 24, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2280; /* Fine Leather Boots */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2307; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2307; /* Embossed Leather Boots */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=2309; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=2309; /* Embossed Leather Cloak */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2310; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2310; /* White Leather Jerkin */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2311; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2311; /* Fine Leather Gloves */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=2312; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=2312; /* Toughened Leather Armor */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2314; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2314; /* Dark Leather Boots */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2315; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2315; /* Dark Leather Cloak */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=2316; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=2316; + +/* Round Buckler */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=2377; + +/* Ringed Buckler */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=2441; + +/* Reinforced Targe */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=2442; + +/* Metal Buckler */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=2443; + +/* Ornate Buckler */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0, `spellcooldown_4` = 0, `spellcategorycooldown_4` = 0 WHERE entry=2444; /* Peon Sword */ -UPDATE item_template SET dmg_min1 = 2.0, dmg_max1 = 5.0 WHERE entry=2481; +UPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 5.0 WHERE entry=2481; /* Rough Broad Axe */ -UPDATE item_template SET dmg_max1 = 6.0 WHERE entry=2483; +UPDATE `item_template` SET `dmg_max1` = 6.0 WHERE entry=2483; /* Splintered Board */ -UPDATE item_template SET dmg_max1 = 3.0 WHERE entry=2485; +UPDATE `item_template` SET `dmg_max1` = 3.0 WHERE entry=2485; /* Large Stone Mace */ -UPDATE item_template SET dmg_min1 = 4.0 WHERE entry=2486; +UPDATE `item_template` SET `dmg_min1` = 4.0 WHERE entry=2486; /* Acolyte Staff */ -UPDATE item_template SET dmg_min1 = 4.0, dmg_max1 = 6.0 WHERE entry=2487; +UPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 6.0 WHERE entry=2487; /* Raider Shortsword */ -UPDATE item_template SET dmg_min1 = 5.0, dmg_max1 = 11.0 WHERE entry=2496; +UPDATE `item_template` SET `dmg_min1` = 5.0, `dmg_max1` = 11.0 WHERE entry=2496; /* Rusted Claymore */ -UPDATE item_template SET dmg_min1 = 12.0, dmg_max1 = 19.0 WHERE entry=2497; +UPDATE `item_template` SET `dmg_min1` = 12.0, `dmg_max1` = 19.0 WHERE entry=2497; /* Worn Shortbow */ -UPDATE item_template SET dmg_min1 = 2.0, dmg_max1 = 5.0 WHERE entry=2504; +UPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 5.0 WHERE entry=2504; /* Polished Shortbow */ -UPDATE item_template SET dmg_min1 = 2.0, dmg_max1 = 5.0 WHERE entry=2505; +UPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 5.0 WHERE entry=2505; /* Hornwood Recurve Bow */ -UPDATE item_template SET dmg_min1 = 3.0, dmg_max1 = 7.0 WHERE entry=2506; +UPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 7.0 WHERE entry=2506; /* Laminated Recurve Bow */ -UPDATE item_template SET dmg_min1 = 10.0, dmg_max1 = 20.0 WHERE entry=2507; +UPDATE `item_template` SET `dmg_min1` = 10.0, `dmg_max1` = 20.0 WHERE entry=2507; /* Old Blunderbuss */ -UPDATE item_template SET dmg_min1 = 2.0, dmg_max1 = 5.0 WHERE entry=2508; +UPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 5.0 WHERE entry=2508; /* Ornate Blunderbuss */ -UPDATE item_template SET dmg_min1 = 4.0, dmg_max1 = 9.0 WHERE entry=2509; +UPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 9.0 WHERE entry=2509; /* Solid Blunderbuss */ -UPDATE item_template SET dmg_min1 = 3.0, dmg_max1 = 6.0 WHERE entry=2510; +UPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 6.0 WHERE entry=2510; /* Hunter's Boomstick */ -UPDATE item_template SET dmg_min1 = 7.0, dmg_max1 = 14.0 WHERE entry=2511; +UPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=2511; + +/* Staff of the Shade */ +UPDATE `item_template` SET `spellid_1` = 9328 WHERE entry=2549; + +/* Elven Spirit Claws */ +UPDATE `item_template` SET `spellid_1` = 9361 WHERE entry=2564; + +/* Rod of Molten Fire */ +UPDATE `item_template` SET `spellid_1` = 9400 WHERE entry=2565; /* Linen Boots */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=2569; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=2569; /* Reinforced Linen Cape */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2580; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2580; /* Green Woolen Vest */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=2582; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=2582; /* Woolen Boots */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 2 WHERE entry=2583; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2583; + +/* Burning Robes */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=2617; + +/* Thinking Cap */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=2624; /* Spinner Fang */ -UPDATE item_template SET dmg_min1 = 9.0, dmg_max1 = 18.0 WHERE entry=2664; +UPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 18.0 WHERE entry=2664; /* Cracked Shortbow */ -UPDATE item_template SET dmg_min1 = 3.0, dmg_max1 = 6.0 WHERE entry=2773; +UPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 6.0 WHERE entry=2773; /* Rust-covered Blunderbuss */ -UPDATE item_template SET dmg_min1 = 3.0, dmg_max1 = 6.0 WHERE entry=2774; +UPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 6.0 WHERE entry=2774; /* Feeble Shortbow */ -UPDATE item_template SET dmg_min1 = 4.0, dmg_max1 = 8.0 WHERE entry=2777; +UPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 8.0 WHERE entry=2777; /* Cheap Blunderbuss */ -UPDATE item_template SET dmg_min1 = 5.0, dmg_max1 = 9.0 WHERE entry=2778; +UPDATE `item_template` SET `dmg_min1` = 5.0, `dmg_max1` = 9.0 WHERE entry=2778; /* Light Hunting Bow */ -UPDATE item_template SET dmg_min1 = 5.0, dmg_max1 = 10.0 WHERE entry=2780; +UPDATE `item_template` SET `dmg_min1` = 5.0, `dmg_max1` = 10.0 WHERE entry=2780; /* Dirty Blunderbuss */ -UPDATE item_template SET dmg_min1 = 6.0, dmg_max1 = 12.0 WHERE entry=2781; +UPDATE `item_template` SET `dmg_min1` = 6.0, `dmg_max1` = 12.0 WHERE entry=2781; /* Mishandled Recurve Bow */ -UPDATE item_template SET dmg_min1 = 9.0, dmg_max1 = 18.0 WHERE entry=2782; +UPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 18.0 WHERE entry=2782; /* Shoddy Blunderbuss */ -UPDATE item_template SET dmg_min1 = 7.0, dmg_max1 = 14.0 WHERE entry=2783; +UPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=2783; /* Stiff Recurve Bow */ -UPDATE item_template SET dmg_min1 = 13.0, dmg_max1 = 25.0 WHERE entry=2785; +UPDATE `item_template` SET `dmg_min1` = 13.0, `dmg_max1` = 25.0 WHERE entry=2785; /* Oiled Blunderbuss */ -UPDATE item_template SET dmg_min1 = 9.0, dmg_max1 = 19.0 WHERE entry=2786; +UPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 19.0 WHERE entry=2786; + +/* Yeti Fur Cloak */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=2805; /* Death Speaker Scepter */ -UPDATE item_template SET dmg_min1 = 33.0, dmg_max1 = 63.0, RequiredLevel = 28 WHERE entry=2816; +UPDATE `item_template` SET `dmg_min1` = 33.0, `dmg_max1` = 63.0, `spellid_1` = 7679, `spellid_2` = 7708, `RequiredLevel` = 28 WHERE entry=2816; /* Hurricane */ -UPDATE item_template SET dmg_min1 = 34.0, dmg_max1 = 63.0 WHERE entry=2824; +UPDATE `item_template` SET `dmg_min1` = 34.0, `dmg_max1` = 63.0 WHERE entry=2824; /* Bow of Searing Arrows */ -UPDATE item_template SET dmg_min1 = 47.0, dmg_max1 = 88.0 WHERE entry=2825; +UPDATE `item_template` SET `dmg_min1` = 47.0, `dmg_max1` = 88.0 WHERE entry=2825; /* Bronze Mace */ -UPDATE item_template SET Quality = 1, dmg_min1 = 18.0, dmg_max1 = 34.0, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2848; +UPDATE `item_template` SET `Quality` = 1, `dmg_min1` = 18.0, `dmg_max1` = 34.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2848; /* Bronze Axe */ -UPDATE item_template SET Quality = 1, dmg_min1 = 15.0, dmg_max1 = 29.0, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2849; +UPDATE `item_template` SET `Quality` = 1, `dmg_min1` = 15.0, `dmg_max1` = 29.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2849; /* Bronze Shortsword */ -UPDATE item_template SET Quality = 1, dmg_min1 = 16.0, dmg_max1 = 31.0, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2850; +UPDATE `item_template` SET `Quality` = 1, `dmg_min1` = 16.0, `dmg_max1` = 31.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2850; /* Runed Copper Bracers */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=2854; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=2854; /* Runed Copper Belt */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=2857; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=2857; /* Rough Bronze Leggings */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=2865; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=2865; /* Rough Bronze Cuirass */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=2866; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=2866; + +/* Rough Bronze Bracers */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=2867; /* Silvered Bronze Breastplate */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=2869; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=2869; + +/* Antipodean Rod */ +UPDATE `item_template` SET `spellid_1` = 7686, `spellid_2` = 7700 WHERE entry=2879; /* Daryl's Hunting Bow */ -UPDATE item_template SET dmg_min1 = 9.0, dmg_max1 = 18.0 WHERE entry=2903; +UPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 18.0 WHERE entry=2903; /* Daryl's Hunting Rifle */ -UPDATE item_template SET dmg_min1 = 11.0, dmg_max1 = 21.0 WHERE entry=2904; +UPDATE `item_template` SET `dmg_min1` = 11.0, `dmg_max1` = 21.0 WHERE entry=2904; /* Dwarven Tree Chopper */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=2907; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 7552 WHERE entry=2907; /* Sacred Relic */ -UPDATE item_template SET bonding = 0, RequiredLevel = 5 WHERE entry=2920; +UPDATE `item_template` SET `bonding` = 0, `RequiredLevel` = 5 WHERE entry=2920; /* Blessed Relic */ -UPDATE item_template SET bonding = 0, RequiredLevel = 10 WHERE entry=2921; +UPDATE `item_template` SET `bonding` = 0, `RequiredLevel` = 10 WHERE entry=2921; /* Spirit Relic */ -UPDATE item_template SET bonding = 0, RequiredLevel = 15 WHERE entry=2922; +UPDATE `item_template` SET `bonding` = 0, `RequiredLevel` = 15 WHERE entry=2922; + +/* Cursed Eye of Paleth */ +UPDATE `item_template` SET `spellid_1` = 7709 WHERE entry=2944; + +/* Icicle Rod */ +UPDATE `item_template` SET `spellid_1` = 7703 WHERE entry=2950; /* Watch Master's Cloak */ -UPDATE item_template SET stat_type1 = 7 WHERE entry=2953; +UPDATE `item_template` SET `stat_type1` = 7 WHERE entry=2953; /* Night Watch Pantaloons */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 9, stat_type2 = 5, stat_value2 = 8 WHERE entry=2954; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 9, `stat_type2` = 5, `stat_value2` = 8, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=2954; /* Relic of the Eye */ -UPDATE item_template SET bonding = 0, RequiredLevel = 5 WHERE entry=3003; +UPDATE `item_template` SET `bonding` = 0, `RequiredLevel` = 5 WHERE entry=3003; /* Relic of the Dead */ -UPDATE item_template SET bonding = 0, RequiredLevel = 10 WHERE entry=3004; +UPDATE `item_template` SET `bonding` = 0, `RequiredLevel` = 10 WHERE entry=3004; /* Relic of Truth */ -UPDATE item_template SET bonding = 0, RequiredLevel = 15 WHERE entry=3005; +UPDATE `item_template` SET `bonding` = 0, `RequiredLevel` = 15 WHERE entry=3005; /* Noble's Robe */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 1, stat_type3 = 6, stat_value3 = 3 WHERE entry=3019; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 1, `stat_type3` = 6, `stat_value3` = 3 WHERE entry=3019; /* Enduring Cap */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 7 WHERE entry=3020; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 7 WHERE entry=3020; /* Ranger Bow */ -UPDATE item_template SET dmg_min1 = 23.0, dmg_max1 = 45.0 WHERE entry=3021; +UPDATE `item_template` SET `dmg_min1` = 23.0, `dmg_max1` = 45.0 WHERE entry=3021; /* Large Bore Blunderbuss */ -UPDATE item_template SET dmg_min1 = 13.0, dmg_max1 = 24.0 WHERE entry=3023; +UPDATE `item_template` SET `dmg_min1` = 13.0, `dmg_max1` = 24.0 WHERE entry=3023; /* BKP 2700 "Enforcer" */ -UPDATE item_template SET dmg_min1 = 18.0, dmg_max1 = 34.0 WHERE entry=3024; +UPDATE `item_template` SET `dmg_min1` = 18.0, `dmg_max1` = 34.0 WHERE entry=3024; /* BKP 42 "Ultra" */ -UPDATE item_template SET dmg_min1 = 20.0, dmg_max1 = 38.0 WHERE entry=3025; +UPDATE `item_template` SET `dmg_min1` = 20.0, `dmg_max1` = 38.0 WHERE entry=3025; /* Reinforced Bow */ -UPDATE item_template SET dmg_min1 = 11.0, dmg_max1 = 22.0 WHERE entry=3026; +UPDATE `item_template` SET `dmg_min1` = 11.0, `dmg_max1` = 22.0 WHERE entry=3026; /* Heavy Recurve Bow */ -UPDATE item_template SET dmg_min1 = 15.0, dmg_max1 = 29.0 WHERE entry=3027; +UPDATE `item_template` SET `dmg_min1` = 15.0, `dmg_max1` = 29.0 WHERE entry=3027; /* Heavy Shortbow */ -UPDATE item_template SET dmg_min1 = 10.0, dmg_max1 = 20.0 WHERE entry=3036; +UPDATE `item_template` SET `dmg_min1` = 10.0, `dmg_max1` = 20.0 WHERE entry=3036; /* Whipwood Recurve Bow */ -UPDATE item_template SET dmg_min1 = 17.0, dmg_max1 = 32.0 WHERE entry=3037; +UPDATE `item_template` SET `dmg_min1` = 17.0, `dmg_max1` = 32.0 WHERE entry=3037; /* Short Ash Bow */ -UPDATE item_template SET dmg_min1 = 12.0, dmg_max1 = 23.0 WHERE entry=3039; +UPDATE `item_template` SET `dmg_min1` = 12.0, `dmg_max1` = 23.0 WHERE entry=3039; /* Hunter's Muzzle Loader */ -UPDATE item_template SET dmg_min1 = 9.0, dmg_max1 = 18.0 WHERE entry=3040; +UPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 18.0 WHERE entry=3040; /* "Mage-Eye" Blunderbuss */ -UPDATE item_template SET dmg_min1 = 24.0, dmg_max1 = 46.0 WHERE entry=3041; +UPDATE `item_template` SET `dmg_min1` = 24.0, `dmg_max1` = 46.0 WHERE entry=3041; /* BKP "Sparrow" Smallbore */ -UPDATE item_template SET dmg_min1 = 15.0, dmg_max1 = 30.0 WHERE entry=3042; +UPDATE `item_template` SET `dmg_min1` = 15.0, `dmg_max1` = 30.0 WHERE entry=3042; + +/* Smoldering Pants */ +UPDATE `item_template` SET `spellid_1` = 9400 WHERE entry=3073; + +/* Eye of Flame */ +UPDATE `item_template` SET `spellid_1` = 17878 WHERE entry=3075; /* Naga Heartpiercer */ -UPDATE item_template SET Quality = 2, dmg_min1 = 13.0, dmg_max1 = 25.0, stat_type1 = 0, stat_value1 = 0 WHERE entry=3078; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 13.0, `dmg_max1` = 25.0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 24 WHERE entry=3078; /* Skorn's Rifle */ -UPDATE item_template SET dmg_min1 = 6.0, dmg_max1 = 13.0 WHERE entry=3079; +UPDATE `item_template` SET `dmg_min1` = 6.0, `dmg_max1` = 13.0 WHERE entry=3079; /* Arced War Axe */ -UPDATE item_template SET Quality = 2, dmg_min1 = 46.0, dmg_max1 = 70.0, stat_value1 = 6, stat_value2 = 6, RequiredLevel = 21 WHERE entry=3191; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 46.0, `dmg_max1` = 70.0, `stat_value1` = 6, `stat_value2` = 6, `DisenchantID` = 24, `RequiredLevel` = 21 WHERE entry=3191; + +/* Brutal War Axe */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=3210; /* Wicked Dagger */ -UPDATE item_template SET dmg_min1 = 10.0, dmg_max1 = 20.0, bonding = 2, stat_type1 = 4, stat_value1 = 1, stat_type2 = 3, stat_value2 = 1 WHERE entry=3222; +UPDATE `item_template` SET `dmg_min1` = 10.0, `dmg_max1` = 20.0, `bonding` = 2, `stat_type1` = 4, `stat_value1` = 1, `stat_type2` = 3, `stat_value2` = 1, `DisenchantID` = 0 WHERE entry=3222; /* Tarantula Silk Sash */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 2, stat_type2 = 5, stat_value2 = 5 WHERE entry=3229; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 2, `stat_type2` = 5, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3229; /* Black Wolf Bracers */ -UPDATE item_template SET Quality = 2, stat_value1 = 5, RequiredLevel = 21 WHERE entry=3230; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 5, `DisenchantID` = 4, `RequiredLevel` = 21 WHERE entry=3230; + +/* Aura Proc Damage Sword */ +UPDATE `item_template` SET `spellid_1` = 3742, `spelltrigger_1` = 2 WHERE entry=3278; /* Barbaric Cloth Gloves */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 1 WHERE entry=3308; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3308; /* Barbaric Loincloth */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 3, stat_type2 = 5, stat_value2 = 2 WHERE entry=3309; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 3, `stat_type2` = 5, `stat_value2` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3309; /* Martyr's Chain */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=3416; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=3416; /* Sniper Rifle */ -UPDATE item_template SET dmg_min1 = 56.0, dmg_max1 = 65.0 WHERE entry=3430; +UPDATE `item_template` SET `dmg_min1` = 56.0, `dmg_max1` = 65.0 WHERE entry=3430; + +/* Ceremonial Tomahawk */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=3443; /* Runed Copper Gauntlets */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=3472; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=3472; /* Gemmed Copper Gauntlets */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=3474; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0 WHERE entry=3474; /* Rough Bronze Shoulders */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=3480; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=3480; /* Silvered Bronze Shoulders */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=3481; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=3481; /* Silvered Bronze Boots */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=3482; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=3482; /* Silvered Bronze Gauntlets */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=3483; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=3483; /* Raptor's End */ -UPDATE item_template SET dmg_min1 = 24.0, dmg_max1 = 46.0 WHERE entry=3493; +UPDATE `item_template` SET `dmg_min1` = 24.0, `dmg_max1` = 46.0 WHERE entry=3493; /* Beerstained Gloves */ -UPDATE item_template SET stat_type1 = 4, stat_type2 = 7, stat_value2 = 3 WHERE entry=3565; +UPDATE `item_template` SET `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3565; /* Dwarven Fishing Pole */ -UPDATE item_template SET dmg_min1 = 9.0, dmg_max1 = 19.0 WHERE entry=3567; +UPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 19.0 WHERE entry=3567; /* Warrior's Buckler */ -UPDATE item_template SET ItemLevel = 9, RequiredLevel = 4 WHERE entry=3648; +UPDATE `item_template` SET `ItemLevel` = 9, `RequiredLevel` = 4 WHERE entry=3648; + +/* Tribal Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3649; + +/* Battle Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3650; + +/* Veteran Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3651; + +/* Hunting Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3652; + +/* Ceremonial Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3653; + +/* Brackwater Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3654; + +/* Burnished Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3655; + +/* Lambent Scale Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=3656; /* Hillman's Cloak */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=3719; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=3719; /* Brewing Rod */ -UPDATE item_template SET dmg_min1 = 39.0, dmg_max1 = 59.0 WHERE entry=3738; +UPDATE `item_template` SET `dmg_min1` = 39.0, `dmg_max1` = 59.0 WHERE entry=3738; /* Bow of Plunder */ -UPDATE item_template SET dmg_min1 = 20.0, dmg_max1 = 39.0 WHERE entry=3742; +UPDATE `item_template` SET `dmg_min1` = 20.0, `dmg_max1` = 39.0 WHERE entry=3742; /* Feline Mantle */ -UPDATE item_template SET ItemLevel = 28, stat_value1 = 10, stat_value2 = 3, stat_type3 = 3, stat_value3 = 2, RequiredLevel = 23 WHERE entry=3748; +UPDATE `item_template` SET `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; /* Grunt Vest */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 5, stat_type2 = 6, stat_value2 = 4 WHERE entry=3752; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 5, `stat_type2` = 6, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=3752; /* Mantis Boots */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 3, stat_type2 = 6, stat_value2 = 7, stat_type3 = 3, stat_value3 = 2 WHERE entry=3764; +UPDATE `item_template` SET `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; /* Taut Compound Bow */ -UPDATE item_template SET dmg_min1 = 13.0, dmg_max1 = 25.0 WHERE entry=3778; +UPDATE `item_template` SET `dmg_min1` = 13.0, `dmg_max1` = 25.0 WHERE entry=3778; /* Long-barreled Musket */ -UPDATE item_template SET dmg_min1 = 14.0, dmg_max1 = 27.0 WHERE entry=3780; +UPDATE `item_template` SET `dmg_min1` = 14.0, `dmg_max1` = 27.0 WHERE entry=3780; /* Green Iron Bracers */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=3835; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=3835; /* Golden Scale Coif */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=3837; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=3837; /* Golden Scale Shoulders */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=3841; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=3841; /* Golden Scale Leggings */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=3843; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=3843; /* Golden Scale Cuirass */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=3845; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=3845; /* Golden Scale Boots */ -UPDATE item_template SET stat_value1 = 8, stat_type2 = 6, stat_value2 = 8, stat_type3 = 0, stat_value3 = 0 WHERE entry=3847; +UPDATE `item_template` SET `stat_value1` = 8, `stat_type2` = 6, `stat_value2` = 8, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=3847; /* Hardened Iron Shortsword */ -UPDATE item_template SET dmg_min1 = 21.0, dmg_max1 = 39.0, stat_type1 = 7, stat_value1 = 5 WHERE entry=3849; +UPDATE `item_template` SET `dmg_min1` = 21.0, `dmg_max1` = 39.0, `stat_type1` = 7, `stat_value1` = 5 WHERE entry=3849; /* Golden Iron Destroyer */ -UPDATE item_template SET dmg_min1 = 50.0, dmg_max1 = 76.0 WHERE entry=3852; +UPDATE `item_template` SET `dmg_min1` = 50.0, `dmg_max1` = 76.0 WHERE entry=3852; /* Moonsteel Broadsword */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 4, stat_type2 = 6, stat_value2 = 12, stat_type3 = 0, stat_value3 = 0 WHERE entry=3853; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 4, `stat_type2` = 6, `stat_value2` = 12, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=3853; /* TEST Legendary */ -UPDATE item_template SET dmg_min1 = 16.0, dmg_max1 = 31.0 WHERE entry=3895; +UPDATE `item_template` SET `dmg_min1` = 16.0, `dmg_max1` = 31.0 WHERE entry=3895; /* Balanced Long Bow */ -UPDATE item_template SET dmg_min1 = 15.0, dmg_max1 = 29.0 WHERE entry=4025; +UPDATE `item_template` SET `dmg_min1` = 15.0, `dmg_max1` = 29.0 WHERE entry=4025; /* Sentinel Musket */ -UPDATE item_template SET dmg_min1 = 22.0, dmg_max1 = 43.0 WHERE entry=4026; +UPDATE `item_template` SET `dmg_min1` = 22.0, `dmg_max1` = 43.0 WHERE entry=4026; /* Aurora Gloves */ -UPDATE item_template SET stat_type1 = 3, stat_type2 = 5, stat_value2 = 8 WHERE entry=4042; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 5, `stat_value2` = 8, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4042; + +/* Emblazoned Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4064; + +/* Combat Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4065; + +/* Insignia Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4066; + +/* Glyphed Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4067; + +/* Chief Brigadier Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4068; + +/* Blackforge Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4069; + +/* Jouster's Crest */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4070; /* Flash Rifle */ -UPDATE item_template SET dmg_min1 = 19.0, dmg_max1 = 36.0 WHERE entry=4086; +UPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 36.0 WHERE entry=4086; /* Trueshot Bow */ -UPDATE item_template SET dmg_min1 = 24.0, dmg_max1 = 45.0 WHERE entry=4087; +UPDATE `item_template` SET `dmg_min1` = 24.0, `dmg_max1` = 45.0 WHERE entry=4087; /* Ricochet Blunderbuss */ -UPDATE item_template SET dmg_min1 = 36.0, dmg_max1 = 67.0 WHERE entry=4089; +UPDATE `item_template` SET `dmg_min1` = 36.0, `dmg_max1` = 67.0 WHERE entry=4089; + +/* Choker of the High Shaman */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4112; + +/* Grom'gol Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4115; + +/* Scorching Sash */ +UPDATE `item_template` SET `spellid_1` = 9400 WHERE entry=4117; /* Robe of Crystal Waters */ -UPDATE item_template SET Quality = 2, stat_value1 = 8, stat_type2 = 6, stat_value2 = 9, stat_value3 = 10 WHERE entry=4120; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 8, `stat_type2` = 6, `stat_value2` = 9, `stat_value3` = 10, `DisenchantID` = 6 WHERE entry=4120; /* Gemmed Gloves */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 5, stat_type3 = 5, stat_value3 = 6 WHERE entry=4121; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 5, `stat_type3` = 5, `stat_value3` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4121; /* Shrapnel Blaster */ -UPDATE item_template SET dmg_min1 = 23.0, dmg_max1 = 43.0 WHERE entry=4127; +UPDATE `item_template` SET `dmg_min1` = 23.0, `dmg_max1` = 43.0 WHERE entry=4127; /* Nimboya's Mystical Staff */ -UPDATE item_template SET Quality = 2, dmg_min1 = 65.0, dmg_max1 = 99.0 WHERE entry=4134; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 65.0, `dmg_max1` = 99.0, `DisenchantID` = 28, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4134; + +/* Bloodbone Band */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4135; /* Feathered Mantle */ -UPDATE item_template SET RequiredLevel = 25 WHERE entry=4196; +UPDATE `item_template` SET `DisenchantID` = 0, `RequiredLevel` = 25 WHERE entry=4196; /* Embossed Leather Gloves */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=4239; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4239; /* Embossed Leather Pants */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=4242; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=4242; /* Hillman's Leather Vest */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 4 WHERE entry=4244; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4 WHERE entry=4244; /* Fine Leather Belt */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=4246; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4246; /* Hillman's Leather Gloves */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 5 WHERE entry=4247; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 5 WHERE entry=4247; /* Hillman's Belt */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 4 WHERE entry=4250; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4 WHERE entry=4250; /* Hillman's Shoulders */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=4251; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=4251; /* Toughened Leather Gloves */ -UPDATE item_template SET stat_type2 = 6, stat_type3 = 7 WHERE entry=4253; +UPDATE `item_template` SET `stat_type2` = 6, `stat_type3` = 7 WHERE entry=4253; /* Barbaric Gloves */ -UPDATE item_template SET stat_value1 = 5, stat_type2 = 6, stat_value2 = 4, stat_type3 = 3, stat_value3 = 4 WHERE entry=4254; +UPDATE `item_template` SET `stat_value1` = 5, `stat_type2` = 6, `stat_value2` = 4, `stat_type3` = 3, `stat_value3` = 4 WHERE entry=4254; /* Green Leather Armor */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=4255; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=4255; /* Guardian Armor */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 9 WHERE entry=4256; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 9 WHERE entry=4256; /* Green Leather Belt */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=4257; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=4257; /* Guardian Belt */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 6 WHERE entry=4258; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 6 WHERE entry=4258; /* Green Leather Bracers */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=4259; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=4259; /* Guardian Leather Bracers */ -UPDATE item_template SET stat_type1 = 5, stat_value1 = 6 WHERE entry=4260; +UPDATE `item_template` SET `stat_type1` = 5, `stat_value1` = 6 WHERE entry=4260; /* Gem-studded Leather Belt */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 6 WHERE entry=4262; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 6, `spellcooldown_1` = 3600000 WHERE entry=4262; /* Barbaric Belt */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 11 WHERE entry=4264; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 11, `spellcooldown_1` = 3600000 WHERE entry=4264; /* Heavy Linen Gloves */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=4307; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4307; /* Green Linen Bracers */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=4308; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4308; /* Double-stitched Woolen Shoulders */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=4314; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4314; /* Reinforced Woolen Shoulders */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=4315; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=4315; + +/* Phoenix Pants */ +UPDATE `item_template` SET `spellid_1` = 7689 WHERE entry=4317; + +/* Azure Silk Gloves */ +UPDATE `item_template` SET `spellid_1` = 7703 WHERE entry=4319; /* Spidersilk Boots */ -UPDATE item_template SET ItemLevel = 25, stat_type1 = 6, stat_value1 = 7, RequiredLevel = 20 WHERE entry=4320; +UPDATE `item_template` SET `ItemLevel` = 25, `stat_type1` = 6, `stat_value1` = 7, `RequiredLevel` = 20 WHERE entry=4320; /* Spider Silk Slippers */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 3 WHERE entry=4321; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4321; + +/* Shadow Hood */ +UPDATE `item_template` SET `spellid_1` = 7708 WHERE entry=4323; + +/* Azure Silk Vest */ +UPDATE `item_template` SET `spellid_1` = 7701 WHERE entry=4324; /* Icy Cloak */ -UPDATE item_template SET frost_res = 11, stat_type1 = 6, stat_value1 = 6, stat_type2 = 0, stat_value2 = 0 WHERE entry=4327; +UPDATE `item_template` SET `frost_res` = 11, `stat_type1` = 6, `stat_value1` = 6, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=4327; + +/* Phoenix Gloves */ +UPDATE `item_template` SET `spellid_1` = 7688 WHERE entry=4331; /* Brown Linen Pants */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=4343; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=4343; /* Rough Boomstick */ -UPDATE item_template SET dmg_min1 = 6.0, dmg_max1 = 13.0 WHERE entry=4362; +UPDATE `item_template` SET `dmg_min1` = 6.0, `dmg_max1` = 13.0 WHERE entry=4362; /* Deadly Blunderbuss */ -UPDATE item_template SET dmg_min1 = 15.0, dmg_max1 = 28.0 WHERE entry=4369; +UPDATE `item_template` SET `dmg_min1` = 15.0, `dmg_max1` = 28.0 WHERE entry=4369; /* Lovingly Crafted Boomstick */ -UPDATE item_template SET dmg_min1 = 12.0, dmg_max1 = 23.0 WHERE entry=4372; +UPDATE `item_template` SET `dmg_min1` = 12.0, `dmg_max1` = 23.0 WHERE entry=4372; /* Silver-plated Shotgun */ -UPDATE item_template SET dmg_min1 = 19.0, dmg_max1 = 37.0 WHERE entry=4379; +UPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 37.0 WHERE entry=4379; /* Moonsight Rifle */ -UPDATE item_template SET dmg_min1 = 14.0, dmg_max1 = 26.0 WHERE entry=4383; +UPDATE `item_template` SET `dmg_min1` = 14.0, `dmg_max1` = 26.0 WHERE entry=4383; /* Craftsman's Monocle */ -UPDATE item_template SET RequiredLevel = 32 WHERE entry=4393; +UPDATE `item_template` SET `RequiredLevel` = 32 WHERE entry=4393; + +/* Ethereal Talisman */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4430; /* Raptor Hide Harness */ -UPDATE item_template SET stat_value1 = 13, stat_type2 = 0, stat_value2 = 0 WHERE entry=4455; +UPDATE `item_template` SET `stat_value1` = 13, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=4455; /* Raptor Hide Belt */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 6 WHERE entry=4456; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 6 WHERE entry=4456; /* Beaded Raptor Collar */ -UPDATE item_template SET stat_type1 = 4, stat_type2 = 7, stat_value2 = 6 WHERE entry=4463; +UPDATE `item_template` SET `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4463; /* Ravenwood Bow */ -UPDATE item_template SET dmg_min1 = 17.0, dmg_max1 = 32.0 WHERE entry=4474; +UPDATE `item_template` SET `dmg_min1` = 17.0, `dmg_max1` = 32.0 WHERE entry=4474; /* Beastwalker Robe */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 3, stat_type3 = 6, stat_value3 = 6 WHERE entry=4476; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 3, `stat_type3` = 6, `stat_value3` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4476; + +/* Nefarious Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=4477; /* Pit Fighter's Shield */ -UPDATE item_template SET Quality = 2, stat_value2 = 3 WHERE entry=4507; +UPDATE `item_template` SET `Quality` = 2, `stat_value2` = 3, `DisenchantID` = 27 WHERE entry=4507; /* Blood-tinged Armor */ -UPDATE item_template SET Quality = 2, stat_value1 = 5, stat_value2 = 15 WHERE entry=4508; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 5, `stat_value2` = 15, `DisenchantID` = 7 WHERE entry=4508; + +/* Ironforge Memorial Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4535; + +/* Gnomish Zapper */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4547; /* Servomechanic Sledgehammer */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=4548; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 7560 WHERE entry=4548; + +/* Seafire Band */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4549; + +/* Coldwater Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4550; /* Light Bow */ -UPDATE item_template SET dmg_min1 = 9.0, dmg_max1 = 18.0 WHERE entry=4576; +UPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 18.0 WHERE entry=4576; /* Compact Shotgun */ -UPDATE item_template SET dmg_min1 = 7.0, dmg_max1 = 14.0 WHERE entry=4577; +UPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=4577; /* Walking Boots */ -UPDATE item_template SET stat_type2 = 3 WHERE entry=4660; +UPDATE `item_template` SET `stat_type2` = 3 WHERE entry=4660; /* Pulsating Crystalline Shard */ -UPDATE item_template SET Quality = 2 WHERE entry=4743; +UPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 8, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=4743; /* Blackwood Recurve Bow */ -UPDATE item_template SET dmg_min1 = 7.0, dmg_max1 = 14.0 WHERE entry=4763; +UPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=4763; /* Coppercloth Gloves */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 3 WHERE entry=4767; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=4767; /* Test Wand JChow */ -UPDATE item_template SET dmg_min1 = 11.0, dmg_max1 = 21.0 WHERE entry=4912; +UPDATE `item_template` SET `dmg_min1` = 11.0, `dmg_max1` = 21.0, `spellcooldown_1` = -1 WHERE entry=4912; /* Hickory Shortbow */ -UPDATE item_template SET dmg_min1 = 5.0, dmg_max1 = 10.0 WHERE entry=4931; +UPDATE `item_template` SET `dmg_min1` = 5.0, `dmg_max1` = 10.0 WHERE entry=4931; + +/* Test Totem */ +UPDATE `item_template` SET `spellid_1` = 4975, `spellcharges_1` = -1 WHERE entry=4956; /* Bloodhoof Hand Axe */ -UPDATE item_template SET dmg_min1 = 8.0, dmg_max1 = 16.0 WHERE entry=4965; +UPDATE `item_template` SET `dmg_min1` = 8.0, `dmg_max1` = 16.0 WHERE entry=4965; /* Vigilant Buckler */ -UPDATE item_template SET Quality = 2, stat_value1 = 7 WHERE entry=4975; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 7, `DisenchantID` = 26 WHERE entry=4975; + +/* Test Proc Wand */ +UPDATE `item_template` SET `spellid_1` = 2607, `spelltrigger_1` = 2, `spellcharges_1` = -1, `spellcooldown_1` = 0 WHERE entry=4985; + +/* Burning Obsidian Band */ +UPDATE `item_template` SET `DisenchantID` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4988; /* Mage Dragon Robe */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 7, stat_type2 = 6, stat_value2 = 18 WHERE entry=4989; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 7, `stat_type2` = 6, `stat_value2` = 18, `DisenchantID` = 0 WHERE entry=4989; + +/* Scorched Bands */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=4990; + +/* Blood Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4998; + +/* Azora's Will */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=4999; /* Coral Band */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 4, stat_type2 = 5, stat_value2 = 3 WHERE entry=5000; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 3, `DisenchantID` = 0 WHERE entry=5000; + +/* Heart Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5001; + +/* Glowing Green Talisman */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5002; + +/* Crystal Starfire Medallion */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5003; + +/* Mark of the Kirin Tor */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=5004; + +/* Quicksilver Ring */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=5008; + +/* Inscribed Gold Ring */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=5010; /* Artisan's Trousers */ -UPDATE item_template SET stat_type1 = 3, stat_type2 = 6, stat_value2 = 9 WHERE entry=5016; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 6, `stat_value2` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=5016; + +/* Lord Sakrasis' Scepter */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=5028; + +/* Talisman of the Naga Lord */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5029; + +/* Fire Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5069; + +/* Shadow Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5071; + +/* Charred Razormane Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5092; + +/* Razormane War Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5094; + +/* Necklace of Harmony */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5180; + +/* Pulsating Hydra Heart */ +UPDATE `item_template` SET `spellid_1` = 7687 WHERE entry=5183; /* Rhahk'Zor's Hammer */ -UPDATE item_template SET Quality = 1, dmg_min1 = 30.0, dmg_max1 = 46.0, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=5187; +UPDATE `item_template` SET `Quality` = 1, `dmg_min1` = 30.0, `dmg_max1` = 46.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=5187; /* Thief's Blade */ -UPDATE item_template SET Quality = 2, dmg_min1 = 13.0, dmg_max1 = 25.0, stat_value1 = 3 WHERE entry=5192; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 13.0, `dmg_max1` = 25.0, `stat_value1` = 3, `DisenchantID` = 23 WHERE entry=5192; /* Gold-flecked Gloves */ -UPDATE item_template SET Quality = 2, stat_type1 = 4, stat_value1 = 4, stat_type2 = 5, stat_value2 = 3 WHERE entry=5195; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 4, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 3, `DisenchantID` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=5195; /* Smite's Reaver */ -UPDATE item_template SET Quality = 2, dmg_min1 = 14.0, dmg_max1 = 28.0, stat_type2 = 6, stat_value2 = 1, stat_value3 = 1 WHERE entry=5196; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 14.0, `dmg_max1` = 28.0, `stat_type2` = 6, `stat_value2` = 1, `stat_value3` = 1, `DisenchantID` = 23 WHERE entry=5196; /* Cookie's Tenderizer */ -UPDATE item_template SET Quality = 2, dmg_min1 = 20.0, dmg_max1 = 39.0, stat_value1 = 3 WHERE entry=5197; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 20.0, `dmg_max1` = 39.0, `stat_value1` = 3, `DisenchantID` = 23 WHERE entry=5197; + +/* Cookie's Stirring Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5198; /* Smelting Pants */ -UPDATE item_template SET Quality = 2, stat_value1 = 5, stat_type2 = 6, stat_value2 = 4 WHERE entry=5199; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 5, `stat_type2` = 6, `stat_value2` = 4, `DisenchantID` = 3 WHERE entry=5199; /* Impaling Harpoon */ -UPDATE item_template SET Quality = 2, dmg_min1 = 27.0, dmg_max1 = 42.0, stat_value1 = 7 WHERE entry=5200; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 27.0, `dmg_max1` = 42.0, `stat_value1` = 7, `DisenchantID` = 23 WHERE entry=5200; + +/* Opaque Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5207; + +/* Smoldering Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5208; + +/* Gloom Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5209; + +/* Burning Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5210; + +/* Dusk Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5211; + +/* Blazing Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5212; + +/* Scorching Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5213; + +/* Wand of Eventide */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5214; + +/* Ember Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5215; + +/* Umbral Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5216; /* Alchemist's Wand */ -UPDATE item_template SET dmg_min1 = 5.0, dmg_max1 = 11.0, bonding = 1, RequiredLevel = 0 WHERE entry=5235; +UPDATE `item_template` SET `dmg_min1` = 5.0, `dmg_max1` = 11.0, `bonding` = 1, `RequiredLevel` = 0 WHERE entry=5235; + +/* Combustible Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5236; + +/* Pitchwood Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5238; + +/* Blackbone Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5239; + +/* Torchlight Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5240; + +/* Dwarven Flamestick */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5241; + +/* Cinder Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5242; + +/* Firebelcher */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5243; + +/* Consecrated Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5244; + +/* Summoner's Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5245; + +/* Excavation Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5246; + +/* Rod of Sorrow */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5247; + +/* Flash Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5248; + +/* Burning Sliver */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5249; + +/* Charred Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5250; + +/* Wand of Decay */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5252; + +/* Goblin Igniter */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5253; /* Rugged Spaulders */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=5254; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=5254; /* Quilboar Tomahawk */ -UPDATE item_template SET dmg_min1 = 13.0, dmg_max1 = 26.0 WHERE entry=5255; +UPDATE `item_template` SET `dmg_min1` = 13.0, `dmg_max1` = 26.0 WHERE entry=5255; + +/* Eye of Adaegus */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5266; + +/* Scarlet Kris */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=5267; /* Privateer Musket */ -UPDATE item_template SET dmg_min1 = 12.0, dmg_max1 = 24.0 WHERE entry=5309; +UPDATE `item_template` SET `dmg_min1` = 12.0, `dmg_max1` = 24.0 WHERE entry=5309; /* Sea Dog Britches */ -UPDATE item_template SET stat_type1 = 4, stat_type2 = 6, stat_value2 = 4 WHERE entry=5310; +UPDATE `item_template` SET `stat_type1` = 4, `stat_type2` = 6, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=5310; + +/* Totemic Clan Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5313; + +/* Flaring Baton */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5326; + +/* Cauldron Stirrer */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5340; /* Orcish Battle Bow */ -UPDATE item_template SET dmg_min1 = 7.0, dmg_max1 = 14.0 WHERE entry=5346; +UPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=5346; + +/* Pestilent Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5347; + +/* Bounty Hunter's Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5351; + +/* Branding Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5356; /* Serpent's Shoulders */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=5404; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=5404; /* Boahn's Fang */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=5423; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=5423; /* Runescale Girdle */ -UPDATE item_template SET Quality = 2, stat_value1 = 5 WHERE entry=5425; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 5, `DisenchantID` = 2 WHERE entry=5425; /* Miner's Cape */ -UPDATE item_template SET Quality = 2, stat_value1 = 3 WHERE entry=5444; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 3, `DisenchantID` = 2 WHERE entry=5444; /* Mana Agate */ -UPDATE item_template SET RequiredLevel = 23 WHERE entry=5514; +UPDATE `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; /* Iridescent Hammer */ -UPDATE item_template SET dmg_min1 = 18.0, dmg_max1 = 34.0, stat_type1 = 4, stat_type2 = 7, stat_value2 = 3 WHERE entry=5541; +UPDATE `item_template` SET `dmg_min1` = 18.0, `dmg_max1` = 34.0, `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 3 WHERE entry=5541; /* Fast Test Dagger */ -UPDATE item_template SET dmg_min1 = 10.0, dmg_max1 = 11.0 WHERE entry=5549; +UPDATE `item_template` SET `dmg_min1` = 10.0, `dmg_max1` = 11.0 WHERE entry=5549; /* Fast Test Gun */ -UPDATE item_template SET dmg_min1 = 9.0, dmg_max1 = 10.0 WHERE entry=5550; +UPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 10.0 WHERE entry=5550; /* Fast Test 1H Sword */ -UPDATE item_template SET dmg_min1 = 10.0, dmg_max1 = 11.0 WHERE entry=5555; +UPDATE `item_template` SET `dmg_min1` = 10.0, `dmg_max1` = 11.0 WHERE entry=5555; /* Fast Test Wand */ -UPDATE item_template SET dmg_min1 = 10.0, dmg_max1 = 10.0 WHERE entry=5560; +UPDATE `item_template` SET `dmg_min1` = 10.0, `dmg_max1` = 10.0, `spellcooldown_1` = -1 WHERE entry=5560; + +/* Crag Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5593; /* Ashwood Bow */ -UPDATE item_template SET dmg_min1 = 5.0, dmg_max1 = 11.0 WHERE entry=5596; +UPDATE `item_template` SET `dmg_min1` = 5.0, `dmg_max1` = 11.0 WHERE entry=5596; + +/* Elven Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5604; + +/* Clergy Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5622; + +/* Circlet of the Order */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=5624; /* Barbaric Harness */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=5739; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=5739; + +/* Gemstone Dagger */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=5742; + +/* Prismstone Ring */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=5743; /* Centaur Longbow */ -UPDATE item_template SET dmg_min1 = 9.0, dmg_max1 = 18.0 WHERE entry=5748; +UPDATE `item_template` SET `dmg_min1` = 9.0, `dmg_max1` = 18.0 WHERE entry=5748; + +/* Wolfpack Medallion */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5754; /* Murloc Scale Belt */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 2 WHERE entry=5780; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 2 WHERE entry=5780; /* Murloc Scale Breastplate */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 5 WHERE entry=5781; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 5 WHERE entry=5781; /* Thick Murloc Armor */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 9 WHERE entry=5782; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 9 WHERE entry=5782; /* Murloc Scale Bracers */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 5 WHERE entry=5783; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 5 WHERE entry=5783; /* Lunaris Bow */ -UPDATE item_template SET dmg_min1 = 23.0, dmg_max1 = 43.0 WHERE entry=5817; +UPDATE `item_template` SET `dmg_min1` = 23.0, `dmg_max1` = 43.0 WHERE entry=5817; + +/* Moonbeam Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=5818; /* Sunblaze Coif */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=5819; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=5819; /* Ring of Uber Resists (TEST) */ -UPDATE 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 WHERE entry=5828; +UPDATE `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; /* Rift Bracers */ -UPDATE item_template SET Quality = 2, stat_value1 = 5 WHERE entry=5943; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 5, `DisenchantID` = 3 WHERE entry=5943; /* Blacksmith Hammer */ -UPDATE item_template SET dmg_min1 = 2.0, dmg_max1 = 3.0 WHERE entry=5956; +UPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 3.0 WHERE entry=5956; /* Fine Leather Pants */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 4 WHERE entry=5958; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4 WHERE entry=5958; /* Guardian Pants */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 8 WHERE entry=5962; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 8 WHERE entry=5962; /* Barbaric Leggings */ -UPDATE item_template SET stat_value1 = 7, stat_type2 = 6, stat_value2 = 7, stat_value3 = 7 WHERE entry=5963; +UPDATE `item_template` SET `stat_value1` = 7, `stat_type2` = 6, `stat_value2` = 7, `stat_value3` = 7 WHERE entry=5963; /* Barbaric Shoulders */ -UPDATE item_template SET stat_value1 = 6, stat_type2 = 6, stat_type3 = 3, stat_value3 = 5 WHERE entry=5964; +UPDATE `item_template` SET `stat_value1` = 6, `stat_type2` = 6, `stat_type3` = 3, `stat_value3` = 5 WHERE entry=5964; /* Guardian Cloak */ -UPDATE item_template SET stat_type2 = 5, stat_value2 = 5 WHERE entry=5965; +UPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 5 WHERE entry=5965; /* Guardian Gloves */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=5966; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=5966; /* Serpent Gloves */ -UPDATE item_template SET Quality = 2, stat_type1 = 3, stat_value1 = 4, stat_type2 = 5, stat_value2 = 4 WHERE entry=5970; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 3, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 4, `DisenchantID` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=5970; /* Golden Scale Bracers */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0 WHERE entry=6040; +UPDATE `item_template` SET `Quality` = 1, `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; /* Twain Random Sword */ -UPDATE item_template SET dmg_min1 = 50.0, dmg_max1 = 100.0 WHERE entry=6174; +UPDATE `item_template` SET `dmg_min1` = 50.0, `dmg_max1` = 100.0 WHERE entry=6174; + +/* Dwarven Defender */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6187; /* Kimbra Boots */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 4, stat_type2 = 6, stat_value2 = 3 WHERE entry=6191; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 4, `stat_type2` = 6, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6191; + +/* Black Widow Band */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6199; /* Heavy Copper Maul */ -UPDATE item_template SET Quality = 1, 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 WHERE entry=6214; +UPDATE `item_template` SET `Quality` = 1, `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; /* Arclight Spanner */ -UPDATE item_template SET dmg_min1 = 5.0, dmg_max1 = 8.0 WHERE entry=6219; +UPDATE `item_template` SET `dmg_min1` = 5.0, `dmg_max1` = 8.0 WHERE entry=6219; /* Meteor Shard */ -UPDATE item_template SET RequiredLevel = 24 WHERE entry=6220; +UPDATE `item_template` SET `RequiredLevel` = 24 WHERE entry=6220; /* Bloody Apron */ -UPDATE item_template SET Quality = 2, stat_value1 = 8 WHERE entry=6226; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 8, `DisenchantID` = 3 WHERE entry=6226; + +/* Green Woolen Robe */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=6243; /* Blue Overalls */ -UPDATE item_template SET stat_type1 = 4, stat_type2 = 7, stat_value2 = 4 WHERE entry=6263; +UPDATE `item_template` SET `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6263; /* Sacred Burial Trousers */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 3, stat_type3 = 6, stat_value3 = 9 WHERE entry=6282; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 3, `stat_type3` = 6, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6282; /* Wolfmaster Cape */ -UPDATE item_template SET Quality = 2, stat_type1 = 7, stat_value1 = 2, stat_value2 = 4, RequiredLevel = 22 WHERE entry=6314; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 7, `stat_value1` = 2, `stat_value2` = 4, `DisenchantID` = 4, `RequiredLevel` = 22 WHERE entry=6314; /* Steelarrow Crossbow */ -UPDATE item_template SET dmg_min1 = 29.0, dmg_max1 = 45.0 WHERE entry=6315; +UPDATE `item_template` SET `dmg_min1` = 29.0, `dmg_max1` = 45.0 WHERE entry=6315; /* Girdle of the Blindwatcher */ -UPDATE item_template SET Quality = 2, stat_value1 = 3, stat_value2 = 5, RequiredLevel = 21 WHERE entry=6319; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 3, `stat_value2` = 5, `DisenchantID` = 4, `RequiredLevel` = 21 WHERE entry=6319; /* Commander's Crest */ -UPDATE item_template SET stat_type1 = 6, RequiredLevel = 23 WHERE entry=6320; +UPDATE `item_template` SET `stat_type1` = 6, `spellcooldown_1` = -1, `RequiredLevel` = 23 WHERE entry=6320; + +/* Silverlaine's Family Seal */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6321; /* Baron's Scepter */ -UPDATE item_template SET Quality = 2, dmg_min1 = 21.0, dmg_max1 = 40.0, stat_value1 = 4 WHERE entry=6323; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 21.0, `dmg_max1` = 40.0, `stat_value1` = 4, `DisenchantID` = 23, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6323; /* Robes of Arugal */ -UPDATE item_template SET stat_value1 = 10, stat_type4 = 3, stat_value4 = 3, RequiredLevel = 24 WHERE entry=6324; +UPDATE `item_template` SET `stat_value1` = 10, `stat_type4` = 3, `stat_value4` = 3, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 24 WHERE entry=6324; + +/* Black Pearl Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6332; /* Fenrus' Hide */ -UPDATE item_template SET Quality = 2, stat_value1 = 4, stat_value2 = 2, RequiredLevel = 21 WHERE entry=6340; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 4, `stat_value2` = 2, `DisenchantID` = 4, `RequiredLevel` = 21 WHERE entry=6340; /* Eerie Stable Lantern */ -UPDATE item_template SET Quality = 2, stat_value1 = 3 WHERE entry=6341; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 3, `DisenchantID` = 22, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6341; /* Rough Bronze Boots */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=6350; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=6350; + +/* Inscribed Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6380; + +/* Glimmering Mail Coif */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6389; /* Belt of Arugal */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 2, RequiredLevel = 24 WHERE entry=6392; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 24 WHERE entry=6392; /* Nightsky Trousers */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 5, stat_type3 = 6, stat_value3 = 10 WHERE entry=6405; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 5, `stat_type3` = 6, `stat_value3` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6405; /* Mistscape Gloves */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 4, stat_type3 = 5, stat_value3 = 9 WHERE entry=6428; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 4, `stat_type3` = 5, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6428; /* Worn Turtle Shell Shield */ -UPDATE item_template SET Quality = 1, bonding = 0 WHERE entry=6447; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `DisenchantID` = 0 WHERE entry=6447; /* Tail Spike */ -UPDATE item_template SET Quality = 2, dmg_min1 = 14.0, dmg_max1 = 26.0, stat_value1 = 2, stat_value2 = 2 WHERE entry=6448; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 14.0, `dmg_max1` = 26.0, `stat_value1` = 2, `stat_value2` = 2, `DisenchantID` = 23 WHERE entry=6448; /* Glowing Lizardscale Cloak */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=6449; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=6449; /* Savage Trodders */ -UPDATE item_template SET Quality = 2, stat_value1 = 6 WHERE entry=6459; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 6, `DisenchantID` = 3 WHERE entry=6459; /* Slime-encrusted Pads */ -UPDATE item_template SET RequiredLevel = 22 WHERE entry=6461; +UPDATE `item_template` SET `spellid_1` = 18764, `RequiredLevel` = 22 WHERE entry=6461; /* Deep Fathom Ring */ -UPDATE item_template SET RequiredLevel = 21 WHERE entry=6463; +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 21 WHERE entry=6463; /* Robe of the Moccasin */ -UPDATE item_template SET Quality = 2, stat_type1 = 4, stat_value1 = 2, stat_value2 = 2, stat_type3 = 6, stat_value3 = 6 WHERE entry=6465; +UPDATE `item_template` SET `Quality` = 2, `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; /* Deviate Scale Belt */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=6468; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=6468; /* Venomstrike */ -UPDATE item_template SET dmg_min1 = 16.0, dmg_max1 = 30.0 WHERE entry=6469; +UPDATE `item_template` SET `dmg_min1` = 16.0, `dmg_max1` = 30.0 WHERE entry=6469; /* Armor of the Fang */ -UPDATE item_template SET Quality = 2, stat_value1 = 2, stat_type2 = 6, stat_value2 = 7 WHERE entry=6473; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 2, `stat_type2` = 6, `stat_value2` = 7, `DisenchantID` = 3 WHERE entry=6473; + +/* Rat Stompers */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=6478; /* Firewalker Boots */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 2, stat_type3 = 5, stat_value3 = 1 WHERE entry=6482; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 2, `stat_type3` = 5, `stat_value3` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6482; + +/* Bard's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6559; + +/* Soldier's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6560; + +/* Scouting Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6571; + +/* Defender Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6572; + +/* Battleforge Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6599; + +/* Sword of Zeal */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=6622; /* Mutant Scale Breastplate */ -UPDATE item_template SET RequiredLevel = 23 WHERE entry=6627; +UPDATE `item_template` SET `RequiredLevel` = 23 WHERE entry=6627; /* Sporid Cape */ -UPDATE item_template SET Quality = 2, stat_value1 = 3, stat_value2 = 2 WHERE entry=6629; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 3, `stat_value2` = 2, `DisenchantID` = 3 WHERE entry=6629; /* Living Root */ -UPDATE item_template SET nature_res = 5 WHERE entry=6631; +UPDATE `item_template` SET `nature_res` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6631; /* Feyscale Cloak */ -UPDATE item_template SET Quality = 2, stat_value1 = 3, stat_type2 = 6, stat_value2 = 2 WHERE entry=6632; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 3, `stat_type2` = 6, `stat_value2` = 2, `DisenchantID` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6632; /* Butcher's Slicer */ -UPDATE item_template SET Quality = 2, dmg_min1 = 23.0, dmg_max1 = 44.0, stat_value1 = 2, stat_value2 = 2 WHERE entry=6633; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 23.0, `dmg_max1` = 44.0, `stat_value1` = 2, `stat_value2` = 2, `DisenchantID` = 23 WHERE entry=6633; /* Haunting Blade */ -UPDATE item_template SET Quality = 2, dmg_min1 = 53.0, dmg_max1 = 80.0, stat_type1 = 6, stat_value1 = 9, RequiredLevel = 21 WHERE entry=6641; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 53.0, `dmg_max1` = 80.0, `stat_type1` = 6, `stat_value1` = 9, `DisenchantID` = 24, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 21 WHERE entry=6641; /* Phantom Armor */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=6642; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=6642; + +/* Julie's Dagger */ +UPDATE `item_template` SET `spellppmrate_1` = 5.0 WHERE entry=6660; + +/* Spellcrafter Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6677; /* Band of Elven Grace */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=6678; +UPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6678; /* Armor Piercer */ -UPDATE item_template SET Quality = 2, dmg_min1 = 41.0, dmg_max1 = 62.0, stat_value1 = 11 WHERE entry=6679; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 41.0, `dmg_max1` = 62.0, `stat_value1` = 11, `DisenchantID` = 24 WHERE entry=6679; /* Thornspike */ -UPDATE item_template SET Quality = 1, dmg_min1 = 18.0, dmg_max1 = 35.0, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=6681; +UPDATE `item_template` SET `Quality` = 1, `dmg_min1` = 18.0, `dmg_max1` = 35.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=6681; /* Death Speaker Robes */ -UPDATE item_template SET Quality = 2, stat_type4 = 0, stat_value4 = 0 WHERE entry=6682; +UPDATE `item_template` SET `Quality` = 2, `stat_type4` = 0, `stat_value4` = 0, `DisenchantID` = 5 WHERE entry=6682; /* Death Speaker Mantle */ -UPDATE item_template SET Quality = 2 WHERE entry=6685; +UPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6685; /* Tusken Helm */ -UPDATE item_template SET Quality = 2, stat_value1 = 9, stat_value2 = 8, RequiredLevel = 28 WHERE entry=6686; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 9, `stat_value2` = 8, `DisenchantID` = 5, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 28 WHERE entry=6686; /* Corpsemaker */ -UPDATE item_template SET RequiredLevel = 29 WHERE entry=6687; +UPDATE `item_template` SET `RequiredLevel` = 29 WHERE entry=6687; /* Whisperwind Headdress */ -UPDATE item_template SET Quality = 2 WHERE entry=6688; +UPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6688; /* Ferine Leggings */ -UPDATE item_template SET Quality = 2, stat_value1 = 9, stat_value2 = 8 WHERE entry=6690; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 9, `stat_value2` = 8, `DisenchantID` = 5 WHERE entry=6690; /* Pronged Reaver */ -UPDATE item_template SET RequiredLevel = 31 WHERE entry=6692; +UPDATE `item_template` SET `RequiredLevel` = 31 WHERE entry=6692; /* Agamaggan's Clutch */ -UPDATE item_template SET RequiredLevel = 31 WHERE entry=6693; +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 31 WHERE entry=6693; /* Heart of Agamaggan */ -UPDATE item_template SET RequiredLevel = 31 WHERE entry=6694; +UPDATE `item_template` SET `spellcooldown_1` = -1, `RequiredLevel` = 31 WHERE entry=6694; + +/* Stygian Bone Amulet */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6695; /* Nightstalker Bow */ -UPDATE item_template SET dmg_min1 = 19.0, dmg_max1 = 36.0 WHERE entry=6696; +UPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 36.0 WHERE entry=6696; /* Batwing Mantle */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 3 WHERE entry=6697; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6697; + +/* Stone of Pierce */ +UPDATE `item_template` SET `spellid_1` = 8299, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6698; + +/* Stone of Lapidis */ +UPDATE `item_template` SET `spellid_1` = 8315, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6707; + +/* Stone of Goodman */ +UPDATE `item_template` SET `spellid_1` = 21751, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6708; /* Moonglow Vest */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 4 WHERE entry=6709; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 4 WHERE entry=6709; + +/* Stone of Kurtz */ +UPDATE `item_template` SET `spellid_1` = 8324, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6711; /* Medal of Courage */ -UPDATE item_template SET Quality = 2, stat_type1 = 6, stat_value1 = 3, stat_type2 = 7, stat_value2 = 9 WHERE entry=6723; +UPDATE `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; + +/* Stone of Backus */ +UPDATE `item_template` SET `spellid_1` = 8357, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6724; + +/* Stone of Brownell */ +UPDATE `item_template` SET `spellid_1` = 8360, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellcategory_1` = 38 WHERE entry=6728; + +/* Fizzle's Zippy Lighter */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6729; + +/* Ironforge Chain */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=6730; + +/* Ironforge Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=6733; /* Cliffrunner's Aim */ -UPDATE item_template SET dmg_min1 = 19.0, dmg_max1 = 36.0 WHERE entry=6739; +UPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 36.0 WHERE entry=6739; + +/* Sustaining Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6743; /* Gloves of Kapelan */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 7, stat_type2 = 5, stat_value2 = 6 WHERE entry=6744; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 7, `stat_type2` = 5, `stat_value2` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6744; + +/* Basalt Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6746; + +/* Monkey Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6748; + +/* Tiger Band */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6749; + +/* Snake Hoop */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6750; + +/* Jaina's Signet Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6757; + +/* Simple Dress */ +UPDATE `item_template` SET `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6786; /* White Woolen Dress */ -UPDATE item_template SET ItemLevel = 22, RequiredLevel = 17 WHERE entry=6787; +UPDATE `item_template` SET `ItemLevel` = 22, `RequiredLevel` = 17 WHERE entry=6787; /* Hellion Boots */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 3, stat_type3 = 5, stat_value3 = 5 WHERE entry=6791; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 3, `stat_type3` = 5, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6791; + +/* Eyepoker */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6797; /* Blasting Hackbut */ -UPDATE item_template SET dmg_min1 = 30.0, dmg_max1 = 56.0 WHERE entry=6798; +UPDATE `item_template` SET `dmg_min1` = 30.0, `dmg_max1` = 56.0 WHERE entry=6798; /* Baroque Apron */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 6, stat_type3 = 6, stat_value3 = 7 WHERE entry=6801; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 6, `stat_type3` = 6, `stat_value3` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6801; /* Windstorm Hammer */ -UPDATE item_template SET Quality = 2, ItemLevel = 40, dmg_min1 = 32.0, dmg_max1 = 61.0, stat_value1 = 4, stat_value2 = 5 WHERE entry=6804; +UPDATE `item_template` SET `Quality` = 2, `ItemLevel` = 40, `dmg_min1` = 32.0, `dmg_max1` = 61.0, `stat_value1` = 4, `stat_value2` = 5, `DisenchantID` = 26 WHERE entry=6804; /* Dancing Flame */ -UPDATE item_template SET Quality = 2, dmg_min1 = 32.0, dmg_max1 = 60.0 WHERE entry=6806; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 32.0, `dmg_max1` = 60.0, `DisenchantID` = 26, `spellcooldown_1` = -1 WHERE entry=6806; + +/* Visionary Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=6828; /* Black Tuxedo */ -UPDATE item_template SET RequiredLevel = 0 WHERE entry=6834; +UPDATE `item_template` SET `RequiredLevel` = 0 WHERE entry=6834; + +/* Orb of Soran'ruk */ +UPDATE `item_template` SET `spellid_1` = 7685, `spellid_2` = 7706 WHERE entry=6898; /* Glowing Thresher Cape */ -UPDATE item_template SET stat_type2 = 4 WHERE entry=6901; +UPDATE `item_template` SET `stat_type2` = 4 WHERE entry=6901; /* Bands of Serra'kis */ -UPDATE item_template SET Quality = 2, stat_type3 = 0, stat_value3 = 0 WHERE entry=6902; +UPDATE `item_template` SET `Quality` = 2, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 4 WHERE entry=6902; /* Gaze Dreamer Pants */ -UPDATE item_template SET Quality = 2 WHERE entry=6903; +UPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6903; /* Reef Axe */ -UPDATE item_template SET Quality = 2, dmg_min1 = 48.0, dmg_max1 = 73.0, stat_value1 = 5, stat_type2 = 6, stat_value2 = 7 WHERE entry=6905; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 48.0, `dmg_max1` = 73.0, `stat_value1` = 5, `stat_type2` = 6, `stat_value2` = 7, `DisenchantID` = 24, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6905; /* Tortoise Armor */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=6907; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0 WHERE entry=6907; /* Ghamoo-ra's Bind */ -UPDATE item_template SET Quality = 2 WHERE entry=6908; +UPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6908; /* Strike of the Hydra */ -UPDATE item_template SET RequiredLevel = 26 WHERE entry=6909; +UPDATE `item_template` SET `RequiredLevel` = 26 WHERE entry=6909; /* Leech Pants */ -UPDATE item_template SET RequiredLevel = 26 WHERE entry=6910; +UPDATE `item_template` SET `RequiredLevel` = 26 WHERE entry=6910; /* Moss Cinch */ -UPDATE item_template SET RequiredLevel = 26 WHERE entry=6911; +UPDATE `item_template` SET `RequiredLevel` = 26 WHERE entry=6911; + +/* Fire Hardened Coif */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=6971; + +/* Fire Hardened Hauberk */ +UPDATE `item_template` SET `spellid_1` = 9174 WHERE entry=6972; /* Nimbus Boots */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 3, stat_type2 = 6, stat_value2 = 5 WHERE entry=6998; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 3, `stat_type2` = 6, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=6998; + +/* Gravestone Scepter */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7001; /* Skinning Knife */ -UPDATE item_template SET dmg_min1 = 2.0, dmg_max1 = 5.0 WHERE entry=7005; +UPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 5.0 WHERE entry=7005; + +/* Boots of Darkness */ +UPDATE `item_template` SET `spellid_1` = 7708 WHERE entry=7027; + +/* Azure Silk Pants */ +UPDATE `item_template` SET `spellid_1` = 7703 WHERE entry=7046; + +/* Hands of Darkness */ +UPDATE `item_template` SET `spellid_1` = 7710 WHERE entry=7047; /* Azure Silk Hood */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=7048; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=7048; /* Silk Headband */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0 WHERE entry=7050; +UPDATE `item_template` SET `Quality` = 1, `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; + +/* Azure Silk Cloak */ +UPDATE `item_template` SET `spellid_1` = 7703 WHERE entry=7053; /* Robe of Power */ -UPDATE item_template SET stat_value1 = 12, stat_type2 = 6, stat_value2 = 8, stat_type3 = 0, stat_value3 = 0 WHERE entry=7054; +UPDATE `item_template` SET `stat_value1` = 12, `stat_type2` = 6, `stat_value2` = 8, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 9343 WHERE entry=7054; /* Crimson Silk Vest */ -UPDATE item_template SET Quality = 1, ItemLevel = 37, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0, RequiredLevel = 32 WHERE entry=7058; +UPDATE `item_template` SET `Quality` = 1, `ItemLevel` = 37, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0, `RequiredLevel` = 32 WHERE entry=7058; + +/* Azure Shoulders */ +UPDATE `item_template` SET `spellid_1` = 9403 WHERE entry=7060; /* Crimson Silk Pantaloons */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=7062; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 0 WHERE entry=7062; + +/* Crimson Silk Gloves */ +UPDATE `item_template` SET `spellid_1` = 9401 WHERE entry=7064; + +/* Infantry Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7108; + +/* Pioneer Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7109; + +/* Brutal Helm */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7130; + +/* Brutal Hauberk */ +UPDATE `item_template` SET `spellid_1` = 9174 WHERE entry=7133; /* Twain Random Sword FOO */ -UPDATE item_template SET dmg_min1 = 50.0, dmg_max1 = 100.0 WHERE entry=7170; +UPDATE `item_template` SET `dmg_min1` = 50.0, `dmg_max1` = 100.0 WHERE entry=7170; /* VanCleef's Boots */ -UPDATE item_template SET Quality = 2, ItemLevel = 25, stat_value1 = 6, RequiredLevel = 20 WHERE entry=7187; +UPDATE `item_template` SET `Quality` = 2, `ItemLevel` = 25, `stat_value1` = 6, `RequiredLevel` = 20 WHERE entry=7187; /* Stormwind Guard Shield */ -UPDATE item_template SET bonding = 2, shadow_res = 0, stat_type1 = 4, stat_value1 = 2, stat_type2 = 7, stat_value2 = 4 WHERE entry=7188; +UPDATE `item_template` SET `bonding` = 2, `shadow_res` = 0, `stat_type1` = 4, `stat_value1` = 2, `stat_type2` = 7, `stat_value2` = 4, `DisenchantID` = 0 WHERE entry=7188; + +/* Goblin Rocket Boots */ +UPDATE `item_template` SET `spellcategorycooldown_1` = 0, `spellcategory_1` = 0 WHERE entry=7189; /* Light Leather Bracers */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=7281; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=7281; /* Light Leather Pants */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=7282; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=7282; /* Nimble Leather Gloves */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=7285; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=7285; + +/* Infiltrator Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7330; + +/* Phalanx Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7331; /* Efflorescent Robe */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 9, stat_type2 = 5, stat_value2 = 2 WHERE entry=7334; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 9, `stat_type2` = 5, `stat_value2` = 2 WHERE entry=7334; + +/* The Rock */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7337; + +/* Mood Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7338; + +/* Miniscule Diamond Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7339; + +/* Flawless Diamond Solitaire */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7340; + +/* Cubic Zirconia Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7341; + +/* Silver Piffeny Band */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7342; + +/* Torch of Holy Flame */ +UPDATE `item_template` SET `spellid_1` = 9176, `spelltrigger_1` = 0 WHERE entry=7344; /* Fletcher's Gloves */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=7348; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 3, `spellid_1` = 9132, `spellid_2` = 21352 WHERE entry=7348; + +/* Frost Leather Cloak */ +UPDATE `item_template` SET `spellid_1` = 9402 WHERE entry=7377; /* Green Whelp Bracers */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 8, stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0 WHERE entry=7386; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 8, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=7386; /* Swift Boots */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=7391; +UPDATE `item_template` SET `stat_type1` = 6, `spellcooldown_1` = 3600000, `spellcategorycooldown_1` = 0, `spellcategory_1` = 0 WHERE entry=7391; + +/* Phalanx Headguard */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7420; + +/* Cerulean Ring */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=7426; + +/* Cerulean Talisman */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=7427; + +/* Sentinel Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7463; + +/* Knight's Crest */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7465; + +/* Captain's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7495; + +/* Field Plate Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7496; /* Ley Orb */ -UPDATE item_template SET ItemLevel = 10 WHERE entry=7508; +UPDATE `item_template` SET `ItemLevel` = 10, `spellcooldown_1` = 1800000 WHERE entry=7508; + +/* Nether-lace Robe */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=7512; + +/* Ragefire Wand */ +UPDATE `item_template` SET `spellid_1` = 7688 WHERE entry=7513; + +/* Icefury Wand */ +UPDATE `item_template` SET `spellid_1` = 7702 WHERE entry=7514; + +/* Celestial Orb */ +UPDATE `item_template` SET `spelltrigger_3` = 0, `spelltrigger_4` = 0 WHERE entry=7515; + +/* Champion's Wall Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7536; + +/* Gothic Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7537; + +/* Onyx Ring */ +UPDATE `item_template` SET `DisenchantID` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7547; + +/* Fairy's Embrace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7549; + +/* Warrior's Honor */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=7550; + +/* Falcon's Hook */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7552; + +/* Regal Star */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7555; + +/* Twilight Orb */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7556; + +/* Gossamer Rod */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=7557; + +/* Sable Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7607; + +/* Elder's Amber Stave */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7609; + +/* Aurora Sphere */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7610; + +/* Mistscape Stave */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7611; /* Torturing Poker */ -UPDATE item_template SET dmg_min1 = 21.0, dmg_max1 = 39.0 WHERE entry=7682; +UPDATE `item_template` SET `dmg_min1` = 21.0, `dmg_max1` = 39.0 WHERE entry=7682; /* Bloody Brass Knuckles */ -UPDATE item_template SET Quality = 1, dmg_min1 = 18.0, dmg_max1 = 35.0, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=7683; +UPDATE `item_template` SET `Quality` = 1, `dmg_min1` = 18.0, `dmg_max1` = 35.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=7683; /* Bloodmage Mantle */ -UPDATE item_template SET Quality = 2, stat_type3 = 0, stat_value3 = 0 WHERE entry=7684; +UPDATE `item_template` SET `Quality` = 2, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 5 WHERE entry=7684; + +/* Ironspine's Eye */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7686; /* Embalmed Shroud */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 12, stat_type3 = 5, stat_value3 = 11 WHERE entry=7691; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 12, `stat_type3` = 5, `stat_value3` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=7691; + +/* Necrotic Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7708; /* Blighted Leggings */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 17 WHERE entry=7709; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 17, `spellid_1` = 7709 WHERE entry=7709; + +/* Loksey's Training Stick */ +UPDATE `item_template` SET `spellid_1` = 18207 WHERE entry=7710; /* Robe of Doan */ -UPDATE item_template SET Quality = 2 WHERE entry=7711; +UPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=7711; /* Mantle of Doan */ -UPDATE item_template SET Quality = 2, stat_value1 = 8, stat_type3 = 0, stat_value3 = 0 WHERE entry=7712; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 8, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 6 WHERE entry=7712; /* Illusionary Rod */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 10, stat_type3 = 7, stat_value3 = 7 WHERE entry=7713; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 10, `stat_type3` = 7, `stat_value3` = 7 WHERE entry=7713; + +/* Ravager */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7717; + +/* Triune Amulet */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7722; /* Mograine's Might */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=7723; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=7723; /* Aegis of the Scarlet Commander */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=7726; +UPDATE `item_template` SET `stat_type1` = 6, `spellcooldown_1` = -1 WHERE entry=7726; /* Watchman Pauldrons */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=7727; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=7727; /* Chesterfall Musket */ -UPDATE item_template SET dmg_min1 = 26.0, dmg_max1 = 50.0 WHERE entry=7729; +UPDATE `item_template` SET `dmg_min1` = 26.0, `dmg_max1` = 50.0 WHERE entry=7729; /* Ghostshard Talisman */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 4 WHERE entry=7731; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=7731; + +/* Six Demon Bag */ +UPDATE `item_template` SET `spellcooldown_1` = 1800000 WHERE entry=7734; + +/* Explorers' League Commendation */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=7746; /* Harbinger Boots */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=7754; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=7754; /* Dog Training Gloves */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=7756; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 5, `spellid_1` = 14565 WHERE entry=7756; + +/* Windweaver Staff */ +UPDATE `item_template` SET `spellid_1` = 13599 WHERE entry=7757; /* Archon Chestpiece */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=7759; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=7759; /* Warchief Kilt */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 5 WHERE entry=7760; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 5 WHERE entry=7760; /* Barbaric Iron Shoulders */ -UPDATE item_template SET stat_type2 = 3 WHERE entry=7913; +UPDATE `item_template` SET `stat_type2` = 3 WHERE entry=7913; /* Barbaric Iron Helm */ -UPDATE item_template SET stat_type1 = 3, stat_type2 = 4 WHERE entry=7915; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 4 WHERE entry=7915; /* Barbaric Iron Boots */ -UPDATE item_template SET stat_type2 = 3 WHERE entry=7916; +UPDATE `item_template` SET `stat_type2` = 3 WHERE entry=7916; /* Heavy Mithril Shoulder */ -UPDATE item_template SET ItemLevel = 41, stat_type2 = 0, stat_value2 = 0 WHERE entry=7918; +UPDATE `item_template` SET `ItemLevel` = 41, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=7918; /* Heavy Mithril Gauntlet */ -UPDATE item_template SET ItemLevel = 41, stat_value1 = 8 WHERE entry=7919; +UPDATE `item_template` SET `ItemLevel` = 41, `stat_value1` = 8 WHERE entry=7919; /* Mithril Scale Pants */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 11, stat_type2 = 0, stat_value2 = 0 WHERE entry=7920; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 11, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 13669 WHERE entry=7920; /* Heavy Mithril Pants */ -UPDATE item_template SET ItemLevel = 42, stat_value1 = 11 WHERE entry=7921; +UPDATE `item_template` SET `ItemLevel` = 42, `stat_value1` = 11 WHERE entry=7921; /* Steel Plate Helm */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=7922; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=7922; /* Mithril Scale Bracers */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=7924; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=7924; + +/* Mithril Scale Gloves */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=7925; /* Ornate Mithril Pants */ -UPDATE item_template SET ItemLevel = 44, stat_value1 = 12 WHERE entry=7926; +UPDATE `item_template` SET `ItemLevel` = 44, `stat_value1` = 12 WHERE entry=7926; /* Ornate Mithril Gloves */ -UPDATE item_template SET ItemLevel = 44, stat_type1 = 0, stat_value1 = 0 WHERE entry=7927; +UPDATE `item_template` SET `ItemLevel` = 44, `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 7597 WHERE entry=7927; /* Heavy Mithril Breastplate */ -UPDATE item_template SET stat_value1 = 15, stat_type2 = 0, stat_value2 = 0 WHERE entry=7930; +UPDATE `item_template` SET `stat_value1` = 15, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=7930; /* Mithril Coif */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 13, stat_value2 = 12 WHERE entry=7931; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 13, `stat_value2` = 12 WHERE entry=7931; /* Mithril Scale Shoulders */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 10, stat_value2 = 10 WHERE entry=7932; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 10, `stat_value2` = 10 WHERE entry=7932; /* Heavy Mithril Boots */ -UPDATE item_template SET stat_value1 = 12, stat_type2 = 0, stat_value2 = 0 WHERE entry=7933; +UPDATE `item_template` SET `stat_value1` = 12, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=7933; /* Heavy Mithril Helm */ -UPDATE item_template SET stat_value1 = 15, stat_type2 = 0, stat_value2 = 0 WHERE entry=7934; +UPDATE `item_template` SET `stat_value1` = 15, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=7934; + +/* Truesilver Gauntlets */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=7938; /* Heavy Mithril Axe */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 7 WHERE entry=7941; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 7 WHERE entry=7941; /* Wicked Mithril Blade */ -UPDATE item_template SET dmg_min1 = 43.0, dmg_max1 = 80.0, stat_type1 = 4, stat_value1 = 6, stat_type2 = 3 WHERE entry=7943; +UPDATE `item_template` SET `dmg_min1` = 43.0, `dmg_max1` = 80.0, `stat_type1` = 4, `stat_value1` = 6, `stat_type2` = 3 WHERE entry=7943; /* Bronze Warhammer */ -UPDATE item_template SET Quality = 1, dmg_min1 = 37.0, dmg_max1 = 57.0, bonding = 0, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=7956; +UPDATE `item_template` SET `Quality` = 1, `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; /* Bronze Greatsword */ -UPDATE item_template SET Quality = 1, 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 WHERE entry=7957; +UPDATE `item_template` SET `Quality` = 1, `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; /* Bronze Battle Axe */ -UPDATE item_template SET Quality = 1, dmg_min1 = 39.0, dmg_max1 = 59.0, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=7958; +UPDATE `item_template` SET `Quality` = 1, `dmg_min1` = 39.0, `dmg_max1` = 59.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=7958; /* Blight */ -UPDATE item_template SET dmg_min1 = 93.0, dmg_max1 = 141.0 WHERE entry=7959; +UPDATE `item_template` SET `dmg_min1` = 93.0, `dmg_max1` = 141.0 WHERE entry=7959; /* Steel Breastplate */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=7963; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0 WHERE entry=7963; + +/* Sizzle Stick */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8071; /* Hibernal Gloves */ -UPDATE item_template SET stat_type1 = 3, stat_type2 = 5, stat_value2 = 10 WHERE entry=8110; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 5, `stat_value2` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8110; /* Hibernal Pants */ -UPDATE item_template SET stat_type2 = 3, stat_type3 = 6, stat_value3 = 11 WHERE entry=8112; +UPDATE `item_template` SET `stat_type2` = 3, `stat_type3` = 6, `stat_value3` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8112; + +/* Myrmidon's Defender */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8134; + +/* Chromite Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8135; /* Comfortable Leather Hat */ -UPDATE item_template SET Quality = 2, stat_type1 = 7, stat_value1 = 11, stat_type2 = 6, stat_value2 = 10 WHERE entry=8174; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 7, `stat_value1` = 11, `stat_type2` = 6, `stat_value2` = 10, `DisenchantID` = 6, `spelltrigger_1` = 0 WHERE entry=8174; + +/* Nightscape Headband */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=8176; /* Cadet's Bow */ -UPDATE item_template SET dmg_min1 = 3.0, dmg_max1 = 6.0 WHERE entry=8179; +UPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 6.0 WHERE entry=8179; /* Hunting Bow */ -UPDATE item_template SET dmg_min1 = 8.0, dmg_max1 = 16.0 WHERE entry=8180; +UPDATE `item_template` SET `dmg_min1` = 8.0, `dmg_max1` = 16.0 WHERE entry=8180; /* Hunting Rifle */ -UPDATE item_template SET dmg_min1 = 5.0, dmg_max1 = 11.0 WHERE entry=8181; +UPDATE `item_template` SET `dmg_min1` = 5.0, `dmg_max1` = 11.0 WHERE entry=8181; /* Pellet Rifle */ -UPDATE item_template SET dmg_min1 = 4.0, dmg_max1 = 9.0 WHERE entry=8182; +UPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 9.0 WHERE entry=8182; /* Precision Bow */ -UPDATE item_template SET dmg_min1 = 20.0, dmg_max1 = 37.0 WHERE entry=8183; +UPDATE `item_template` SET `dmg_min1` = 20.0, `dmg_max1` = 37.0 WHERE entry=8183; + +/* Firestarter */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8184; + +/* Dire Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8186; /* Turtle Scale Gloves */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 6 WHERE entry=8187; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 6 WHERE entry=8187; /* Explosive Shotgun */ -UPDATE item_template SET dmg_min1 = 22.0, dmg_max1 = 42.0 WHERE entry=8188; +UPDATE `item_template` SET `dmg_min1` = 22.0, `dmg_max1` = 42.0 WHERE entry=8188; /* Turtle Scale Breastplate */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 9 WHERE entry=8189; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 9 WHERE entry=8189; + +/* Nightscape Cloak */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=8195; /* Turtle Scale Bracers */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=8198; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0 WHERE entry=8198; /* Big Voodoo Robe */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 9 WHERE entry=8200; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 9 WHERE entry=8200; /* Big Voodoo Mask */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 9 WHERE entry=8201; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 9, `spelltrigger_1` = 0 WHERE entry=8201; /* Big Voodoo Pants */ -UPDATE item_template SET stat_type2 = 5, stat_value2 = 10 WHERE entry=8202; +UPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 10 WHERE entry=8202; /* Tough Scorpid Breastplate */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=8203; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=8203; /* Tough Scorpid Gloves */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=8204; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=8204; /* Tough Scorpid Bracers */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=8205; +UPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=8205; /* Tough Scorpid Leggings */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=8206; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=8206; /* Tough Scorpid Shoulders */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=8207; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=8207; /* Tough Scorpid Helm */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=8208; +UPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=8208; /* Tough Scorpid Boots */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=8209; +UPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=8209; + +/* Wild Leather Boots */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=8213; + +/* Wild Leather Helmet */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=8214; /* Big Voodoo Cloak */ -UPDATE item_template SET stat_value1 = 9, stat_value2 = 5, stat_type3 = 0, stat_value3 = 0 WHERE entry=8216; +UPDATE `item_template` SET `stat_value1` = 9, `stat_value2` = 5, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=8216; + +/* Tainted Pierce */ +UPDATE `item_template` SET `spellppmrate_1` = 1.0 WHERE entry=8225; /* Imperial Red Boots */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 4 WHERE entry=8246; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8246; /* Imperial Red Mantle */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 4, stat_type2 = 5, stat_value2 = 15 WHERE entry=8250; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8250; /* Imperial Red Pants */ -UPDATE item_template SET stat_type1 = 3, stat_type2 = 5, stat_value2 = 15 WHERE entry=8251; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 5, `stat_value2` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8251; /* Imperial Red Sash */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 4, stat_type2 = 5, stat_value2 = 15 WHERE entry=8253; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=8253; + +/* Ebonhold Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8275; + +/* Valorous Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8282; + +/* Hero's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8313; + +/* Alabaster Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=8320; /* Wolfshead Helm */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=8345; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=8345; /* Gauntlets of the Sea */ -UPDATE item_template SET stat_value1 = 7, stat_type2 = 0, stat_value2 = 0 WHERE entry=8346; +UPDATE `item_template` SET `stat_value1` = 7, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=8346; /* Dragonscale Gauntlets */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 6 WHERE entry=8347; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 6 WHERE entry=8347; /* Helm of Fire */ -UPDATE item_template SET stat_value1 = 17, stat_value2 = 10 WHERE entry=8348; +UPDATE `item_template` SET `stat_value1` = 17, `stat_value2` = 10, `spellcooldown_1` = 900000 WHERE entry=8348; /* Feathered Breastplate */ -UPDATE item_template SET stat_type1 = 6, stat_type2 = 5, stat_value2 = 10, stat_type3 = 0, stat_value3 = 0 WHERE entry=8349; +UPDATE `item_template` SET `stat_type1` = 6, `stat_type2` = 5, `stat_value2` = 10, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=8349; + +/* The 1 Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=8350; /* Dragonscale Breastplate */ -UPDATE 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; +UPDATE `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; + +/* Wirt's Third Leg */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9359; /* Golden Scale Gauntlets */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=9366; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=9366; /* Expert Goldminer's Helmet */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0 WHERE entry=9375; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 15874 WHERE entry=9375; /* Sang'thraze the Deflector */ -UPDATE item_template SET dmg_min1 = 34.0, dmg_max1 = 65.0 WHERE entry=9379; +UPDATE `item_template` SET `dmg_min1` = 34.0, `dmg_max1` = 65.0 WHERE entry=9379; + +/* Jang'thraze the Protector */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=9380; + +/* Earthen Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9381; + +/* Tromping Miner's Boots */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9382; /* Revelosh's Boots */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=9387; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 7 WHERE entry=9387; /* Revelosh's Armguards */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=9388; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 6 WHERE entry=9388; /* Revelosh's Spaulders */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=9389; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 7 WHERE entry=9389; /* Revelosh's Gloves */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=9390; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 6 WHERE entry=9390; /* Legguards of the Vault */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 13, stat_type4 = 6, stat_value4 = 5 WHERE entry=9396; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 13, `stat_type4` = 6, `stat_value4` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9396; /* Worn Running Boots */ -UPDATE item_template SET Quality = 2, stat_value1 = 11, stat_value2 = 3 WHERE entry=9398; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 11, `stat_value2` = 3, `DisenchantID` = 6 WHERE entry=9398; /* Baelog's Shortbow */ -UPDATE item_template SET Quality = 1, dmg_min1 = 26.0, dmg_max1 = 50.0, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=9400; +UPDATE `item_template` SET `Quality` = 1, `dmg_min1` = 26.0, `dmg_max1` = 50.0, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=9400; + +/* Earthborn Kilt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=9402; /* Battered Viking Shield */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_value1 = 8, stat_type2 = 6, stat_value2 = 4 WHERE entry=9403; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_value1` = 8, `stat_type2` = 6, `stat_value2` = 4, `DisenchantID` = 0 WHERE entry=9403; /* Stoneweaver Leggings */ -UPDATE item_template SET stat_type3 = 5, stat_value3 = 8 WHERE entry=9407; +UPDATE `item_template` SET `stat_type3` = 5, `stat_value3` = 8, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9407; /* Ironshod Bludgeon */ -UPDATE item_template SET stat_type1 = 7, stat_type2 = 4 WHERE entry=9408; +UPDATE `item_template` SET `stat_type1` = 7, `stat_type2` = 4 WHERE entry=9408; /* Rockshard Pauldrons */ -UPDATE item_template SET Quality = 2, stat_type1 = 4, stat_value1 = 2, stat_value2 = 9, stat_type3 = 6, stat_value3 = 9 WHERE entry=9411; +UPDATE `item_template` SET `Quality` = 2, `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; /* Galgann's Fireblaster */ -UPDATE item_template SET dmg_min1 = 44.0, dmg_max1 = 84.0, RequiredLevel = 42 WHERE entry=9412; +UPDATE `item_template` SET `dmg_min1` = 44.0, `dmg_max1` = 84.0, `RequiredLevel` = 42 WHERE entry=9412; /* The Rockpounder */ -UPDATE item_template SET RequiredLevel = 44 WHERE entry=9413; +UPDATE `item_template` SET `RequiredLevel` = 44 WHERE entry=9413; /* Oilskin Leggings */ -UPDATE item_template SET Quality = 2, stat_value1 = 13, stat_type2 = 6, stat_value2 = 12, RequiredLevel = 41 WHERE entry=9414; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 13, `stat_type2` = 6, `stat_value2` = 12, `DisenchantID` = 8, `RequiredLevel` = 41 WHERE entry=9414; /* Grimlok's Tribal Vestments */ -UPDATE item_template SET stat_value2 = 20, RequiredLevel = 42 WHERE entry=9415; +UPDATE `item_template` SET `stat_value2` = 20, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 42 WHERE entry=9415; /* Grimlok's Charge */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 10, stat_type3 = 7, stat_value3 = 15, RequiredLevel = 42 WHERE entry=9416; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 10, `stat_type3` = 7, `stat_value3` = 15, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 42 WHERE entry=9416; + +/* Archaedic Shard */ +UPDATE `item_template` SET `DisenchantID` = 0, `spelltrigger_1` = 0 WHERE entry=9417; /* Stoneslayer */ -UPDATE item_template SET RequiredLevel = 44 WHERE entry=9418; +UPDATE `item_template` SET `RequiredLevel` = 44 WHERE entry=9418; /* Galgann's Firehammer */ -UPDATE item_template SET Quality = 2, dmg_min1 = 42.0, dmg_max1 = 79.0, stat_type1 = 0, stat_value1 = 0, RequiredLevel = 41 WHERE entry=9419; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 42.0, `dmg_max1` = 79.0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 28, `RequiredLevel` = 41 WHERE entry=9419; /* Adventurer's Pith Helmet */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=9420; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=9420; /* Shadowforge Bushmaster */ -UPDATE item_template SET dmg_min1 = 46.0, dmg_max1 = 86.0, shadow_res = 7, stat_type1 = 0, stat_value1 = 0 WHERE entry=9422; +UPDATE `item_template` SET `dmg_min1` = 46.0, `dmg_max1` = 86.0, `shadow_res` = 7, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=9422; /* Monolithic Bow */ -UPDATE item_template SET dmg_min1 = 41.0, dmg_max1 = 77.0, stat_type1 = 4, stat_value1 = 6, stat_type2 = 3, stat_value2 = 3 WHERE entry=9426; +UPDATE `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; /* Miner's Hat of the Deep */ -UPDATE item_template SET stat_value1 = 10, stat_value2 = 17, stat_type4 = 3, stat_value4 = 4 WHERE entry=9429; +UPDATE `item_template` SET `stat_value1` = 10, `stat_value2` = 17, `stat_type4` = 3, `stat_value4` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9429; /* Spaulders of a Lost Age */ -UPDATE item_template SET stat_value1 = 16, stat_type2 = 6, stat_value2 = 7 WHERE entry=9430; +UPDATE `item_template` SET `stat_value1` = 16, `stat_type2` = 6, `stat_value2` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9430; /* Skullplate Bracers */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=9432; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=9432; /* Forgotten Wraps */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 3 WHERE entry=9433; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=9433; /* Grubbis Paws */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=9445; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=9445; /* Electrocutioner Leg */ -UPDATE item_template SET RequiredLevel = 29 WHERE entry=9446; +UPDATE `item_template` SET `RequiredLevel` = 29 WHERE entry=9446; /* Electrocutioner Lagnut */ -UPDATE item_template SET RequiredLevel = 29 WHERE entry=9447; +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 29 WHERE entry=9447; /* Spidertank Oilrag */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=9448; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 5 WHERE entry=9448; /* Manual Crowd Pummeler */ -UPDATE item_template SET RequiredLevel = 29 WHERE entry=9449; +UPDATE `item_template` SET `spellcharges_1` = 3, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 29 WHERE entry=9449; /* Gnomebot Operating Boots */ -UPDATE item_template SET Quality = 2, stat_type2 = 6 WHERE entry=9450; +UPDATE `item_template` SET `Quality` = 2, `stat_type2` = 6, `DisenchantID` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9450; /* Hydrocane */ -UPDATE item_template SET dmg_min1 = 48.0, dmg_max1 = 73.0 WHERE entry=9452; +UPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 73.0 WHERE entry=9452; /* Glass Shooter */ -UPDATE item_template SET dmg_min1 = 36.0, dmg_max1 = 68.0 WHERE entry=9456; +UPDATE `item_template` SET `dmg_min1` = 36.0, `dmg_max1` = 68.0 WHERE entry=9456; /* Thermaplugg's Central Core */ -UPDATE item_template SET RequiredLevel = 32 WHERE entry=9458; +UPDATE `item_template` SET `RequiredLevel` = 32 WHERE entry=9458; /* Thermaplugg's Left Arm */ -UPDATE item_template SET RequiredLevel = 32 WHERE entry=9459; +UPDATE `item_template` SET `RequiredLevel` = 32 WHERE entry=9459; /* Charged Gear */ -UPDATE item_template SET RequiredLevel = 32 WHERE entry=9461; +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 32 WHERE entry=9461; /* Gahz'rilla Fang */ -UPDATE item_template SET Quality = 2, dmg_min1 = 35.0, dmg_max1 = 66.0 WHERE entry=9467; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 35.0, `dmg_max1` = 66.0, `DisenchantID` = 28 WHERE entry=9467; /* Gahz'rilla Scale Armor */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 23 WHERE entry=9469; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 23, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9469; /* Bad Mojo Mask */ -UPDATE item_template SET stat_value1 = 24 WHERE entry=9470; +UPDATE `item_template` SET `stat_value1` = 24, `spellid_1` = 9414 WHERE entry=9470; /* Jinxed Hoodoo Skin */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 20, stat_type2 = 4 WHERE entry=9473; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 20, `stat_type2` = 4 WHERE entry=9473; /* Jinxed Hoodoo Kilt */ -UPDATE item_template SET stat_type1 = 6, stat_type2 = 5, stat_value2 = 10 WHERE entry=9474; +UPDATE `item_template` SET `stat_type1` = 6, `stat_type2` = 5, `stat_value2` = 10 WHERE entry=9474; /* Big Bad Pauldrons */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=9476; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=9476; /* Embrace of the Lycan */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=9479; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=9479; + +/* Witch Doctor's Cane */ +UPDATE `item_template` SET `spellid_1` = 17993 WHERE entry=9482; + +/* Flaming Incinerator */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9483; /* Hi-tech Supergun */ -UPDATE item_template SET dmg_min1 = 23.0, dmg_max1 = 43.0 WHERE entry=9487; +UPDATE `item_template` SET `dmg_min1` = 23.0, `dmg_max1` = 43.0 WHERE entry=9487; + +/* Gyromatic Icemaker */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9489; /* Hotshot Pilot's Gloves */ -UPDATE item_template SET stat_type4 = 3, stat_value4 = 3 WHERE entry=9491; +UPDATE `item_template` SET `stat_type4` = 3, `stat_value4` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9491; /* Electromagnetic Gigaflux Reactivator */ -UPDATE item_template SET RequiredLevel = 32 WHERE entry=9492; +UPDATE `item_template` SET `RequiredLevel` = 32 WHERE entry=9492; /* Petrolspill Leggings */ -UPDATE item_template SET fire_res = -10 WHERE entry=9509; +UPDATE `item_template` SET `fire_res` = -10 WHERE entry=9509; /* Ley Staff */ -UPDATE item_template SET ItemLevel = 10, dmg_min1 = 16.0, dmg_max1 = 25.0, stat_value1 = 1, stat_value2 = 1 WHERE entry=9513; +UPDATE `item_template` SET `ItemLevel` = 10, `dmg_min1` = 16.0, `dmg_max1` = 25.0, `stat_value1` = 1, `stat_value2` = 1 WHERE entry=9513; + +/* Nether-lace Tunic */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=9515; + +/* Celestial Stave */ +UPDATE `item_template` SET `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=9517; /* Durtfeet Stompers */ -UPDATE item_template SET stat_type1 = 4 WHERE entry=9519; +UPDATE `item_template` SET `stat_type1` = 4 WHERE entry=9519; + +/* Energized Stone Circle */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9522; + +/* Masons Fraternity Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9533; /* Skilled Handling Gloves */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 6, stat_type3 = 5, stat_value3 = 10 WHERE entry=9634; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 6, `stat_type3` = 5, `stat_value3` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9634; /* Swashbuckler Sash */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 10, stat_type2 = 7, stat_value2 = 9 WHERE entry=9636; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 10, `stat_type2` = 7, `stat_value2` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9636; /* Lifeblood Amulet */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 5, stat_type2 = 7, stat_value2 = 13 WHERE entry=9641; +UPDATE `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; + +/* Band of the Great Tortoise */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9642; /* Royal Highmark Vestments */ -UPDATE item_template SET Quality = 2 WHERE entry=9649; +UPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9649; /* Honorguard Chestpiece */ -UPDATE item_template SET Quality = 2, stat_type1 = 4, stat_value1 = 22, stat_value2 = 3, stat_type3 = 5, stat_value3 = 3 WHERE entry=9650; +UPDATE `item_template` SET `Quality` = 2, `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; /* Gryphon Rider's Stormhammer */ -UPDATE item_template SET Quality = 2, dmg_min1 = 59.0, dmg_max1 = 111.0, stat_type1 = 0, stat_value1 = 0 WHERE entry=9651; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 59.0, `dmg_max1` = 111.0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 29 WHERE entry=9651; /* Gryphon Rider's Leggings */ -UPDATE item_template SET Quality = 2, stat_value1 = 15, stat_value2 = 15 WHERE entry=9652; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 15, `stat_value2` = 15, `DisenchantID` = 9 WHERE entry=9652; /* Speedy Racer Goggles */ -UPDATE item_template SET stat_type1 = 3, stat_type2 = 5, stat_value2 = 14 WHERE entry=9653; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 5, `stat_value2` = 14, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9653; + +/* Cairnstone Sliver */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9654; + +/* Seedtime Hoop */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9655; /* Boots of the Maharishi */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 4, stat_type3 = 5, stat_value3 = 9 WHERE entry=9658; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 4, `stat_type3` = 5, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=9658; + +/* Earthclasp Barrier */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9661; /* Strength of the Treant */ -UPDATE item_template SET Quality = 2, ItemLevel = 50, dmg_min1 = 115.0, dmg_max1 = 173.0, stat_value1 = 7, stat_value2 = 18 WHERE entry=9683; +UPDATE `item_template` SET `Quality` = 2, `ItemLevel` = 50, `dmg_min1` = 115.0, `dmg_max1` = 173.0, `stat_value1` = 7, `stat_value2` = 18, `DisenchantID` = 28 WHERE entry=9683; /* Force of the Hippogryph */ -UPDATE item_template SET Quality = 2, dmg_min1 = 51.0, dmg_max1 = 95.0, stat_value1 = 9 WHERE entry=9684; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 51.0, `dmg_max1` = 95.0, `stat_value1` = 9, `DisenchantID` = 29 WHERE entry=9684; /* Will of the Mountain Giant */ -UPDATE item_template SET dmg_min1 = 88.0, dmg_max1 = 133.0, stat_type1 = 4, stat_value1 = 15, stat_type2 = 7, stat_value2 = 14 WHERE entry=9685; +UPDATE `item_template` SET `dmg_min1` = 88.0, `dmg_max1` = 133.0, `stat_type1` = 4, `stat_value1` = 15, `stat_type2` = 7, `stat_value2` = 14, `DisenchantID` = 0 WHERE entry=9685; /* Spirit of the Faerie Dragon */ -UPDATE item_template SET Quality = 2, dmg_min1 = 55.0, dmg_max1 = 103.0, stat_value1 = 9 WHERE entry=9686; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 55.0, `dmg_max1` = 103.0, `stat_value1` = 9, `DisenchantID` = 29 WHERE entry=9686; + +/* Tharg's Disk */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9706; /* Reforged Blade of Heroes */ -UPDATE item_template SET dmg_min1 = 31.0, dmg_max1 = 59.0 WHERE entry=9718; +UPDATE `item_template` SET `dmg_min1` = 31.0, `dmg_max1` = 59.0 WHERE entry=9718; + +/* Gypsy Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9753; + +/* Cadet Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9764; + +/* Bandit Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9778; + +/* Raider's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9790; + +/* Superior Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9804; + +/* Fortified Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9816; + +/* Banded Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9843; + +/* Archer's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9858; + +/* Renegade Circlet */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9870; + +/* Renegade Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9873; + +/* Sorcerer Sphere */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=9882; + +/* Jazeraint Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9899; + +/* Royal Scepter */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=9914; + +/* Brigade Defender */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9918; + +/* Embossed Plate Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9935; + +/* Abjurer's Crystal */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=9944; + +/* Warmonger's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9958; + +/* Overlord's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=9974; + +/* Shadoweave Pants */ +UPDATE `item_template` SET `spellid_1` = 9328 WHERE entry=10002; + +/* Shadoweave Robe */ +UPDATE `item_template` SET `spellid_1` = 9328 WHERE entry=10004; /* White Bandit Mask */ -UPDATE item_template SET stat_type1 = 3, stat_type2 = 4, stat_value2 = 11 WHERE entry=10008; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 4, `stat_value2` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10008; + +/* Stormcloth Pants */ +UPDATE `item_template` SET `DisenchantID` = 0, `spellid_1` = 7696 WHERE entry=10010; + +/* Stormcloth Gloves */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=10011; + +/* Stormcloth Vest */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=10020; /* Dreamweave Vest */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=10021; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=10021; + +/* Shadoweave Gloves */ +UPDATE `item_template` SET `spellid_1` = 9325 WHERE entry=10023; + +/* Shadoweave Mask */ +UPDATE `item_template` SET `spellid_1` = 14794 WHERE entry=10025; + +/* Shadoweave Shoulders */ +UPDATE `item_template` SET `spellid_1` = 9325 WHERE entry=10028; /* Admiral's Hat */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=10030; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0 WHERE entry=10030; + +/* Shadoweave Boots */ +UPDATE `item_template` SET `spellid_1` = 9414 WHERE entry=10031; + +/* Stormcloth Headband */ +UPDATE `item_template` SET `DisenchantID` = 0, `spellid_1` = 9411 WHERE entry=10032; /* Tuxedo Pants */ -UPDATE item_template SET RequiredLevel = 30 WHERE entry=10035; +UPDATE `item_template` SET `RequiredLevel` = 30 WHERE entry=10035; /* Tuxedo Jacket */ -UPDATE item_template SET ItemLevel = 35, RequiredLevel = 30 WHERE entry=10036; +UPDATE `item_template` SET `ItemLevel` = 35, `RequiredLevel` = 30 WHERE entry=10036; + +/* Stormcloth Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 0, `spellid_1` = 9328 WHERE entry=10038; + +/* Stormcloth Boots */ +UPDATE `item_template` SET `DisenchantID` = 0, `spellid_1` = 9357 WHERE entry=10039; + +/* Cindercloth Robe */ +UPDATE `item_template` SET `spellid_1` = 17868 WHERE entry=10042; + +/* Cindercloth Boots */ +UPDATE `item_template` SET `spellid_1` = 9298 WHERE entry=10044; /* Simple Kilt */ -UPDATE item_template SET Quality = 1, bonding = 0, stat_type1 = 0, stat_value1 = 0 WHERE entry=10047; +UPDATE `item_template` SET `Quality` = 1, `bonding` = 0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 0 WHERE entry=10047; /* Colorful Kilt */ -UPDATE item_template SET stat_type1 = 3, stat_type2 = 6, stat_value2 = 5 WHERE entry=10048; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type2` = 6, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10048; + +/* Diabolist's Blade */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=10049; + +/* Lord's Crest */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10078; + +/* Revenant Deflector */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10093; + +/* Mercurial Guard */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10158; + +/* Crusader's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10195; + +/* Heavy Lamellar Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10204; + +/* Masterwork Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10271; + +/* Gnomeregan Band */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10298; + +/* Gnomeregan Amulet */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10299; + +/* Scarlet Belt */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10329; + +/* Ornate Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10362; + +/* Engraved Wall */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10363; + +/* Templar Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10364; + +/* Emerald Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10365; + +/* Demon Guard */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10366; + +/* Hyperion Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10367; /* Blackened Defias Belt */ -UPDATE item_template SET Quality = 2, stat_type1 = 4, stat_value1 = 5 WHERE entry=10403; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 4, `stat_value1` = 5, `DisenchantID` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10403; + +/* Banded Helm */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10408; /* Footpads of the Fang */ -UPDATE item_template SET Quality = 2, stat_value1 = 4, stat_value2 = 4 WHERE entry=10411; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 4, `stat_value2` = 4, `DisenchantID` = 3 WHERE entry=10411; /* Belt of the Fang */ -UPDATE item_template SET Quality = 2, stat_value1 = 3, stat_value2 = 2 WHERE entry=10412; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 3, `stat_value2` = 2, `DisenchantID` = 3 WHERE entry=10412; /* Gloves of the Fang */ -UPDATE item_template SET Quality = 2, stat_value1 = 3, stat_value2 = 2 WHERE entry=10413; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 3, `stat_value2` = 2, `DisenchantID` = 2 WHERE entry=10413; /* Silvered Bronze Leggings */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=10423; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=10423; + +/* Shadowy Bracers */ +UPDATE `item_template` SET `spellid_1` = 7706 WHERE entry=10461; /* Mithril Blunderbuss */ -UPDATE item_template SET dmg_min1 = 36.0, dmg_max1 = 68.0 WHERE entry=10508; +UPDATE `item_template` SET `dmg_min1` = 36.0, `dmg_max1` = 68.0 WHERE entry=10508; /* Mithril Heavy-bore Rifle */ -UPDATE item_template SET dmg_min1 = 41.0, dmg_max1 = 76.0 WHERE entry=10510; +UPDATE `item_template` SET `dmg_min1` = 41.0, `dmg_max1` = 76.0 WHERE entry=10510; + +/* Parachute Cloak */ +UPDATE `item_template` SET `spellcooldown_1` = 1800000 WHERE entry=10518; /* Gnomish Goggles */ -UPDATE item_template SET stat_type1 = 3, stat_type3 = 6, stat_value3 = 9 WHERE entry=10545; +UPDATE `item_template` SET `stat_type1` = 3, `stat_type3` = 6, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10545; /* Foreman Vest */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 2 WHERE entry=10553; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10553; /* Foreman Pants */ -UPDATE item_template SET stat_type1 = 4, stat_type2 = 7, stat_value2 = 1 WHERE entry=10554; +UPDATE `item_template` SET `stat_type1` = 4, `stat_type2` = 7, `stat_value2` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10554; /* Resist Test Item */ -UPDATE item_template SET holy_res = -50, fire_res = -50, nature_res = -50, frost_res = -50, shadow_res = -50 WHERE entry=10555; +UPDATE `item_template` SET `holy_res` = -50, `fire_res` = -50, `nature_res` = -50, `frost_res` = -50, `shadow_res` = -50 WHERE entry=10555; /* Quillshooter */ -UPDATE item_template SET dmg_min1 = 31.0, dmg_max1 = 58.0 WHERE entry=10567; +UPDATE `item_template` SET `dmg_min1` = 31.0, `dmg_max1` = 58.0 WHERE entry=10567; + +/* Freezing Shard */ +UPDATE `item_template` SET `spellid_1` = 7703 WHERE entry=10572; /* Corpseshroud */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 5 WHERE entry=10574; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10574; /* Briar Tredders */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 5 WHERE entry=10582; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 5 WHERE entry=10582; /* Stormgale Fists */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=10584; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=10584; + +/* Goblin Rocket Helmet */ +UPDATE `item_template` SET `spellcategory_1` = 0 WHERE entry=10588; /* Stinging Bow */ -UPDATE item_template SET dmg_min1 = 36.0, dmg_max1 = 67.0, stat_type1 = 4 WHERE entry=10624; +UPDATE `item_template` SET `dmg_min1` = 36.0, `dmg_max1` = 67.0, `stat_type1` = 4 WHERE entry=10624; /* Mistwalker Boots */ -UPDATE item_template SET stat_value2 = 18 WHERE entry=10629; +UPDATE `item_template` SET `stat_value2` = 18, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10629; /* Soulcatcher Halo */ -UPDATE item_template SET stat_value1 = 25, stat_type2 = 6 WHERE entry=10630; +UPDATE `item_template` SET `stat_value1` = 25, `stat_type2` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10630; /* Murkwater Gauntlets */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 13, stat_type3 = 7, stat_value3 = 12 WHERE entry=10631; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 13, `stat_type3` = 7, `stat_value3` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10631; /* Slimescale Bracers */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 13, stat_type3 = 7, stat_value3 = 4 WHERE entry=10632; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 13, `stat_type3` = 7, `stat_value3` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10632; /* Silvershell Leggings */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=10633; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=10633; /* Mindseye Circle */ -UPDATE item_template SET stat_value2 = 12 WHERE entry=10634; +UPDATE `item_template` SET `stat_value2` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10634; /* Brewer's Gloves */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 2 WHERE entry=10637; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10637; /* Will of the Mountain Giant */ -UPDATE item_template SET Quality = 2, dmg_min1 = 88.0, dmg_max1 = 133.0, stat_value1 = 15, stat_value2 = 14 WHERE entry=10652; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 88.0, `dmg_max1` = 133.0, `stat_value1` = 15, `stat_value2` = 14, `DisenchantID` = 29 WHERE entry=10652; /* Jutebraid Gloves */ -UPDATE item_template SET stat_type1 = 4, stat_type2 = 5, stat_value2 = 6 WHERE entry=10654; +UPDATE `item_template` SET `stat_type1` = 4, `stat_type2` = 5, `stat_value2` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10654; /* Aegis of Battle */ -UPDATE item_template SET Quality = 2, stat_value1 = 10, stat_type2 = 3, stat_value2 = 6 WHERE entry=10686; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 10, `stat_type2` = 3, `stat_value2` = 6, `DisenchantID` = 29, `spellcooldown_1` = -1 WHERE entry=10686; + +/* Enchanted Azsharite Felbane Staff */ +UPDATE `item_template` SET `spellcategorycooldown_2` = 180000 WHERE entry=10698; /* Encarmine Boots */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 4, stat_type3 = 5, stat_value3 = 8 WHERE entry=10700; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 4, `stat_type3` = 5, `stat_value3` = 8, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10700; + +/* Chillnail Splinter */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10704; /* Firwillow Wristbands */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 2, stat_type2 = 5, stat_value2 = 10 WHERE entry=10705; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 2, `stat_type2` = 5, `stat_value2` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10705; + +/* Dragonclaw Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10710; + +/* Dragon's Blood Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10711; + +/* Gnomish Rocket Boots */ +UPDATE `item_template` SET `spellcooldown_1` = 1800000, `spellcategorycooldown_1` = 0, `spellcategory_1` = 0 WHERE entry=10724; + +/* Ring of Fortitude */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10739; /* Dragonflight Leggings */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 13, stat_type2 = 4, stat_type3 = 6, stat_value3 = 14 WHERE entry=10742; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 13, `stat_type2` = 4, `stat_type3` = 6, `stat_value3` = 14, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10742; /* Gemburst Circlet */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 5, stat_type4 = 7, stat_value4 = 9 WHERE entry=10751; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 5, `stat_type4` = 7, `stat_value4` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10751; /* Swine Fists */ -UPDATE item_template SET Quality = 2, stat_value1 = 8, stat_value2 = 8 WHERE entry=10760; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 8, `stat_value2` = 8, `DisenchantID` = 6 WHERE entry=10760; /* Coldrage Dagger */ -UPDATE item_template SET RequiredLevel = 39 WHERE entry=10761; +UPDATE `item_template` SET `RequiredLevel` = 39 WHERE entry=10761; /* Robes of the Lich */ -UPDATE item_template SET stat_value2 = 20, stat_type3 = 0, stat_value3 = 0, RequiredLevel = 39 WHERE entry=10762; +UPDATE `item_template` SET `stat_value2` = 20, `stat_type3` = 0, `stat_value3` = 0, `RequiredLevel` = 39 WHERE entry=10762; /* Icemetal Barbute */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=10763; +UPDATE `item_template` SET `stat_type2` = 6, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10763; /* Deathchill Armor */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 20, stat_type3 = 7, stat_value3 = 3, RequiredLevel = 39 WHERE entry=10764; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 20, `stat_type3` = 7, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 39 WHERE entry=10764; /* Bonefingers */ -UPDATE item_template SET Quality = 2, RequiredLevel = 38 WHERE entry=10765; +UPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 7, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 38 WHERE entry=10765; /* Plaguerot Sprig */ -UPDATE item_template SET shadow_res = 7 WHERE entry=10766; +UPDATE `item_template` SET `shadow_res` = 7, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=10766; + +/* Savage Boar's Guard */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10767; /* Glowing Eye of Mordresh */ -UPDATE item_template SET stat_type1 = 6, stat_type2 = 5, stat_value2 = 5 WHERE entry=10769; +UPDATE `item_template` SET `stat_type1` = 6, `stat_type2` = 5, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=10769; /* Mordresh's Lifeless Skull */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 11, stat_type2 = 7, stat_value2 = 5 WHERE entry=10770; +UPDATE `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; /* Deathmage Sash */ -UPDATE item_template SET stat_value1 = 15 WHERE entry=10771; +UPDATE `item_template` SET `stat_value1` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10771; /* Glutton's Cleaver */ -UPDATE item_template SET Quality = 2, dmg_min1 = 32.0, dmg_max1 = 60.0 WHERE entry=10772; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 32.0, `dmg_max1` = 60.0, `DisenchantID` = 27 WHERE entry=10772; + +/* Silky Spider Cape */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=10776; + +/* Necklace of Sanctuary */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10778; /* Mark of Hakkar */ -UPDATE item_template SET RequiredLevel = 0 WHERE entry=10780; +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 0 WHERE entry=10780; /* Hakkari Breastplate */ -UPDATE item_template SET RequiredLevel = 0 WHERE entry=10781; +UPDATE `item_template` SET `RequiredLevel` = 0 WHERE entry=10781; /* Hakkari Shroud */ -UPDATE item_template SET RequiredLevel = 0 WHERE entry=10782; +UPDATE `item_template` SET `RequiredLevel` = 0 WHERE entry=10782; /* Atal'ai Leggings */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=10785; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 9 WHERE entry=10785; /* Atal'ai Boots */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=10786; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 9 WHERE entry=10786; /* Atal'ai Girdle */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=10788; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 9 WHERE entry=10788; /* Darkwater Bracers */ -UPDATE item_template SET shadow_res = 7, stat_type1 = 0, stat_value1 = 0 WHERE entry=10800; +UPDATE `item_template` SET `shadow_res` = 7, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=10800; /* Slitherscale Boots */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 12, stat_type2 = 4, stat_type3 = 6, stat_value3 = 15 WHERE entry=10801; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 12, `stat_type2` = 4, `stat_type3` = 6, `stat_value3` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10801; /* Wingveil Cloak */ -UPDATE item_template SET Quality = 2 WHERE entry=10802; +UPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10802; /* Blade of the Wretched */ -UPDATE item_template SET Quality = 2, dmg_min1 = 47.0, dmg_max1 = 88.0 WHERE entry=10803; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 47.0, `dmg_max1` = 88.0, `DisenchantID` = 29, `spellppmrate_1` = 2.6, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=10803; /* Fist of the Damned */ -UPDATE item_template SET Quality = 2, dmg_min1 = 42.0, dmg_max1 = 80.0, stat_type1 = 0, stat_value1 = 0 WHERE entry=10804; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 42.0, `dmg_max1` = 80.0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 29 WHERE entry=10804; /* Eater of the Dead */ -UPDATE item_template SET Quality = 2, dmg_min1 = 49.0, dmg_max1 = 92.0, stat_type1 = 0, stat_value1 = 0 WHERE entry=10805; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 49.0, `dmg_max1` = 92.0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 29 WHERE entry=10805; /* Vestments of the Atal'ai Prophet */ -UPDATE item_template SET stat_value2 = 27, stat_type3 = 0, stat_value3 = 0 WHERE entry=10806; +UPDATE `item_template` SET `stat_value2` = 27, `stat_type3` = 0, `stat_value3` = 0, `spelltrigger_1` = 0 WHERE entry=10806; /* Kilt of the Atal'ai Prophet */ -UPDATE item_template SET stat_value2 = 18, stat_type4 = 4, stat_value4 = 4 WHERE entry=10807; +UPDATE `item_template` SET `stat_value2` = 18, `stat_type4` = 4, `stat_value4` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10807; /* Gloves of the Atal'ai Prophet */ -UPDATE item_template SET stat_value1 = 20, stat_type2 = 4, stat_value2 = 5, stat_type3 = 7, stat_value3 = 6 WHERE entry=10808; +UPDATE `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; + +/* Amberglow Talisman */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=10824; /* Dire Nail */ -UPDATE item_template SET shadow_res = 5, stat_type1 = 0, stat_value1 = 0, RequiredLevel = 51 WHERE entry=10828; +UPDATE `item_template` SET `shadow_res` = 5, `stat_type1` = 0, `stat_value1` = 0, `RequiredLevel` = 51 WHERE entry=10828; /* Horns of Eranikus */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 11, stat_value2 = 27, RequiredLevel = 51 WHERE entry=10833; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 11, `stat_value2` = 27, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 51 WHERE entry=10833; /* Crest of Supremacy */ -UPDATE 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, RequiredLevel = 51 WHERE entry=10835; +UPDATE `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; /* Rod of Corrosion */ -UPDATE item_template SET nature_res = 10, stat_type1 = 0, stat_value1 = 0, RequiredLevel = 51 WHERE entry=10836; +UPDATE `item_template` SET `nature_res` = 10, `stat_type1` = 0, `stat_value1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `RequiredLevel` = 51 WHERE entry=10836; /* Tooth of Eranikus */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0, RequiredLevel = 51 WHERE entry=10837; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15464, `RequiredLevel` = 51 WHERE entry=10837; /* Might of Hakkar */ -UPDATE item_template SET stat_type1 = 7, stat_type2 = 6 WHERE entry=10838; +UPDATE `item_template` SET `stat_type1` = 7, `stat_type2` = 6, `spellcooldown_1` = -1 WHERE entry=10838; /* Windscale Sarong */ -UPDATE item_template SET stat_value1 = 20, stat_type4 = 3, stat_value4 = 7 WHERE entry=10842; +UPDATE `item_template` SET `stat_value1` = 20, `stat_type4` = 3, `stat_value4` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10842; /* Featherskin Cape */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 15, stat_type3 = 5, stat_value3 = 4 WHERE entry=10843; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 15, `stat_type3` = 5, `stat_value3` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10843; /* Warrior's Embrace */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0 WHERE entry=10845; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 13670 WHERE entry=10845; /* Bloodshot Greaves */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 5 WHERE entry=10846; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=10846; /* Archaedic Stone */ -UPDATE item_template SET RequiredLevel = 42 WHERE entry=11118; +UPDATE `item_template` SET `spellcooldown_1` = -1, `RequiredLevel` = 42 WHERE entry=11118; /* Darkwater Talwar */ -UPDATE item_template SET Quality = 2, dmg_min1 = 20.0, dmg_max1 = 39.0, stat_type1 = 0, stat_value1 = 0 WHERE entry=11121; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 20.0, `dmg_max1` = 39.0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 24 WHERE entry=11121; + +/* Carrot on a Stick */ +UPDATE `item_template` SET `spellid_1` = 13587 WHERE entry=11122; /* Rainstrider Leggings */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 8, stat_type3 = 7, stat_value3 = 7 WHERE entry=11123; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 8, `stat_type3` = 7, `stat_value3` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11123; + +/* Mindburst Medallion */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11196; + +/* Nether Force Wand */ +UPDATE `item_template` SET `spellid_1` = 13595 WHERE entry=11263; + +/* Lesser Magic Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11287; + +/* Greater Magic Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11288; + +/* Lesser Mystic Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11289; + +/* Greater Mystic Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11290; /* Fine Shortbow */ -UPDATE item_template SET dmg_min1 = 7.0, dmg_max1 = 14.0 WHERE entry=11303; +UPDATE `item_template` SET `dmg_min1` = 7.0, `dmg_max1` = 14.0 WHERE entry=11303; /* Fine Longbow */ -UPDATE item_template SET dmg_min1 = 14.0, dmg_max1 = 26.0 WHERE entry=11304; +UPDATE `item_template` SET `dmg_min1` = 14.0, `dmg_max1` = 26.0 WHERE entry=11304; /* Dense Shortbow */ -UPDATE item_template SET dmg_min1 = 19.0, dmg_max1 = 35.0 WHERE entry=11305; +UPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 35.0 WHERE entry=11305; /* Sturdy Recurve */ -UPDATE item_template SET dmg_min1 = 20.0, dmg_max1 = 37.0 WHERE entry=11306; +UPDATE `item_template` SET `dmg_min1` = 20.0, `dmg_max1` = 37.0 WHERE entry=11306; /* Massive Longbow */ -UPDATE item_template SET dmg_min1 = 43.0, dmg_max1 = 80.0 WHERE entry=11307; +UPDATE `item_template` SET `dmg_min1` = 43.0, `dmg_max1` = 80.0 WHERE entry=11307; /* Sylvan Shortbow */ -UPDATE item_template SET dmg_min1 = 32.0, dmg_max1 = 59.0 WHERE entry=11308; +UPDATE `item_template` SET `dmg_min1` = 32.0, `dmg_max1` = 59.0 WHERE entry=11308; /* Flameseer Mantle */ -UPDATE item_template SET RequiredLevel = 42 WHERE entry=11310; +UPDATE `item_template` SET `spellid_1` = 9401, `RequiredLevel` = 42 WHERE entry=11310; /* Emberscale Cape */ -UPDATE item_template SET Quality = 2, stat_value1 = 3, stat_value2 = 10, RequiredLevel = 41 WHERE entry=11311; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 3, `stat_value2` = 10, `DisenchantID` = 8, `RequiredLevel` = 41 WHERE entry=11311; /* Enthralled Sphere */ -UPDATE item_template SET stat_value1 = 14, stat_type2 = 6, stat_value2 = 5, stat_type3 = 7, stat_value3 = 3 WHERE entry=11625; +UPDATE `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; /* Houndmaster's Bow */ -UPDATE item_template SET dmg_min1 = 34.0, dmg_max1 = 64.0 WHERE entry=11628; +UPDATE `item_template` SET `dmg_min1` = 34.0, `dmg_max1` = 64.0 WHERE entry=11628; /* Houndmaster's Rifle */ -UPDATE item_template SET dmg_min1 = 44.0, dmg_max1 = 82.0 WHERE entry=11629; +UPDATE `item_template` SET `dmg_min1` = 44.0, `dmg_max1` = 82.0 WHERE entry=11629; + +/* Stoneshell Guard */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11631; /* Earthslag Shoulders */ -UPDATE item_template SET stat_type2 = 5, stat_value2 = 8 WHERE entry=11632; +UPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 8, `spellid_1` = 9415 WHERE entry=11632; /* Spiderfang Carapace */ -UPDATE item_template SET stat_value1 = 14, stat_type3 = 5 WHERE entry=11633; +UPDATE `item_template` SET `stat_value1` = 14, `stat_type3` = 5, `spellid_1` = 9342 WHERE entry=11633; /* Graverot Cape */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 6 WHERE entry=11677; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11677; /* Rubicund Armguards */ -UPDATE item_template SET stat_type1 = 7, stat_type2 = 3 WHERE entry=11679; +UPDATE `item_template` SET `stat_type1` = 7, `stat_type2` = 3 WHERE entry=11679; + +/* Ironfoe */ +UPDATE `item_template` SET `spellppmrate_1` = 0.8 WHERE entry=11684; /* Splinthide Shoulders */ -UPDATE item_template SET stat_type3 = 5, stat_type4 = 0, stat_value4 = 0 WHERE entry=11685; +UPDATE `item_template` SET `stat_type3` = 5, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 9415 WHERE entry=11685; /* Stonewall Girdle */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=11703; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0 WHERE entry=11703; /* Dregmetal Spaulders */ -UPDATE 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 WHERE entry=11722; +UPDATE `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; /* Savage Gladiator Chain */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 13 WHERE entry=11726; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 13, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11726; /* Savage Gladiator Leggings */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 12 WHERE entry=11728; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11728; /* Savage Gladiator Helm */ -UPDATE item_template SET stat_value1 = 28, stat_value2 = 12 WHERE entry=11729; +UPDATE `item_template` SET `stat_value1` = 28, `stat_value2` = 12 WHERE entry=11729; /* Savage Gladiator Grips */ -UPDATE item_template SET stat_type4 = 4, stat_value4 = 5 WHERE entry=11730; +UPDATE `item_template` SET `stat_type4` = 4, `stat_value4` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11730; /* Savage Gladiator Greaves */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 10, stat_type3 = 7, stat_value3 = 13 WHERE entry=11731; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 10, `stat_type3` = 7, `stat_value3` = 13, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11731; /* Rockfist */ -UPDATE item_template SET Quality = 2, dmg_min1 = 32.0, dmg_max1 = 60.0, stat_type1 = 4, stat_value1 = 10 WHERE entry=11743; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 32.0, `dmg_max1` = 60.0, `stat_type1` = 4, `stat_value1` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11743; /* Flamestrider Robes */ -UPDATE item_template SET fire_res = 10, stat_type4 = 0, stat_value4 = 0 WHERE entry=11747; +UPDATE `item_template` SET `fire_res` = 10, `stat_type4` = 0, `stat_value4` = 0 WHERE entry=11747; + +/* Pyric Caduceus */ +UPDATE `item_template` SET `spellid_1` = 9400 WHERE entry=11748; /* Searingscale Leggings */ -UPDATE item_template SET fire_res = 10, stat_type1 = 6, stat_value1 = 10, stat_type4 = 3, stat_value4 = 13 WHERE entry=11749; +UPDATE `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; /* Kindling Stave */ -UPDATE item_template SET fire_res = 10, stat_value1 = 13, stat_type4 = 0, stat_value4 = 0 WHERE entry=11750; +UPDATE `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; /* Incendic Bracers */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=11768; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 10 WHERE entry=11768; + +/* Boreal Mantle */ +UPDATE `item_template` SET `spellid_1` = 13831 WHERE entry=11782; /* Chillsteel Girdle */ -UPDATE item_template SET frost_res = 10, stat_value1 = 20, stat_type2 = 6, stat_value2 = 7 WHERE entry=11783; +UPDATE `item_template` SET `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; + +/* Rock Golem Bulwark */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11785; + +/* Rubidium Hammer */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11805; /* Sash of the Burning Heart */ -UPDATE item_template SET stat_type1 = 6, stat_type3 = 5 WHERE entry=11807; +UPDATE `item_template` SET `stat_type1` = 6, `stat_type3` = 5, `spellid_1` = 9401 WHERE entry=11807; /* Circle of Flame */ -UPDATE item_template SET fire_res = 15 WHERE entry=11808; +UPDATE `item_template` SET `fire_res` = 15, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=11808; + +/* Force of Will */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=11810; /* Smoking Heart of the Mountain */ -UPDATE item_template SET fire_res = 7, nature_res = 7, frost_res = 7, shadow_res = 7, stat_type1 = 0, stat_value1 = 0 WHERE entry=11811; +UPDATE `item_template` SET `fire_res` = 7, `nature_res` = 7, `frost_res` = 7, `shadow_res` = 7, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=11811; /* Cape of the Fire Salamander */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 6, stat_type2 = 7, stat_value2 = 9 WHERE entry=11812; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 6, `stat_type2` = 7, `stat_value2` = 9 WHERE entry=11812; /* Molten Fists */ -UPDATE item_template SET fire_res = 10 WHERE entry=11814; +UPDATE `item_template` SET `fire_res` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11814; + +/* Second Wind */ +UPDATE `item_template` SET `spellid_1` = 15604, `spellcooldown_1` = 900000, `spellcategorycooldown_1` = 0, `spellid_3` = 0, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=11819; /* Warstrife Leggings */ -UPDATE item_template SET stat_value1 = 6, stat_value3 = 6 WHERE entry=11821; +UPDATE `item_template` SET `stat_value1` = 6, `stat_value3` = 6, `spellid_1` = 13670 WHERE entry=11821; /* Cyclopean Band */ -UPDATE item_template SET stat_type2 = 4 WHERE entry=11824; +UPDATE `item_template` SET `stat_type2` = 4 WHERE entry=11824; + +/* Burst of Knowledge */ +UPDATE `item_template` SET `spellid_1` = 15646, `spellcooldown_1` = 900000, `spellcategorycooldown_1` = 0, `spellid_3` = 0, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=11832; /* Chief Architect's Monocle */ -UPDATE item_template SET stat_value1 = 27, stat_type2 = 6, stat_value2 = 3, stat_type3 = 7, stat_value3 = 10 WHERE entry=11839; +UPDATE `item_template` SET `stat_value1` = 27, `stat_type2` = 6, `stat_value2` = 3, `stat_type3` = 7, `stat_value3` = 10 WHERE entry=11839; /* Lead Surveyor's Mantle */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 8 WHERE entry=11842; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 8, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=11842; + +/* Charged Lightning Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11860; /* Rancor Boots */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 12, stat_type2 = 5, stat_value2 = 11 WHERE entry=11865; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 12, `stat_type2` = 5, `stat_value2` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11865; + +/* Choking Band */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11868; + +/* Sha'ni's Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11869; /* Archaeologist's Quarry Boots */ -UPDATE item_template SET stat_type2 = 3, stat_type3 = 5, stat_value3 = 9 WHERE entry=11908; +UPDATE `item_template` SET `stat_type2` = 3, `stat_type3` = 5, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11908; /* Treetop Leggings */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 8, stat_type3 = 6, stat_value3 = 18 WHERE entry=11911; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 8, `stat_type3` = 6, `stat_value3` = 18, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11911; + +/* Shizzle's Drizzle Blocker */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=11915; + +/* Robes of the Royal Crown */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=11924; + +/* Ghostshroud */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11925; + +/* Thaurissan's Royal Scepter */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=11928; + +/* The Emperor's New Cape */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=11930; + +/* Imperial Jewel */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=11933; /* Emperor's Seal */ -UPDATE item_template SET frost_res = 6, arcane_res = 6, stat_type1 = 0, stat_value1 = 0 WHERE entry=11934; +UPDATE `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; /* Magmus Stone */ -UPDATE item_template SET fire_res = 15 WHERE entry=11935; +UPDATE `item_template` SET `fire_res` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11935; /* Relic Hunter Belt */ -UPDATE item_template SET stat_type1 = 4, stat_type3 = 6, stat_value3 = 2 WHERE entry=11936; +UPDATE `item_template` SET `stat_type1` = 4, `stat_type3` = 6, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=11936; /* Dark Iron Ring */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=11945; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 9, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=11945; /* Fire Opal Necklace */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=11946; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 9, `spellcooldown_1` = -1 WHERE entry=11946; + +/* Cerulean Talisman */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12019; + +/* Thallium Choker */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12020; + +/* Iridium Chain */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12022; + +/* Tellurium Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12023; + +/* Vanadium Talisman */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12024; + +/* Selenium Chain */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12025; + +/* Quicksilver Pendant */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12026; + +/* Vermilion Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12027; + +/* Basalt Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12028; + +/* Greenstone Talisman */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12029; + +/* Jet Chain */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12030; + +/* Lodestone Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12031; + +/* Onyx Choker */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12032; + +/* Marble Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12034; + +/* Obsidian Pendant */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12035; + +/* Granite Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12036; + +/* Lagrave's Seal */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12038; + +/* Tundra Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12039; + +/* Forest Pendant */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12040; + +/* Marsh Chain */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12042; + +/* Desert Choker */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12043; + +/* Arctic Pendant */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12044; + +/* Swamp Pendant */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12045; + +/* Jungle Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12046; + +/* Spectral Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12047; + +/* Prismatic Pendant */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12048; /* Hazecover Boots */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 4 WHERE entry=12050; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12050; + +/* Ring of the Moon */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12052; + +/* Volcanic Rock Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12053; + +/* Demon Band */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12054; + +/* Stardust Band */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12055; + +/* Ring of the Heavens */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12056; + +/* Dragonscale Band */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12057; + +/* Demonic Bone Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12058; + +/* Conqueror's Medallion */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12059; /* Skilled Fighting Blade */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=12062; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 15776 WHERE entry=12062; + +/* Ward of the Elements */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12065; + +/* Ring of the Aristocrat */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12102; /* Star of Mystaria */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=12103; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `DisenchantID` = 49, `spellid_1` = 23727, `spelltrigger_2` = 0 WHERE entry=12103; + +/* Brindlethorn Tunic */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12104; /* Pridemail Leggings */ -UPDATE item_template SET Quality = 2, ItemLevel = 60, stat_type1 = 6, stat_value1 = 13, stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0 WHERE entry=12105; +UPDATE `item_template` SET `Quality` = 2, `ItemLevel` = 60, `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; + +/* Boulderskin Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12106; + +/* Whispersilk Leggings */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12107; + +/* Sunborne Cape */ +UPDATE `item_template` SET `spellid_1` = 9295 WHERE entry=12113; + +/* Bloodsail Admiral's Hat */ +UPDATE `item_template` SET `spellid_1` = 17567, `spelltrigger_1` = 0, `spellid_2` = 0, `spellcooldown_2` = -1 WHERE entry=12185; + +/* Test Defense Chest */ +UPDATE `item_template` SET `spellid_1` = 15804, `spelltrigger_1` = 1 WHERE entry=12187; + +/* Test Armor Chest */ +UPDATE `item_template` SET `spellid_1` = 15805, `spelltrigger_1` = 1 WHERE entry=12188; /* Smoldering Claw */ -UPDATE item_template SET fire_res = 10, stat_type1 = 0, stat_value1 = 0 WHERE entry=12243; +UPDATE `item_template` SET `fire_res` = 10, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=12243; + +/* Cindercloth Leggings */ +UPDATE `item_template` SET `spellid_1` = 9296 WHERE entry=12256; /* Serpent Clasp Belt */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=12258; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=12258; + +/* Searing Golden Blade */ +UPDATE `item_template` SET `spellid_1` = 7689 WHERE entry=12260; /* Leggings of the People's Militia */ -UPDATE item_template SET stat_type1 = 4, stat_type2 = 6, stat_value2 = 2 WHERE entry=12295; +UPDATE `item_template` SET `stat_type1` = 4, `stat_type2` = 6, `stat_value2` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12295; + +/* Spark of the People's Militia */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12296; /* Seal of Ascension */ -UPDATE 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 WHERE entry=12344; +UPDATE `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; /* Thorium Armor */ -UPDATE item_template SET 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; +UPDATE `item_template` SET `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; /* Thorium Belt */ -UPDATE item_template SET 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; +UPDATE `item_template` SET `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; /* Thorium Bracers */ -UPDATE item_template SET 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; +UPDATE `item_template` SET `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; /* Thorium Boots */ -UPDATE item_template SET 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; +UPDATE `item_template` SET `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; /* Thorium Helm */ -UPDATE item_template SET 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; +UPDATE `item_template` SET `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; /* Thorium Leggings */ -UPDATE item_template SET 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; +UPDATE `item_template` SET `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; /* Radiant Breastplate */ -UPDATE item_template SET frost_res = 16, shadow_res = 16, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=12415; +UPDATE `item_template` SET `frost_res` = 16, `shadow_res` = 16, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12415; /* Radiant Belt */ -UPDATE item_template SET frost_res = 12, shadow_res = 12, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=12416; +UPDATE `item_template` SET `frost_res` = 12, `shadow_res` = 12, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12416; /* Radiant Circlet */ -UPDATE item_template SET frost_res = 18, shadow_res = 18, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=12417; +UPDATE `item_template` SET `frost_res` = 18, `shadow_res` = 18, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12417; /* Radiant Gloves */ -UPDATE item_template SET frost_res = 12, shadow_res = 12, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=12418; +UPDATE `item_template` SET `frost_res` = 12, `shadow_res` = 12, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12418; /* Radiant Boots */ -UPDATE item_template SET frost_res = 15, shadow_res = 15, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=12419; +UPDATE `item_template` SET `frost_res` = 15, `shadow_res` = 15, `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12419; /* Radiant Leggings */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=12420; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=12420; + +/* Knucklebone Pouch (DND) */ +UPDATE `item_template` SET `spellid_1` = 16197, `spellcharges_1` = -1 WHERE entry=12443; /* Anvilmar Musket */ -UPDATE item_template SET dmg_min1 = 4.0, dmg_max1 = 8.0 WHERE entry=12446; +UPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 8.0 WHERE entry=12446; /* Thistlewood Bow */ -UPDATE item_template SET dmg_min1 = 3.0, dmg_max1 = 7.0 WHERE entry=12447; +UPDATE `item_template` SET `dmg_min1` = 3.0, `dmg_max1` = 7.0 WHERE entry=12447; /* Light Hunting Rifle */ -UPDATE item_template SET dmg_min1 = 2.0, dmg_max1 = 6.0 WHERE entry=12448; +UPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 6.0 WHERE entry=12448; /* Primitive Bow */ -UPDATE item_template SET dmg_min1 = 4.0, dmg_max1 = 8.0 WHERE entry=12449; +UPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 8.0 WHERE entry=12449; /* Embrace of the Wind Serpent */ -UPDATE item_template SET nature_res = 12, stat_value1 = 30 WHERE entry=12462; +UPDATE `item_template` SET `nature_res` = 12, `stat_value1` = 30, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12462; /* Bloodfire Talons */ -UPDATE item_template SET fire_res = 10, stat_type3 = 0, stat_value3 = 0 WHERE entry=12464; +UPDATE `item_template` SET `fire_res` = 10, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=12464; /* Nightfall Drape */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=12465; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=12465; /* Dawnspire Cord */ -UPDATE item_template SET stat_value1 = 19, stat_type3 = 0, stat_value3 = 0 WHERE entry=12466; +UPDATE `item_template` SET `stat_value1` = 19, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=12466; /* Chilton Wand */ -UPDATE item_template SET dmg_min1 = 18.0, dmg_max1 = 19.0 WHERE entry=12468; +UPDATE `item_template` SET `dmg_min1` = 18.0, `dmg_max1` = 19.0, `spellcooldown_1` = -1 WHERE entry=12468; /* Mutilator */ -UPDATE item_template SET ItemLevel = 47, dmg_min1 = 82.0, dmg_max1 = 124.0, RequiredLevel = 42 WHERE entry=12469; +UPDATE `item_template` SET `ItemLevel` = 47, `dmg_min1` = 82.0, `dmg_max1` = 124.0, `RequiredLevel` = 42 WHERE entry=12469; /* Sandstalker Ankleguards */ -UPDATE item_template SET stat_type2 = 6, stat_type3 = 4, stat_value3 = 6 WHERE entry=12470; +UPDATE `item_template` SET `stat_type2` = 6, `stat_type3` = 4, `stat_value3` = 6 WHERE entry=12470; + +/* Desertwalker Cane */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12471; + +/* Songstone of Ironforge */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12543; + +/* Thrall's Resolve */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12544; + +/* Eye of Orgrimmar */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=12545; /* Magni's Will */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0 WHERE entry=12548; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49, `spellid_1` = 7597, `spelltrigger_2` = 0 WHERE entry=12548; /* Braincage */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 9 WHERE entry=12549; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12549; /* High Priestess Boots */ -UPDATE item_template SET shadow_res = 10 WHERE entry=12556; +UPDATE `item_template` SET `shadow_res` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12556; + +/* Keris of Zul'Serak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12582; + +/* Blackhand Doomsaw */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12583; + +/* Eye of Rend */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12587; + +/* Bonespike Shoulder */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12588; /* Dustfeather Sash */ -UPDATE item_template SET stat_value1 = 18, stat_value2 = 10 WHERE entry=12589; +UPDATE `item_template` SET `stat_value1` = 18, `stat_value2` = 10, `DisenchantID` = 49, `spellid_1` = 9415 WHERE entry=12589; + +/* Felstriker */ +UPDATE `item_template` SET `spellppmrate_1` = 1.0 WHERE entry=12590; + +/* Draconian Deflector */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12602; /* Nightbrace Tunic */ -UPDATE item_template SET fire_res = 10, shadow_res = 10, stat_value1 = 5, stat_type3 = 0, stat_value3 = 0 WHERE entry=12603; +UPDATE `item_template` SET `fire_res` = 10, `shadow_res` = 10, `stat_value1` = 5, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=12603; /* Starfire Tiara */ -UPDATE item_template SET fire_res = 10 WHERE entry=12604; +UPDATE `item_template` SET `fire_res` = 10, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12604; /* Serpentine Skuller */ -UPDATE item_template SET shadow_res = 10, stat_type1 = 0, stat_value1 = 0 WHERE entry=12605; +UPDATE `item_template` SET `shadow_res` = 10, `stat_type1` = 0, `stat_value1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12605; + +/* Crystallized Girdle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12606; /* Butcher's Apron */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=12608; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=12608; + +/* Polychromatic Visionwrap */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12609; + +/* Enchanted Thorium Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12618; + +/* Enchanted Thorium Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12619; + +/* Enchanted Thorium Helm */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12620; + +/* Wildthorn Mail */ +UPDATE `item_template` SET `spellid_1` = 16638 WHERE entry=12624; /* Funeral Cuffs */ -UPDATE item_template SET shadow_res = 10 WHERE entry=12626; +UPDATE `item_template` SET `shadow_res` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12626; + +/* Storm Gauntlets */ +UPDATE `item_template` SET `spellid_2` = 9361 WHERE entry=12632; + +/* Whitesoul Helm */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12633; /* Chiselbrand Girdle */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=12634; +UPDATE `item_template` SET `stat_type1` = 6, `DisenchantID` = 49 WHERE entry=12634; + +/* Helm of the Great Chief */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12636; /* Backusarian Gauntlets */ -UPDATE item_template SET stat_value1 = 9, stat_type2 = 5 WHERE entry=12637; +UPDATE `item_template` SET `stat_value1` = 9, `stat_type2` = 5, `DisenchantID` = 49, `spellid_1` = 21618 WHERE entry=12637; + +/* Stronghold Gauntlets */ +UPDATE `item_template` SET `spellid_1` = 7219 WHERE entry=12639; /* Blackcrow */ -UPDATE item_template SET dmg_min1 = 77.0, dmg_max1 = 117.0 WHERE entry=12651; +UPDATE `item_template` SET `dmg_min1` = 77.0, `dmg_max1` = 117.0 WHERE entry=12651; /* Riphook */ -UPDATE item_template SET dmg_min1 = 46.0, dmg_max1 = 87.0 WHERE entry=12653; +UPDATE `item_template` SET `dmg_min1` = 46.0, `dmg_max1` = 87.0 WHERE entry=12653; + +/* Thorium Greatsword */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12764; + +/* Bleakwood Hew */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12769; /* Huge Thorium Battleaxe */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=12775; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 15768 WHERE entry=12775; + +/* Rune Edge */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12779; + +/* Heartseeker */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12783; + +/* Arcanite Reaper */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12784; + +/* Arcanite Champion */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12790; + +/* Masterwork Stormhammer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12794; + +/* Blood Talon */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12795; + +/* Hammer of the Titans */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12796; + +/* Frostguard */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12797; + +/* Annihilator */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellppmrate_1` = 1.0 WHERE entry=12798; + +/* Darkspear */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=12802; + +/* Orb of Fire */ +UPDATE `item_template` SET `spellid_1` = 16982, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=12805; + +/* Wildfire Cape */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12905; + +/* Flaming Band */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 17866 WHERE entry=12926; + +/* Truestrike Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12927; /* Emberfury Talisman */ -UPDATE item_template SET fire_res = 7, stat_type2 = 6, stat_type3 = 0, stat_value3 = 0 WHERE entry=12929; +UPDATE `item_template` SET `fire_res` = 7, `stat_type2` = 6, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=12929; + +/* Briarwood Reed */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12930; /* Warmaster Legguards */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0 WHERE entry=12935; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49, `spellid_1` = 13670 WHERE entry=12935; + +/* Battleborn Armbraces */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12936; + +/* Dal'Rend's Tribal Guardian */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12939; + +/* Dal'Rend's Sacred Charge */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12940; + +/* Gyth's Skull */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12952; + +/* Dragoneye Coif */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12953; + +/* Tribal War Feathers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12960; /* Blademaster Leggings */ -UPDATE item_template SET stat_value1 = 5, stat_type2 = 0, stat_value2 = 0 WHERE entry=12963; +UPDATE `item_template` SET `stat_value1` = 5, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 49, `spellid_3` = 13670 WHERE entry=12963; /* Tristam Legguards */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=12964; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 49, `spellid_2` = 13670 WHERE entry=12964; + +/* Spiritshroud Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12965; /* Blackmist Armguards */ -UPDATE item_template SET shadow_res = 10, stat_type3 = 0, stat_value3 = 0 WHERE entry=12966; +UPDATE `item_template` SET `shadow_res` = 10, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=12966; /* Bloodmoon Cloak */ -UPDATE item_template SET arcane_res = 7, stat_value1 = 17, stat_type2 = 6, stat_type3 = 0, stat_value3 = 0 WHERE entry=12967; +UPDATE `item_template` SET `arcane_res` = 7, `stat_value1` = 17, `stat_type2` = 6, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=12967; /* Frostweaver Cape */ -UPDATE item_template SET frost_res = 10, stat_type3 = 0, stat_value3 = 0 WHERE entry=12968; +UPDATE `item_template` SET `frost_res` = 10, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49 WHERE entry=12968; + +/* Seeping Willow */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=12969; + +/* General's Ceremonial Plate */ +UPDATE `item_template` SET `DisenchantID` = 0, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=12970; + +/* Skycaller */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=12984; + +/* Band of Purification */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=12996; /* Drakewing Bands */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=12999; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=12999; + +/* Staff of Hale Magefire */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13000; + +/* Maiden's Circle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13001; + +/* Lady Alizabeth's Pendant */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13002; + +/* Torch of Austen */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13004; + +/* Amy's Blanket */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13005; + +/* Mass of McGowan */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=13006; + +/* Mageflame Cloak */ +UPDATE `item_template` SET `spellid_1` = 9298 WHERE entry=13007; /* Dreamsinger Legguards */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=13010; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=13010; /* Silver-lined Belt */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 4 WHERE entry=13011; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13011; + +/* Serathil */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13015; /* Harpyclaw Short Bow */ -UPDATE item_template SET dmg_min1 = 20.0, dmg_max1 = 38.0 WHERE entry=13019; +UPDATE `item_template` SET `dmg_min1` = 20.0, `dmg_max1` = 38.0 WHERE entry=13019; /* Skystriker Bow */ -UPDATE item_template SET dmg_min1 = 30.0, dmg_max1 = 57.0 WHERE entry=13020; +UPDATE `item_template` SET `dmg_min1` = 30.0, `dmg_max1` = 57.0 WHERE entry=13020; /* Needle Threader */ -UPDATE item_template SET dmg_min1 = 34.0, dmg_max1 = 64.0 WHERE entry=13021; +UPDATE `item_template` SET `dmg_min1` = 34.0, `dmg_max1` = 64.0 WHERE entry=13021; /* Gryphonwing Long Bow */ -UPDATE item_template SET dmg_min1 = 53.0, dmg_max1 = 100.0 WHERE entry=13022; +UPDATE `item_template` SET `dmg_min1` = 53.0, `dmg_max1` = 100.0 WHERE entry=13022; /* Eaglehorn Long Bow */ -UPDATE item_template SET dmg_min1 = 40.0, dmg_max1 = 76.0 WHERE entry=13023; +UPDATE `item_template` SET `dmg_min1` = 40.0, `dmg_max1` = 76.0, `DisenchantID` = 49 WHERE entry=13023; + +/* Beazel's Basher */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13024; + +/* Deadwood Sledge */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13025; + +/* Heaven's Light */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13026; + +/* Bonesnapper */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13027; + +/* Bludstone Hammer */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=13028; + +/* Umbral Crystal */ +UPDATE `item_template` SET `spellid_1` = 9325 WHERE entry=13029; + +/* Orb of Mistmantle */ +UPDATE `item_template` SET `spellid_1` = 7678, `spellid_2` = 7707, `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE entry=13031; /* Crystalpine Stinger */ -UPDATE item_template SET dmg_min1 = 35.0, dmg_max1 = 54.0 WHERE entry=13037; +UPDATE `item_template` SET `dmg_min1` = 35.0, `dmg_max1` = 54.0 WHERE entry=13037; /* Swiftwind */ -UPDATE item_template SET dmg_min1 = 34.0, dmg_max1 = 51.0 WHERE entry=13038; +UPDATE `item_template` SET `dmg_min1` = 34.0, `dmg_max1` = 51.0 WHERE entry=13038; /* Skull Splitting Crossbow */ -UPDATE item_template SET dmg_min1 = 52.0, dmg_max1 = 79.0 WHERE entry=13039; +UPDATE `item_template` SET `dmg_min1` = 52.0, `dmg_max1` = 79.0 WHERE entry=13039; /* Heartseeking Crossbow */ -UPDATE item_template SET dmg_min1 = 71.0, dmg_max1 = 108.0 WHERE entry=13040; +UPDATE `item_template` SET `dmg_min1` = 71.0, `dmg_max1` = 108.0 WHERE entry=13040; + +/* Looming Gavel */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13048; /* Warmonger */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=13052; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15466 WHERE entry=13052; + +/* Doombringer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13053; + +/* The Needler */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13060; + +/* Thunderwood */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13062; + +/* Starfaller */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13063; + +/* Jaina's Firestarter */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13064; + +/* Wand of Allistarj */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13065; + +/* Stonegrip Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13072; + +/* Direwing Legguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13075; /* Widow's Clutch */ -UPDATE item_template SET shadow_res = 0, arcane_res = 13 WHERE entry=13080; +UPDATE `item_template` SET `shadow_res` = 0, `arcane_res` = 13, `DisenchantID` = 0 WHERE entry=13080; + +/* Garrett Family Crest */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13083; + +/* Kaleidoscope Chain */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13084; + +/* Horizon Choker */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13085; + +/* River Pride Choker */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13087; + +/* Gazlowe's Charm */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13088; + +/* Skibi's Pendant */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13089; + +/* Breastplate of the Chosen */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=13090; + +/* Blush Ember Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13093; + +/* The Queen's Jewel */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13094; + +/* Band of the Hierophant */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13096; + +/* Painweaver Band */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13098; /* Moccasins of the White Hare */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 3 WHERE entry=13099; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=13099; /* Glowing Magical Bracelets */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 3 WHERE entry=13106; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=13106; + +/* Magiskull Cuffs */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=13107; /* Wolffear Harness */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=13110; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=13110; /* Winged Helm */ -UPDATE item_template SET stat_type1 = 6, stat_type2 = 5, stat_value2 = 23 WHERE entry=13112; +UPDATE `item_template` SET `stat_type1` = 6, `stat_type2` = 5, `stat_value2` = 23 WHERE entry=13112; /* Feathermoon Headdress */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 21 WHERE entry=13113; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 21, `DisenchantID` = 49 WHERE entry=13113; /* Troll's Bane Leggings */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 4 WHERE entry=13114; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4 WHERE entry=13114; /* Sheepshear Mantle */ -UPDATE item_template SET stat_type1 = 5, stat_value1 = 16, stat_type3 = 6 WHERE entry=13115; +UPDATE `item_template` SET `stat_type1` = 5, `stat_value1` = 16, `stat_type3` = 6 WHERE entry=13115; + +/* Spaulders of the Unseen */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13116; + +/* Ogron's Sash */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13117; + +/* Serpentine Sash */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13118; + +/* Dreamwalker Armor */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13123; /* Ravasaur Scale Boots */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=13124; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=13124; /* Elven Chain Boots */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=13125; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=13125; /* Battlecaller Gauntlets */ -UPDATE item_template SET stat_type1 = 4, stat_type3 = 6, stat_value3 = 15 WHERE entry=13126; +UPDATE `item_template` SET `stat_type1` = 4, `stat_type3` = 6, `stat_value3` = 15 WHERE entry=13126; /* Frostreaver Crown */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=13127; +UPDATE `item_template` SET `stat_type3` = 6 WHERE entry=13127; /* High Bergg Helm */ -UPDATE item_template SET stat_type1 = 6 WHERE entry=13128; +UPDATE `item_template` SET `stat_type1` = 6 WHERE entry=13128; /* Windrunner Legguards */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=13130; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=13130; + +/* Drakesfire Epaulets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13133; /* Lil Timmy's Peashooter */ -UPDATE item_template SET dmg_min1 = 20.0, dmg_max1 = 37.0 WHERE entry=13136; +UPDATE `item_template` SET `dmg_min1` = 20.0, `dmg_max1` = 37.0 WHERE entry=13136; /* Ironweaver */ -UPDATE item_template SET dmg_min1 = 31.0, dmg_max1 = 59.0 WHERE entry=13137; +UPDATE `item_template` SET `dmg_min1` = 31.0, `dmg_max1` = 59.0 WHERE entry=13137; /* The Silencer */ -UPDATE item_template SET dmg_min1 = 43.0, dmg_max1 = 82.0 WHERE entry=13138; +UPDATE `item_template` SET `dmg_min1` = 43.0, `dmg_max1` = 82.0 WHERE entry=13138; /* Guttbuster */ -UPDATE item_template SET dmg_min1 = 49.0, dmg_max1 = 92.0 WHERE entry=13139; +UPDATE `item_template` SET `dmg_min1` = 49.0, `dmg_max1` = 92.0 WHERE entry=13139; + +/* Tooth of Gnarr */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13141; /* Brigam Girdle */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0 WHERE entry=13142; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49, `spellid_1` = 15464 WHERE entry=13142; /* Shell Launcher Shotgun */ -UPDATE item_template SET dmg_min1 = 48.0, dmg_max1 = 89.0 WHERE entry=13146; +UPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 89.0 WHERE entry=13146; + +/* Chillpike */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13148; + +/* Trindlehaven Staff */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13161; + +/* Reiver Claws */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13162; + +/* Relentless Scythe */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13163; + +/* Heart of the Scale */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13164; + +/* Slamshot Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13166; + +/* Fist of Omokk */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13167; + +/* Plate of the Shaman King */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13168; + +/* Tressermane Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13169; + +/* Skyshroud Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13170; /* Voone's Twitchbow */ -UPDATE item_template SET dmg_min1 = 31.0, dmg_max1 = 58.0 WHERE entry=13175; +UPDATE `item_template` SET `dmg_min1` = 31.0, `dmg_max1` = 58.0 WHERE entry=13175; + +/* Talisman of Evasion */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13177; + +/* Rosewine Circle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13178; + +/* Brazecore Armguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13179; /* Demonskin Gloves */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 17, stat_type3 = 7, stat_value3 = 9 WHERE entry=13181; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 17, `stat_type3` = 7, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=13181; + +/* Venomspitter */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13183; + +/* Fallbrush Handgrips */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13184; /* Sunderseer Mantle */ -UPDATE item_template SET stat_value1 = 17, stat_value2 = 11 WHERE entry=13185; +UPDATE `item_template` SET `stat_value1` = 17, `stat_value2` = 11, `DisenchantID` = 49, `spellid_1` = 9398 WHERE entry=13185; + +/* Hurd Smasher */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13198; + +/* Armswake Cloak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13203; + +/* Bashguuder */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13204; + +/* Rhombeard Protector */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=13205; + +/* Wolfshear Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13206; + +/* Bleak Howler Armguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13208; + +/* Seal of the Dawn */ +UPDATE `item_template` SET `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=13209; + +/* Pads of the Dread Wolf */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13210; + +/* Slashclaw Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13211; + +/* Halycon's Spiked Collar */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13212; + +/* Smolderweb's Eye */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13213; + +/* Fang of the Crystal Spider */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13218; + +/* Argent Defender */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13243; + +/* Gilded Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13244; + +/* Argent Avenger */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13246; /* Burstshot Harquebus */ -UPDATE item_template SET dmg_min1 = 52.0, dmg_max1 = 98.0 WHERE entry=13248; +UPDATE `item_template` SET `dmg_min1` = 52.0, `dmg_max1` = 98.0 WHERE entry=13248; + +/* Argent Crusader */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13249; + +/* Cloudrunner Girdle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13252; + +/* Hands of Power */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13253; /* Trueaim Gauntlets */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=13255; +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; /* Demonic Runed Spaulders */ -UPDATE item_template SET stat_type1 = 5, stat_type3 = 4 WHERE entry=13257; +UPDATE `item_template` SET `stat_type1` = 5, `stat_type3` = 4 WHERE entry=13257; + +/* Slaghide Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13258; + +/* Ribsteel Footguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13259; + +/* Wind Dancer Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13260; /* Globe of D'sak */ -UPDATE item_template SET shadow_res = 7, stat_type1 = 5, stat_type3 = 0, stat_value3 = 0 WHERE entry=13261; +UPDATE `item_template` SET `shadow_res` = 7, `stat_type1` = 5, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=13261; /* Ogreseer Tower Boots */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=13282; +UPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=13282; /* Magus Ring */ -UPDATE item_template SET stat_value1 = 12, stat_type2 = 6, stat_value2 = 7 WHERE entry=13283; +UPDATE `item_template` SET `stat_value1` = 12, `stat_type2` = 6, `stat_value2` = 7, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13283; + +/* Cape of the Black Baron */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13340; + +/* Dracorian Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13344; + +/* Seal of Rivendare */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13345; + +/* Robes of the Exalted */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13346; + +/* Demonshear */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13348; + +/* Scepter of the Unholy */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9326 WHERE entry=13349; + +/* Wyrmtongue Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13358; + +/* Crown of Tyranny */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13359; + +/* Gift of the Elven Magi */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13360; + +/* Skullforge Reaver */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellppmrate_1` = 2.0 WHERE entry=13361; + +/* Bonescraper */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13368; + +/* Fire Striders */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 13830 WHERE entry=13369; + +/* Father Flame */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13371; + +/* Slavedriver's Cane */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13372; + +/* Band of Flesh */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13373; + +/* Soulstealer Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13374; + +/* Crest of Retribution */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13375; /* Willey's Portable Howitzer */ -UPDATE item_template SET dmg_min1 = 63.0, dmg_max1 = 118.0 WHERE entry=13380; +UPDATE `item_template` SET `dmg_min1` = 63.0, `dmg_max1` = 118.0, `DisenchantID` = 49 WHERE entry=13380; + +/* Master Cannoneer Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13381; + +/* Cannonball Runner */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13382; + +/* Tome of Knowledge */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13385; + +/* Archivist Cape */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13386; + +/* Foresight Girdle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13387; + +/* The Postmaster's Tunic */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13388; + +/* The Postmaster's Trousers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13389; + +/* The Postmaster's Band */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13390; + +/* The Postmaster's Treads */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13391; + +/* The Postmaster's Seal */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13392; + +/* Malown's Slam */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13393; + +/* Skul's Ghastly Touch */ +UPDATE `item_template` SET `spellid_1` = 9414 WHERE entry=13396; + +/* Boots of the Shrieker */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13398; + +/* The Cruel Hand of Timmy */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13401; /* Mask of the Unforgiven */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0 WHERE entry=13404; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 15465, `spellid_2` = 7597 WHERE entry=13404; + +/* Soul Breaker */ +UPDATE `item_template` SET `spellppmrate_1` = 2.6 WHERE entry=13408; + +/* Felstone Good Luck Charm */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=13473; /* Farmer Dalson's Shotgun */ -UPDATE item_template SET dmg_min1 = 34.0, dmg_max1 = 64.0 WHERE entry=13474; +UPDATE `item_template` SET `dmg_min1` = 34.0, `dmg_max1` = 64.0 WHERE entry=13474; + +/* Dalson Family Wedding Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13475; + +/* Handcrafted Mastersmith Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13498; + +/* Handcrafted Mastersmith Girdle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13502; + +/* Ramstein's Lightning Bolts */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13515; + +/* Skull of Burning Shadows */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13524; + +/* Husk of Nerub'enkan */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=13529; + +/* Banshee Finger */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=13534; + +/* Test Crit Chest */ +UPDATE `item_template` SET `spellid_1` = 17713, `spelltrigger_1` = 1 WHERE entry=13586; + +/* Test Attack Power Chest */ +UPDATE `item_template` SET `spellid_1` = 18060, `spelltrigger_1` = 1 WHERE entry=13711; + +/* Test Sword Chest */ +UPDATE `item_template` SET `spellid_1` = 18061, `spelltrigger_1` = 1 WHERE entry=13712; + +/* Test Dodge Chest */ +UPDATE `item_template` SET `spellid_1` = 18062, `spelltrigger_1` = 1 WHERE entry=13713; + +/* Test Parry Chest */ +UPDATE `item_template` SET `spellid_1` = 18063, `spelltrigger_1` = 1 WHERE entry=13714; + +/* Test Block Chest */ +UPDATE `item_template` SET `spellid_1` = 18064, `spelltrigger_1` = 1 WHERE entry=13715; + +/* Test Haste Chest */ +UPDATE `item_template` SET `spellid_1` = 18065, `spelltrigger_1` = 1 WHERE entry=13716; + +/* Test Hit Chance Chest */ +UPDATE `item_template` SET `spellid_1` = 18066, `spelltrigger_1` = 1 WHERE entry=13717; + +/* Ring of the Dawn */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=13812; /* Recurve Long Bow */ -UPDATE item_template SET dmg_min1 = 26.0, dmg_max1 = 50.0 WHERE entry=13824; +UPDATE `item_template` SET `dmg_min1` = 26.0, `dmg_max1` = 50.0 WHERE entry=13824; /* Primed Musket */ -UPDATE item_template SET dmg_min1 = 20.0, dmg_max1 = 37.0 WHERE entry=13825; +UPDATE `item_template` SET `dmg_min1` = 20.0, `dmg_max1` = 37.0 WHERE entry=13825; + +/* Frostweave Robe */ +UPDATE `item_template` SET `spellid_1` = 17890 WHERE entry=13868; + +/* Frostweave Tunic */ +UPDATE `item_template` SET `spellid_1` = 17890 WHERE entry=13869; + +/* Frostweave Gloves */ +UPDATE `item_template` SET `spellid_1` = 9308 WHERE entry=13870; + +/* Frostweave Pants */ +UPDATE `item_template` SET `spellid_1` = 17891 WHERE entry=13871; + +/* Bonecreeper Stylus */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13938; + +/* Tombstone Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13944; + +/* Detention Strap */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13950; + +/* Vigorsteel Vambraces */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=13951; + +/* Iceblade Hacker */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13952; + +/* Silent Fang */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13953; + +/* Verdant Footpads */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 18030, `spellid_2` = 17988 WHERE entry=13954; + +/* Stoneform Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13955; + +/* Clutch of Andros */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13956; + +/* Gargoyle Slashers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13957; + +/* Wyrmthalak's Shackles */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13958; + +/* Omokk's Girth Restrainer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13959; + +/* Heart of the Fiend */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spelltrigger_2` = 0 WHERE entry=13960; + +/* Halycon's Muzzle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13961; + +/* Vosh'gajin's Strand */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13962; + +/* Voone's Vice Grips */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13963; + +/* Witchblade */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=13964; + +/* Blackhand's Breadth */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13965; + +/* Mark of Tyranny */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13966; + +/* Windreaver Greaves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13967; + +/* Eye of the Beast */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13968; + +/* Loomguard Armbraces */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13969; + +/* Warblade of Caer Darrow */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13982; + +/* Gravestone War Axe */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13983; + +/* Darrowspike */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13984; + +/* Crown of Caer Darrow */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=13986; + +/* Darrowshire Strongguard */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14002; + +/* Barov Peasant Caller */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14022; + +/* Barov Peasant Caller */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14023; + +/* Frightalon */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14024; /* Mystic's Belt */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 2 WHERE entry=14025; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14025; + +/* Cindercloth Vest */ +UPDATE `item_template` SET `spellid_1` = 17866 WHERE entry=14042; + +/* Cindercloth Gloves */ +UPDATE `item_template` SET `spellid_1` = 9295 WHERE entry=14043; + +/* Cindercloth Cloak */ +UPDATE `item_template` SET `spellid_1` = 9400 WHERE entry=14044; + +/* Cindercloth Pants */ +UPDATE `item_template` SET `spellid_1` = 17867 WHERE entry=14045; /* Tyrande's Staff */ -UPDATE item_template SET dmg_min1 = 4.0, dmg_max1 = 6.0 WHERE entry=14083; +UPDATE `item_template` SET `dmg_min1` = 4.0, `dmg_max1` = 6.0 WHERE entry=14083; + +/* Brightcloth Cloak */ +UPDATE `item_template` SET `spellid_1` = 7703 WHERE entry=14103; + +/* Felcloth Robe */ +UPDATE `item_template` SET `spellid_1` = 18015 WHERE entry=14106; + +/* Felcloth Pants */ +UPDATE `item_template` SET `spellid_1` = 18008 WHERE entry=14107; + +/* Felcloth Boots */ +UPDATE `item_template` SET `spellid_1` = 9295 WHERE entry=14108; + +/* Felcloth Hood */ +UPDATE `item_template` SET `spellid_1` = 18011 WHERE entry=14111; + +/* Felcloth Shoulders */ +UPDATE `item_template` SET `spellid_1` = 18008 WHERE entry=14112; + +/* Robe of Winter Night */ +UPDATE `item_template` SET `spellid_1` = 18018, `spellid_2` = 17900 WHERE entry=14136; + +/* Mooncloth Vest */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14138; + +/* Mooncloth Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14139; + +/* Mooncloth Circlet */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14140; /* Cursed Felblade */ -UPDATE item_template SET Quality = 2, dmg_min1 = 16.0, dmg_max1 = 31.0 WHERE entry=14145; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 16.0, `dmg_max1` = 31.0, `DisenchantID` = 22 WHERE entry=14145; /* Cavedweller Bracers */ -UPDATE item_template SET Quality = 2, stat_value1 = 1, stat_value2 = 2 WHERE entry=14147; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 1, `stat_value2` = 2, `DisenchantID` = 2 WHERE entry=14147; /* Crystalline Cuffs */ -UPDATE item_template SET Quality = 2, stat_value2 = 1 WHERE entry=14148; +UPDATE `item_template` SET `Quality` = 2, `stat_value2` = 1, `DisenchantID` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14148; /* Subterranean Cape */ -UPDATE item_template SET Quality = 2, stat_value1 = 2, stat_value2 = 2 WHERE entry=14149; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 2, `stat_value2` = 2, `DisenchantID` = 2 WHERE entry=14149; /* Robe of Evocation */ -UPDATE item_template SET Quality = 2, stat_value1 = 4, stat_value2 = 3, stat_type3 = 0, stat_value3 = 0 WHERE entry=14150; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 4, `stat_value2` = 3, `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 2 WHERE entry=14150; /* Chanting Blade */ -UPDATE item_template SET Quality = 2, dmg_min1 = 9.0, dmg_max1 = 18.0, stat_value1 = 1, stat_value2 = 1 WHERE entry=14151; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 9.0, `dmg_max1` = 18.0, `stat_value1` = 1, `stat_value2` = 1, `DisenchantID` = 22 WHERE entry=14151; + +/* Robe of the Void */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=14153; + +/* Freezing Lich Robes */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 17902 WHERE entry=14340; /* Mystic's Wrap */ -UPDATE item_template SET stat_type1 = 3 WHERE entry=14369; +UPDATE `item_template` SET `stat_type1` = 3 WHERE entry=14369; /* Mystic's Robe */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 3, stat_type2 = 5, stat_value2 = 7 WHERE entry=14371; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 3, `stat_type2` = 5, `stat_value2` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14371; /* Sanguine Trousers */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 4 WHERE entry=14379; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14379; /* Durability Staff */ -UPDATE item_template SET dmg_min1 = 2.0, dmg_max1 = 3.0 WHERE entry=14392; +UPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 3.0 WHERE entry=14392; /* Resilient Tunic */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 4, stat_type2 = 5, stat_value2 = 11 WHERE entry=14398; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14398; /* Resilient Boots */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 2 WHERE entry=14399; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14399; /* Resilient Cap */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 2 WHERE entry=14401; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14401; /* Resilient Handgrips */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 3, stat_type3 = 7, stat_value3 = 4 WHERE entry=14403; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 3, `stat_type3` = 7, `stat_value3` = 4, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14403; /* Resilient Leggings */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 5 WHERE entry=14404; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14404; /* Resilient Robe */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 4, stat_type2 = 5, stat_value2 = 11 WHERE entry=14405; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 4, `stat_type2` = 5, `stat_value2` = 11, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14405; /* Resilient Cord */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 1 WHERE entry=14406; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14406; /* Stonecloth Vest */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 2, stat_type3 = 6, stat_value3 = 15 WHERE entry=14407; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 2, `stat_type3` = 6, `stat_value3` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14407; /* Stonecloth Circlet */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 3 WHERE entry=14410; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14410; /* Stonecloth Robe */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 2, stat_type3 = 6, stat_value3 = 15 WHERE entry=14413; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 2, `stat_type3` = 6, `stat_value3` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14413; /* Stonecloth Belt */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 3 WHERE entry=14414; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14414; /* Silksand Shoulder Pads */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 1 WHERE entry=14423; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 1, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14423; /* Windchaser Footpads */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 3, stat_type3 = 6, stat_value3 = 12 WHERE entry=14428; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 3, `stat_type3` = 6, `stat_value3` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14428; /* Windchaser Cuffs */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 2, stat_type2 = 5, stat_value2 = 9 WHERE entry=14429; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 2, `stat_type2` = 5, `stat_value2` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14429; /* Windchaser Handguards */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 3 WHERE entry=14431; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14431; /* Windchaser Amice */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 3 WHERE entry=14432; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14432; /* Windchaser Woolies */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 5, stat_type3 = 5, stat_value3 = 12 WHERE entry=14433; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 5, `stat_type3` = 5, `stat_value3` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14433; /* Windchaser Coronet */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 4, stat_type3 = 6, stat_value3 = 7 WHERE entry=14436; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 4, `stat_type3` = 6, `stat_value3` = 7, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14436; /* Highborne Footpads */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 4, stat_type3 = 7, stat_value3 = 9 WHERE entry=14447; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 4, `stat_type3` = 7, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14447; /* Highborne Crown */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 3 WHERE entry=14449; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14449; /* Highborne Gloves */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 5, stat_type4 = 4, stat_value4 = 3 WHERE entry=14451; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 5, `stat_type4` = 4, `stat_value4` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14451; /* Highborne Cord */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 5 WHERE entry=14454; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14454; /* Elunarian Vest */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 5 WHERE entry=14456; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14456; /* Elunarian Silk Robes */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 5 WHERE entry=14464; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14464; /* Elunarian Belt */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 6 WHERE entry=14465; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=14465; + +/* Bonechill Hammer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14487; + +/* Frostbite Girdle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14502; + +/* Death's Clutch */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14503; + +/* Maelstrom Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14522; + +/* Boneclenched Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14525; + +/* Rattlecage Buckler */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=14528; + +/* Bonebrace Hauberk */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14536; + +/* Corpselight Greaves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14537; + +/* Deadwalker Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9413 WHERE entry=14538; /* Bone Ring Helm */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 6, stat_type3 = 6, stat_type4 = 5 WHERE entry=14539; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 6, `stat_type3` = 6, `stat_type4` = 5, `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=14539; + +/* Barovian Family Sword */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14541; + +/* Darkshade Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14543; /* Ghostloom Leggings */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 13 WHERE entry=14545; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 13, `DisenchantID` = 49 WHERE entry=14545; + +/* Royal Cap Spaulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14548; /* Bladebane Armguards */ -UPDATE item_template SET stat_value2 = 10, stat_type3 = 6, stat_type4 = 4, stat_value4 = 6 WHERE entry=14550; +UPDATE `item_template` SET `stat_value2` = 10, `stat_type3` = 6, `stat_type4` = 4, `stat_value4` = 6 WHERE entry=14550; /* Edgemaster's Handguards */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=14551; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15874, `spellid_2` = 7578, `spellid_3` = 7527 WHERE entry=14551; + +/* Alcor's Sunrazor */ +UPDATE `item_template` SET `spellppmrate_1` = 1.3 WHERE entry=14555; + +/* Ebon Hilt of Marduk */ +UPDATE `item_template` SET `spellppmrate_1` = 1.8 WHERE entry=14576; + +/* Skullsmoke Pants */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14577; + +/* Hawkeye's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14607; + +/* Dokebi Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14608; + +/* Bloodmail Hauberk */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14611; + +/* Bloodmail Legguards */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE entry=14612; + +/* Bloodmail Belt */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=14614; + +/* Bloodmail Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14615; + +/* Bloodmail Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14616; + +/* Deathbone Girdle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14620; + +/* Deathbone Sabatons */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14621; + +/* Deathbone Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14622; + +/* Deathbone Legguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14623; + +/* Deathbone Chestplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14624; + +/* Necropile Robe */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14626; + +/* Necropile Cuffs */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14629; + +/* Necropile Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14631; + +/* Necropile Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14632; + +/* Necropile Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14633; + +/* Cadaverous Belt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14636; + +/* Cadaverous Armor */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14637; + +/* Cadaverous Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14638; + +/* Cadaverous Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14640; + +/* Cadaverous Walkers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=14641; + +/* War Paint Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14729; + +/* Slayer's Skullcap */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=14753; + +/* Ravager's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14777; + +/* Khan's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14780; + +/* Protector Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14790; + +/* Bloodlust Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14800; + +/* Warstrike Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14812; + +/* Symbolic Crest */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14825; + +/* Tyrant's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14842; + +/* Sunscale Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14852; /* Test Glaive I */ -UPDATE item_template SET dmg_min1 = 2.0, dmg_max1 = 5.0 WHERE entry=14891; +UPDATE `item_template` SET `dmg_min1` = 2.0, `dmg_max1` = 5.0 WHERE entry=14891; + +/* Saltstone Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14902; + +/* Brutish Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14912; + +/* Jade Deflector */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14916; + +/* Lofty Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14930; + +/* Warbringer's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14947; + +/* Bloodforged Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14954; + +/* High Chief's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14964; + +/* Glorious Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14973; + +/* Exalted Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=14982; + +/* Primal Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15006; + +/* Lupine Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15014; /* Green Dragonscale Breastplate */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 21, stat_type2 = 7, stat_value2 = 10, stat_type3 = 0, stat_value3 = 0 WHERE entry=15045; +UPDATE `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; /* Green Dragonscale Leggings */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 22, stat_type2 = 7, stat_value2 = 10, stat_type3 = 0, stat_value3 = 0 WHERE entry=15046; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 22, `stat_type2` = 7, `stat_value2` = 10, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=15046; + +/* Red Dragonscale Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15047; /* Blue Dragonscale Breastplate */ -UPDATE item_template SET arcane_res = 8, stat_value1 = 28, stat_type2 = 6, stat_value2 = 8, stat_type3 = 0, stat_value3 = 0 WHERE entry=15048; +UPDATE `item_template` SET `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; /* Blue Dragonscale Shoulders */ -UPDATE item_template SET arcane_res = 6, stat_value1 = 21, stat_type2 = 6, stat_value2 = 6, stat_type3 = 0, stat_value3 = 0 WHERE entry=15049; +UPDATE `item_template` SET `arcane_res` = 6, `stat_value1` = 21, `stat_type2` = 6, `stat_value2` = 6, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=15049; /* Black Dragonscale Breastplate */ -UPDATE item_template SET fire_res = 12, stat_type1 = 7, stat_value1 = 8, stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0 WHERE entry=15050; +UPDATE `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; /* Black Dragonscale Shoulders */ -UPDATE item_template SET fire_res = 6, stat_type1 = 7, stat_value1 = 9, stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0 WHERE entry=15051; +UPDATE `item_template` SET `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; /* Black Dragonscale Leggings */ -UPDATE item_template SET ItemLevel = 62, fire_res = 13, stat_type1 = 7, stat_value1 = 8, stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0, RequiredLevel = 57 WHERE entry=15052; +UPDATE `item_template` SET `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; + +/* Volcanic Breastplate */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15053; + +/* Living Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15059; /* Living Shoulders */ -UPDATE item_template SET nature_res = 3, stat_type1 = 6, stat_value1 = 13, stat_type2 = 7, stat_value2 = 8, stat_type3 = 0, stat_value3 = 0 WHERE entry=15061; +UPDATE `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; + +/* Devilsaur Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15062; /* Warbear Harness */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 27, stat_type2 = 4 WHERE entry=15064; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 27, `stat_type2` = 4, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15064; /* Warbear Woolies */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 28 WHERE entry=15065; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 28 WHERE entry=15065; /* Ironfeather Breastplate */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 28, stat_value2 = 12, stat_type3 = 0, stat_value3 = 0 WHERE entry=15066; +UPDATE `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; /* Ironfeather Shoulders */ -UPDATE item_template SET stat_type1 = 5, stat_value1 = 20, stat_type2 = 6, stat_value2 = 8, stat_type3 = 0, stat_value3 = 0 WHERE entry=15067; +UPDATE `item_template` SET `stat_type1` = 5, `stat_value1` = 20, `stat_type2` = 6, `stat_value2` = 8, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=15067; + +/* Frostsaber Tunic */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15068; + +/* Frostsaber Gloves */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15070; + +/* Frostsaber Boots */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15071; + +/* Chimeric Boots */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15073; + +/* Chimeric Gloves */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15074; + +/* Chimeric Vest */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15075; /* Heavy Scorpid Vest */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 16, stat_type2 = 6 WHERE entry=15076; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 16, `stat_type2` = 6 WHERE entry=15076; /* Heavy Scorpid Bracers */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 8, stat_type2 = 6, stat_value2 = 8 WHERE entry=15077; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 8, `stat_type2` = 6, `stat_value2` = 8, `spelltrigger_1` = 0 WHERE entry=15077; /* Heavy Scorpid Leggings */ -UPDATE item_template SET stat_type1 = 6, stat_value1 = 20 WHERE entry=15079; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value1` = 20 WHERE entry=15079; /* Heavy Scorpid Helm */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 20, stat_type2 = 6 WHERE entry=15080; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 20, `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=15080; /* Heavy Scorpid Shoulders */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 14, stat_type2 = 6, stat_value2 = 13 WHERE entry=15081; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 14, `stat_type2` = 6, `stat_value2` = 13 WHERE entry=15081; /* Heavy Scorpid Belt */ -UPDATE item_template SET stat_type1 = 7, stat_value1 = 12, stat_type2 = 6, stat_value2 = 12 WHERE entry=15082; +UPDATE `item_template` SET `stat_type1` = 7, `stat_value1` = 12, `stat_type2` = 6, `stat_value2` = 12, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15082; + +/* Wicked Leather Bracers */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15084; + +/* Wicked Leather Headband */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15086; + +/* Wicked Leather Belt */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15088; /* Runic Leather Armor */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=15090; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=15090; /* Runic Leather Gauntlets */ -UPDATE item_template SET stat_type2 = 5 WHERE entry=15091; +UPDATE `item_template` SET `stat_type2` = 5 WHERE entry=15091; /* Runic Leather Bracers */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=15092; +UPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=15092; /* Runic Leather Belt */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=15093; +UPDATE `item_template` SET `stat_type2` = 6, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15093; /* Runic Leather Headband */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=15094; +UPDATE `item_template` SET `stat_type2` = 6, `spelltrigger_1` = 0 WHERE entry=15094; /* Runic Leather Pants */ -UPDATE item_template SET stat_type2 = 5 WHERE entry=15095; +UPDATE `item_template` SET `stat_type2` = 5 WHERE entry=15095; /* Runic Leather Shoulders */ -UPDATE item_template SET stat_type2 = 6 WHERE entry=15096; +UPDATE `item_template` SET `stat_type2` = 6 WHERE entry=15096; /* Wingborne Boots */ -UPDATE item_template SET Quality = 2 WHERE entry=15104; +UPDATE `item_template` SET `Quality` = 2, `DisenchantID` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15104; + +/* Staff of Noh'Orahil */ +UPDATE `item_template` SET `spellid_1` = 9296 WHERE entry=15105; + +/* Staff of Dar'Orahil */ +UPDATE `item_template` SET `spellid_1` = 9326 WHERE entry=15106; + +/* Orb of Noh'Orahil */ +UPDATE `item_template` SET `spellid_1` = 9401 WHERE entry=15107; + +/* Orb of Dar'Orahil */ +UPDATE `item_template` SET `spellid_1` = 9414 WHERE entry=15108; + +/* Staff of Soran'ruk */ +UPDATE `item_template` SET `spellid_1` = 7710, `spellid_2` = 7688 WHERE entry=15109; + +/* Rigid Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15113; /* Highborne Pants */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 9 WHERE entry=15119; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15119; + +/* Cutthroat's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15133; + +/* Onyxia Scale Cloak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15138; + +/* Onyxia Scale Breastplate */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=15141; + +/* Ghostwalker Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15145; + +/* Senior Sergeant's Insignia */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15200; + +/* Moonstone Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15204; /* Owlsight Rifle */ -UPDATE item_template SET dmg_min1 = 14.0, dmg_max1 = 27.0 WHERE entry=15205; +UPDATE `item_template` SET `dmg_min1` = 14.0, `dmg_max1` = 27.0 WHERE entry=15205; + +/* Nobles Brand */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15214; /* Holy War Sword */ -UPDATE item_template SET dmg_min1 = 59.0, dmg_max1 = 111.0 WHERE entry=15221; +UPDATE `item_template` SET `dmg_min1` = 59.0, `dmg_max1` = 111.0 WHERE entry=15221; /* Demon's Claw */ -UPDATE item_template SET dmg_max1 = 115.0 WHERE entry=15240; +UPDATE `item_template` SET `dmg_max1` = 115.0 WHERE entry=15240; /* Bloodstrike Dagger */ -UPDATE item_template SET dmg_max1 = 85.0 WHERE entry=15247; +UPDATE `item_template` SET `dmg_max1` = 85.0 WHERE entry=15247; /* Divine Warblade */ -UPDATE item_template SET dmg_min1 = 109.0, dmg_max1 = 164.0 WHERE entry=15258; +UPDATE `item_template` SET `dmg_min1` = 109.0, `dmg_max1` = 164.0 WHERE entry=15258; + +/* Gigantic War Axe */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15270; + +/* Colossal Great Axe */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15271; + +/* Razor Axe */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15272; + +/* Death Striker */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=15273; + +/* Ivory Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15279; + +/* Wizard's Hand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15280; + +/* Glowstar Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15281; + +/* Dragon Finger */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15282; /* Lunar Wand */ -UPDATE item_template SET dmg_max1 = 126.0 WHERE entry=15283; +UPDATE `item_template` SET `dmg_max1` = 126.0, `spellcooldown_1` = -1 WHERE entry=15283; /* Long Battle Bow */ -UPDATE item_template SET dmg_min1 = 18.0, dmg_max1 = 34.0 WHERE entry=15284; +UPDATE `item_template` SET `dmg_min1` = 18.0, `dmg_max1` = 34.0 WHERE entry=15284; /* Archer's Longbow */ -UPDATE item_template SET dmg_min1 = 23.0, dmg_max1 = 44.0 WHERE entry=15285; +UPDATE `item_template` SET `dmg_min1` = 23.0, `dmg_max1` = 44.0 WHERE entry=15285; /* Long Redwood Bow */ -UPDATE item_template SET dmg_min1 = 28.0, dmg_max1 = 52.0 WHERE entry=15286; +UPDATE `item_template` SET `dmg_min1` = 28.0, `dmg_max1` = 52.0 WHERE entry=15286; /* Crusader Bow */ -UPDATE item_template SET dmg_min1 = 32.0, dmg_max1 = 60.0 WHERE entry=15287; +UPDATE `item_template` SET `dmg_min1` = 32.0, `dmg_max1` = 60.0 WHERE entry=15287; /* Blasthorn Bow */ -UPDATE item_template SET dmg_min1 = 51.0, dmg_max1 = 96.0 WHERE entry=15288; +UPDATE `item_template` SET `dmg_min1` = 51.0, `dmg_max1` = 96.0 WHERE entry=15288; /* Archstrike Bow */ -UPDATE item_template SET dmg_min1 = 48.0, dmg_max1 = 91.0 WHERE entry=15289; +UPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 91.0 WHERE entry=15289; /* Harpy Needler */ -UPDATE item_template SET dmg_min1 = 44.0, dmg_max1 = 84.0 WHERE entry=15291; +UPDATE `item_template` SET `dmg_min1` = 44.0, `dmg_max1` = 84.0 WHERE entry=15291; /* Siege Bow */ -UPDATE item_template SET dmg_min1 = 48.0, dmg_max1 = 90.0 WHERE entry=15294; +UPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 90.0 WHERE entry=15294; /* Quillfire Bow */ -UPDATE item_template SET dmg_min1 = 41.0, dmg_max1 = 77.0 WHERE entry=15295; +UPDATE `item_template` SET `dmg_min1` = 41.0, `dmg_max1` = 77.0 WHERE entry=15295; /* Hawkeye Bow */ -UPDATE item_template SET dmg_min1 = 35.0, dmg_max1 = 65.0 WHERE entry=15296; +UPDATE `item_template` SET `dmg_min1` = 35.0, `dmg_max1` = 65.0 WHERE entry=15296; + +/* Grizzly Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15298; + +/* Feral Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15307; /* Smoothbore Gun */ -UPDATE item_template SET dmg_min1 = 29.0, dmg_max1 = 54.0 WHERE entry=15322; +UPDATE `item_template` SET `dmg_min1` = 29.0, `dmg_max1` = 54.0 WHERE entry=15322; /* Percussion Shotgun */ -UPDATE item_template SET dmg_min1 = 37.0, dmg_max1 = 70.0 WHERE entry=15323; +UPDATE `item_template` SET `dmg_min1` = 37.0, `dmg_max1` = 70.0 WHERE entry=15323; /* Burnside Rifle */ -UPDATE item_template SET dmg_min1 = 45.0, dmg_max1 = 85.0 WHERE entry=15324; +UPDATE `item_template` SET `dmg_min1` = 45.0, `dmg_max1` = 85.0 WHERE entry=15324; /* Sharpshooter Harquebus */ -UPDATE item_template SET dmg_min1 = 43.0, dmg_max1 = 80.0 WHERE entry=15325; +UPDATE `item_template` SET `dmg_min1` = 43.0, `dmg_max1` = 80.0 WHERE entry=15325; + +/* Wrangler's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15332; + +/* Headhunter's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15352; + +/* Trickster's Protector */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15367; + +/* Oakthrush Staff */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15397; + +/* Mark of Fordring */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15411; + +/* Ornate Adamantium Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15413; + +/* Shimmering Platinum Warhammer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15418; + +/* Shroud of the Exile */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15421; + +/* Stingshot Wand */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15465; + +/* Inventor's League Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15467; + +/* Charger's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15478; + +/* War Torn Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15486; + +/* Bloodspattered Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15494; + +/* Outrunner's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15504; + +/* Grunt's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15512; + +/* Spiked Chain Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15522; + +/* Sentry's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15530; + +/* Sentry's Headdress */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15533; + +/* Wicked Chain Helmet */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15540; + +/* Wicked Chain Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15543; + +/* Thick Scale Crown */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15550; + +/* Thick Scale Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15552; + +/* Pillager's Crown */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15558; + +/* Pillager's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15563; + +/* Marauder's Crest */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15569; + +/* Sparkleshell Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15584; + +/* Steadfast Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15592; + +/* Ancient Defender */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15604; + +/* Bonelink Wall Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15618; + +/* Gryphon Mail Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15621; + +/* Formidable Crest */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15633; + +/* Ironhide Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15648; + +/* Merciless Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15657; + +/* Impenetrable Wall */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15667; + +/* Magnificent Guard */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15675; + +/* Triumphant Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15687; + +/* Kodobone Necklace */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15690; /* Sidegunner Shottie */ -UPDATE item_template SET dmg_min1 = 32.0, dmg_max1 = 61.0 WHERE entry=15691; +UPDATE `item_template` SET `dmg_min1` = 32.0, `dmg_max1` = 61.0 WHERE entry=15691; + +/* Kodo Brander */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15692; + +/* Studded Ring Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15695; + +/* Chemist's Ring */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15702; + +/* Hunter's Insignia Medal */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15704; /* Brantwood Sash */ -UPDATE item_template SET stat_type1 = 3, stat_value1 = 9, stat_type3 = 6, stat_value3 = 10 WHERE entry=15707; +UPDATE `item_template` SET `stat_type1` = 3, `stat_value1` = 9, `stat_type3` = 6, `stat_value3` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15707; /* Turquoise Sash */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 6 WHERE entry=15791; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 6, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15791; /* Heroic Commendation Medal */ -UPDATE item_template SET Quality = 2, stat_value1 = 12, stat_type2 = 6, stat_value2 = 5 WHERE entry=15799; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 12, `stat_type2` = 6, `stat_value2` = 5, `DisenchantID` = 10, `spellcooldown_1` = -1 WHERE entry=15799; /* Intrepid Shortsword */ -UPDATE item_template SET Quality = 2, dmg_min1 = 50.0, dmg_max1 = 95.0, stat_type1 = 7, stat_value1 = 11 WHERE entry=15800; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 50.0, `dmg_max1` = 95.0, `stat_type1` = 7, `stat_value1` = 11, `DisenchantID` = 30 WHERE entry=15800; /* Valiant Shortsword */ -UPDATE item_template SET Quality = 2, dmg_min1 = 50.0, dmg_max1 = 95.0, stat_type1 = 5, stat_value1 = 11 WHERE entry=15801; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 50.0, `dmg_max1` = 95.0, `stat_type1` = 5, `stat_value1` = 11, `DisenchantID` = 30 WHERE entry=15801; + +/* Penelope's Rose */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15805; + +/* Mirah's Song */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15806; /* Light Crossbow */ -UPDATE item_template SET dmg_min1 = 6.0, dmg_max1 = 7.0 WHERE entry=15807; +UPDATE `item_template` SET `dmg_min1` = 6.0, `dmg_max1` = 7.0 WHERE entry=15807; /* Fine Light Crossbow */ -UPDATE item_template SET dmg_min1 = 20.0, dmg_max1 = 20.0 WHERE entry=15808; +UPDATE `item_template` SET `dmg_min1` = 20.0, `dmg_max1` = 20.0 WHERE entry=15808; /* Heavy Crossbow */ -UPDATE item_template SET dmg_min1 = 36.0, dmg_max1 = 37.0 WHERE entry=15809; +UPDATE `item_template` SET `dmg_min1` = 36.0, `dmg_max1` = 37.0 WHERE entry=15809; /* Orchid Amice */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 4, stat_type4 = 6, stat_value4 = 3 WHERE entry=15812; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 4, `stat_type4` = 6, `stat_value4` = 3, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15812; /* Astoria Robes */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 5 WHERE entry=15824; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 5, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=15824; + +/* Windreaper */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15853; + +/* Dancing Sliver */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15854; + +/* Ring of Protection */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15855; + +/* Archlight Talisman */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1 WHERE entry=15856; + +/* Magebane Scion */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15857; + +/* Grave Scepter */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15863; + +/* Anchorhold Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15865; + +/* Ragged John's Neverending Cup */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=15873; + +/* Heroic Guard */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15887; + +/* Vanguard Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15890; + +/* Hulking Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15891; + +/* Prospector's Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15893; + +/* Burnt Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15895; + +/* Conjurer's Sphere */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15918; + +/* Hibernal Sphere */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15937; + +/* Imbued Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15943; + +/* Silksand Star */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15964; + +/* Windchaser Orb */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15965; + +/* Venomshroud Orb */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15966; + +/* Beaded Orb */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15969; + +/* Native Branch */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15970; + +/* Aboriginal Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15971; + +/* Ritual Stein */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15972; + +/* Watcher's Star */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15973; + +/* Pagan Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15974; + +/* Raincaller Scepter */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15975; + +/* Thistlefur Branch */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15976; + +/* Vital Orb */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15977; + +/* Geomancer's Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15978; + +/* Embersilk Stave */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15979; + +/* Darkmist Orb */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15980; + +/* Lunar Sphere */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15981; + +/* Bloodwoven Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15982; + +/* Gaea's Scepter */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15983; + +/* Opulent Scepter */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15984; + +/* Arachnidian Branch */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15985; + +/* Bonecaster's Star */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15986; + +/* Astral Orb */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15987; + +/* Resplendent Orb */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=15988; + +/* Eternal Rod */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcooldown_2` = -1, `spellcategorycooldown_2` = -1, `spellcooldown_3` = -1, `spellcategorycooldown_3` = -1 WHERE entry=15989; + +/* Warleader's Shield */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=15991; /* Thorium Rifle */ -UPDATE item_template SET dmg_min1 = 42.0, dmg_max1 = 79.0 WHERE entry=15995; +UPDATE `item_template` SET `dmg_min1` = 42.0, `dmg_max1` = 79.0 WHERE entry=15995; /* Dark Iron Rifle */ -UPDATE item_template SET dmg_min1 = 53.0, dmg_max1 = 100.0 WHERE entry=16004; +UPDATE `item_template` SET `dmg_min1` = 53.0, `dmg_max1` = 100.0 WHERE entry=16004; /* Flawless Arcanite Rifle */ -UPDATE item_template SET dmg_min1 = 65.0, dmg_max1 = 122.0, stat_type1 = 0, stat_value1 = 0 WHERE entry=16007; +UPDATE `item_template` SET `dmg_min1` = 65.0, `dmg_max1` = 122.0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellid_1` = 7581 WHERE entry=16007; + +/* Voice Amplification Modulator */ +UPDATE `item_template` SET `spellid_1` = 19786 WHERE entry=16009; + +/* Fordring's Seal */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16058; + +/* Test Fire Res Shoulders Cloth */ +UPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16061; + +/* Test Fire Res Waist Cloth */ +UPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16062; + +/* Test Fire Res Hands Cloth */ +UPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16063; + +/* Test Fire Res Waist Mail */ +UPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16064; + +/* Test Fire Res Feet Leather */ +UPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16065; + +/* Test Fire Res Feet Mail */ +UPDATE `item_template` SET `spellid_1` = 14590, `spelltrigger_1` = 1 WHERE entry=16066; + +/* Test Fire Res Ring */ +UPDATE `item_template` SET `spellid_1` = 14588, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 180000 WHERE entry=16067; + +/* Test Nature Res Cloak Cloth */ +UPDATE `item_template` SET `spellid_1` = 14628, `spelltrigger_1` = 1 WHERE entry=16116; + +/* Test Nature Res Hands Cloth */ +UPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16117; + +/* Test Nature Res Legs Cloth */ +UPDATE `item_template` SET `spellid_1` = 14635, `spelltrigger_1` = 1 WHERE entry=16118; + +/* Test Nature Res Wrist Cloth */ +UPDATE `item_template` SET `spellid_1` = 14628, `spelltrigger_1` = 1 WHERE entry=16119; + +/* Test Nature Res Waist Cloth */ +UPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16120; + +/* Test Nature Res Head Cloth */ +UPDATE `item_template` SET `spellid_1` = 14635, `spelltrigger_1` = 1 WHERE entry=16121; + +/* Test Nature Res Shoulders Cloth */ +UPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16122; + +/* Test Nature Res Neck */ +UPDATE `item_template` SET `spellid_1` = 14628, `spelltrigger_1` = 1, `spellcooldown_1` = 0 WHERE entry=16123; + +/* Test Frost Res Neck */ +UPDATE `item_template` SET `spellid_1` = 14548, `spelltrigger_1` = 1, `spellcooldown_1` = 0 WHERE entry=16124; + +/* Test Arcane Res Neck */ +UPDATE `item_template` SET `spellid_1` = 14710, `spelltrigger_1` = 1, `spellcooldown_1` = 0 WHERE entry=16125; + +/* Test Nature Res Waist Leather */ +UPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16126; + +/* Test Nature Res Wrist Leather */ +UPDATE `item_template` SET `spellid_1` = 14628, `spelltrigger_1` = 1 WHERE entry=16127; + +/* Test Nature Res Feet Mail */ +UPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16129; + +/* Test Nature Res Waist Mail */ +UPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16131; + +/* Test Nature Res Wrist Mail */ +UPDATE `item_template` SET `spellid_1` = 14628, `spelltrigger_1` = 1 WHERE entry=16132; + +/* Test Nature Res Shoulders Mail */ +UPDATE `item_template` SET `spellid_1` = 14630, `spelltrigger_1` = 1 WHERE entry=16134; + +/* Test Frost Res Feet Cloth */ +UPDATE `item_template` SET `spellid_1` = 14550, `spelltrigger_1` = 1 WHERE entry=16135; + +/* Test Frost Res Waist Cloth */ +UPDATE `item_template` SET `spellid_1` = 14550, `spelltrigger_1` = 1 WHERE entry=16136; + +/* Test Frost Res Wrist Cloth */ +UPDATE `item_template` SET `spellid_1` = 14548, `spelltrigger_1` = 1 WHERE entry=16137; + +/* Test Frost Res Head Cloth */ +UPDATE `item_template` SET `spellid_1` = 14553, `spelltrigger_1` = 1 WHERE entry=16138; + +/* Test Frost Res Head Leather */ +UPDATE `item_template` SET `spellid_1` = 14550, `spelltrigger_1` = 1 WHERE entry=16139; + +/* Test Nature Res Head Leather */ +UPDATE `item_template` SET `spellid_1` = 14635, `spelltrigger_1` = 1 WHERE entry=16140; + +/* Test Nature Res Head Mail */ +UPDATE `item_template` SET `spellid_1` = 14635, `spelltrigger_1` = 1, `spellcooldown_1` = 900000, `spellcategorycooldown_1` = 30000 WHERE entry=16141; + +/* Test Frost Res Wrist Mail */ +UPDATE `item_template` SET `spellid_1` = 14548, `spelltrigger_1` = 1 WHERE entry=16142; + +/* Test Frost Res Shoulder Mail */ +UPDATE `item_template` SET `spellid_1` = 14550, `spelltrigger_1` = 1 WHERE entry=16143; + +/* Test Frost Res Shoulders Leather */ +UPDATE `item_template` SET `spellid_1` = 14550, `spelltrigger_1` = 1 WHERE entry=16144; + +/* Test Shadow Res Waist Cloth */ +UPDATE `item_template` SET `spellid_1` = 14673, `spelltrigger_1` = 1 WHERE entry=16145; + +/* Test Shadow Res Head Cloth */ +UPDATE `item_template` SET `spellid_1` = 14677, `spelltrigger_1` = 1 WHERE entry=16146; + +/* Test Shadow Res Shoulders Cloth */ +UPDATE `item_template` SET `spellid_1` = 14673, `spelltrigger_1` = 1 WHERE entry=16147; + +/* Test Shadow Res Shoulders Leather */ +UPDATE `item_template` SET `spellid_1` = 14673, `spelltrigger_1` = 1 WHERE entry=16148; + +/* Test Shadow Res Shoulder Mail */ +UPDATE `item_template` SET `spellid_1` = 14673, `spelltrigger_1` = 1 WHERE entry=16149; + +/* Test Shadow Res Waist Leather */ +UPDATE `item_template` SET `spellid_1` = 14673, `spelltrigger_1` = 1 WHERE entry=16150; + +/* Test Arcane Res Feet Cloth */ +UPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16151; + +/* Test Arcane Res Waist Cloth */ +UPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16152; + +/* Test Arcane Res Wrist Cloth */ +UPDATE `item_template` SET `spellid_1` = 14710, `spelltrigger_1` = 1 WHERE entry=16153; + +/* Test Arcane Res Shoulders Cloth */ +UPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16154; + +/* Test Arcane Res Waist Leather */ +UPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16155; + +/* Test Arcane Res Head Leather */ +UPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16156; + +/* Test Arcane Res Feet Mail */ +UPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16157; + +/* Test Arcane Res Wrist Mail */ +UPDATE `item_template` SET `spellid_1` = 14710, `spelltrigger_1` = 1 WHERE entry=16158; + +/* Test Arcane Res Head Mail */ +UPDATE `item_template` SET `spellid_1` = 14716, `spelltrigger_1` = 1, `spellcooldown_1` = 900000, `spellcategorycooldown_1` = 30000 WHERE entry=16159; + +/* Test Arcane Res Shoulders Plate */ +UPDATE `item_template` SET `spellid_1` = 14714, `spelltrigger_1` = 1 WHERE entry=16160; + +/* Test Shadow Res Hands Plate */ +UPDATE `item_template` SET `spellid_1` = 14675, `spelltrigger_1` = 1 WHERE entry=16161; + +/* Test Frost Res Shoulders Plate */ +UPDATE `item_template` SET `spellid_1` = 14552, `spelltrigger_1` = 1 WHERE entry=16162; + +/* Test Arcane Res Waist Mail */ +UPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16163; + +/* Test Arcane Res Hands Mail */ +UPDATE `item_template` SET `spellid_1` = 14712, `spelltrigger_1` = 1 WHERE entry=16164; + +/* Test Nature Res Hands Plate */ +UPDATE `item_template` SET `spellid_1` = 14633, `spelltrigger_1` = 1 WHERE entry=16172; + +/* Sergeant Major's Cape */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=16315; + +/* Sergeant's Insignia */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=16334; + +/* Senior Sergeant's Insignia */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=16335; + +/* Sergeant Major's Cape */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=16336; + +/* Sergeant Major's Cape */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=16337; + +/* First Sergeant's Cloak */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=16340; /* Knight-Lieutenant's Chain Boots */ -UPDATE item_template SET stat_value2 = 10 WHERE entry=16401; +UPDATE `item_template` SET `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16401; /* Knight-Lieutenant's Chain Gauntlets */ -UPDATE item_template SET stat_value2 = 11 WHERE entry=16403; +UPDATE `item_template` SET `stat_value2` = 11, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16403; /* Knight-Captain's Chain Hauberk */ -UPDATE item_template SET stat_value2 = 16 WHERE entry=16425; +UPDATE `item_template` SET `stat_value2` = 16, `spellid_1` = 9334 WHERE entry=16425; /* Knight-Captain's Chain Leggings */ -UPDATE item_template SET stat_value1 = 18 WHERE entry=16426; +UPDATE `item_template` SET `stat_value1` = 18, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=16426; /* Lieutenant Commander's Chain Pauldrons */ -UPDATE item_template SET stat_value2 = 10 WHERE entry=16427; +UPDATE `item_template` SET `stat_value2` = 10, `spellid_1` = 9141 WHERE entry=16427; /* Lieutenant Commander's Chain Helmet */ -UPDATE item_template SET stat_value2 = 15 WHERE entry=16428; +UPDATE `item_template` SET `stat_value2` = 15, `spellid_1` = 9141 WHERE entry=16428; + +/* Marshal's Dragonhide Legguards */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=16450; + +/* Field Marshal's Dragonhide Breastplate */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=16452; + +/* Field Marshal's Leather Mask */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=16455; /* Marshal's Chain Boots */ -UPDATE item_template SET stat_value2 = 26 WHERE entry=16462; +UPDATE `item_template` SET `stat_value2` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16462; /* Marshal's Chain Grips */ -UPDATE item_template SET stat_value2 = 21 WHERE entry=16463; +UPDATE `item_template` SET `stat_value2` = 21, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=16463; /* Field Marshal's Chain Helm */ -UPDATE item_template SET stat_value2 = 34 WHERE entry=16465; +UPDATE `item_template` SET `stat_value2` = 34, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16465; /* Field Marshal's Chain Breastplate */ -UPDATE item_template SET stat_value2 = 34 WHERE entry=16466; +UPDATE `item_template` SET `stat_value2` = 34, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16466; /* Marshal's Chain Legguards */ -UPDATE item_template SET stat_value1 = 34 WHERE entry=16467; +UPDATE `item_template` SET `stat_value1` = 34, `spellid_2` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=16467; /* Field Marshal's Chain Spaulders */ -UPDATE item_template SET stat_value2 = 26 WHERE entry=16468; +UPDATE `item_template` SET `stat_value2` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16468; /* Legionnaire's Chain Breastplate */ -UPDATE item_template SET stat_value2 = 16 WHERE entry=16525; +UPDATE `item_template` SET `stat_value2` = 16, `spellid_1` = 9334 WHERE entry=16525; /* Champion's Chain Headguard */ -UPDATE item_template SET stat_value2 = 15 WHERE entry=16526; +UPDATE `item_template` SET `stat_value2` = 15, `spellid_1` = 9141 WHERE entry=16526; /* Legionnaire's Chain Leggings */ -UPDATE item_template SET stat_value1 = 18 WHERE entry=16527; +UPDATE `item_template` SET `stat_value1` = 18, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=16527; /* Champion's Chain Pauldrons */ -UPDATE item_template SET stat_value2 = 10 WHERE entry=16528; +UPDATE `item_template` SET `stat_value2` = 10, `spellid_1` = 9141 WHERE entry=16528; /* Blood Guard's Chain Gauntlets */ -UPDATE item_template SET stat_value2 = 11 WHERE entry=16530; +UPDATE `item_template` SET `stat_value2` = 11, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16530; /* Blood Guard's Chain Boots */ -UPDATE item_template SET stat_value2 = 10 WHERE entry=16531; +UPDATE `item_template` SET `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16531; + +/* Warlord's Dragonhide Hauberk */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=16549; + +/* General's Dragonhide Leggings */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=16552; + +/* Warlord's Leather Helm */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=16561; /* Warlord's Chain Chestpiece */ -UPDATE item_template SET stat_value1 = 34 WHERE entry=16565; +UPDATE `item_template` SET `stat_value1` = 34, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16565; /* Warlord's Chain Helmet */ -UPDATE item_template SET stat_value1 = 34 WHERE entry=16566; +UPDATE `item_template` SET `stat_value1` = 34, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16566; /* General's Chain Legguards */ -UPDATE item_template SET stat_value1 = 34 WHERE entry=16567; +UPDATE `item_template` SET `stat_value1` = 34, `spellid_2` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=16567; /* Warlord's Chain Shoulders */ -UPDATE item_template SET stat_value1 = 26 WHERE entry=16568; +UPDATE `item_template` SET `stat_value1` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16568; /* General's Chain Boots */ -UPDATE item_template SET stat_value1 = 26 WHERE entry=16569; +UPDATE `item_template` SET `stat_value1` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16569; /* General's Chain Gloves */ -UPDATE item_template SET stat_value1 = 21 WHERE entry=16571; +UPDATE `item_template` SET `stat_value1` = 21, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=16571; /* Warlord's Mail Armor */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=16577; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE entry=16577; /* Warlord's Mail Helm */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=16578; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE entry=16578; /* Aquarius Belt */ -UPDATE item_template SET Quality = 2, ItemLevel = 16, stat_type1 = 7, stat_value1 = 2, stat_type2 = 5, stat_value2 = 2 WHERE entry=16608; +UPDATE `item_template` SET `Quality` = 2, `ItemLevel` = 16, `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; /* Thornflinger */ -UPDATE item_template SET dmg_min1 = 52.0, dmg_max1 = 97.0 WHERE entry=16622; +UPDATE `item_template` SET `dmg_min1` = 52.0, `dmg_max1` = 97.0 WHERE entry=16622; + +/* Opaline Medallion */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=16623; + +/* Vest of Elements */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16666; + +/* Coif of Elements */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16667; + +/* Kilt of Elements */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16668; + +/* Pauldrons of Elements */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16669; /* Beaststalker's Tunic */ -UPDATE item_template SET stat_value1 = 21 WHERE entry=16674; +UPDATE `item_template` SET `stat_value1` = 21, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16674; /* Beaststalker's Boots */ -UPDATE item_template SET stat_value1 = 21 WHERE entry=16675; +UPDATE `item_template` SET `stat_value1` = 21, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16675; /* Beaststalker's Gloves */ -UPDATE item_template SET stat_value1 = 14 WHERE entry=16676; +UPDATE `item_template` SET `stat_value1` = 14, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16676; /* Beaststalker's Cap */ -UPDATE item_template SET stat_value1 = 20 WHERE entry=16677; +UPDATE `item_template` SET `stat_value1` = 20, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16677; /* Beaststalker's Pants */ -UPDATE item_template SET stat_value1 = 26 WHERE entry=16678; +UPDATE `item_template` SET `stat_value1` = 26, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16678; /* Beaststalker's Mantle */ -UPDATE item_template SET stat_value2 = 11 WHERE entry=16679; +UPDATE `item_template` SET `stat_value2` = 11, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16679; /* Beaststalker's Belt */ -UPDATE item_template SET stat_type1 = 6, stat_value2 = 10, stat_type4 = 4, stat_value4 = 9 WHERE entry=16680; +UPDATE `item_template` SET `stat_type1` = 6, `stat_value2` = 10, `stat_type4` = 4, `stat_value4` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16680; /* Beaststalker's Bindings */ -UPDATE item_template SET stat_value1 = 15 WHERE entry=16681; +UPDATE `item_template` SET `stat_value1` = 15, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16681; + +/* Magister's Crown */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16686; + +/* Magister's Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16687; + +/* Magister's Robes */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16688; + +/* Magister's Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16689; + +/* Devout Robe */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16690; + +/* Devout Crown */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16693; + +/* Devout Skirt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16694; + +/* Devout Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16695; + +/* Dreadmist Mask */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16698; + +/* Dreadmist Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16699; + +/* Dreadmist Robe */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16700; + +/* Dreadmist Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16701; + +/* Wildheart Vest */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16706; /* Shadowcraft Cap */ -UPDATE item_template SET stat_type3 = 4, stat_value3 = 13, stat_type4 = 6 WHERE entry=16707; +UPDATE `item_template` SET `stat_type3` = 4, `stat_value3` = 13, `stat_type4` = 6, `DisenchantID` = 49 WHERE entry=16707; + +/* Shadowcraft Spaulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16708; + +/* Shadowcraft Pants */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16709; /* Shadowcraft Gloves */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 10, stat_type4 = 4 WHERE entry=16712; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 10, `stat_type4` = 4 WHERE entry=16712; /* Shadowcraft Belt */ -UPDATE item_template SET stat_type3 = 6, stat_type4 = 4, stat_value4 = 9 WHERE entry=16713; +UPDATE `item_template` SET `stat_type3` = 6, `stat_type4` = 4, `stat_value4` = 9 WHERE entry=16713; /* Wildheart Spaulders */ -UPDATE item_template SET stat_type1 = 5, stat_value1 = 18, stat_type2 = 7, stat_value2 = 9, stat_type3 = 6, stat_value3 = 8 WHERE entry=16718; +UPDATE `item_template` SET `stat_type1` = 5, `stat_value1` = 18, `stat_type2` = 7, `stat_value2` = 9, `stat_type3` = 6, `stat_value3` = 8, `DisenchantID` = 49 WHERE entry=16718; + +/* Wildheart Kilt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16719; + +/* Wildheart Cowl */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16720; /* Shadowcraft Tunic */ -UPDATE item_template SET stat_type3 = 6 WHERE entry=16721; +UPDATE `item_template` SET `stat_type3` = 6, `DisenchantID` = 49 WHERE entry=16721; + +/* Lightforge Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16726; + +/* Lightforge Helm */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16727; + +/* Lightforge Legplates */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16728; + +/* Lightforge Spaulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16729; + +/* Breastplate of Valor */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16730; + +/* Helm of Valor */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16731; + +/* Legplates of Valor */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16732; + +/* Spaulders of Valor */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16733; /* Shredder Operating Gloves */ -UPDATE item_template SET stat_type3 = 3, stat_value3 = 2 WHERE entry=16740; +UPDATE `item_template` SET `stat_type3` = 3, `stat_value3` = 2, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16740; + +/* Captain Rackmore's Wheel */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=16788; + +/* Captain Rackmore's Tiller */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=16789; /* Giant Club */ -UPDATE item_template SET dmg_min1 = 26.0, dmg_max1 = 49.0 WHERE entry=16792; +UPDATE `item_template` SET `dmg_min1` = 26.0, `dmg_max1` = 49.0 WHERE entry=16792; + +/* Felheart Belt */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=16806; /* Giantstalker's Breastplate */ -UPDATE item_template SET stat_value1 = 26 WHERE entry=16845; +UPDATE `item_template` SET `stat_value1` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16845; /* Giantstalker's Helmet */ -UPDATE item_template SET stat_value1 = 23 WHERE entry=16846; +UPDATE `item_template` SET `stat_value1` = 23, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16846; /* Giantstalker's Leggings */ -UPDATE item_template SET stat_value1 = 32 WHERE entry=16847; +UPDATE `item_template` SET `stat_value1` = 32, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16847; /* Giantstalker's Epaulets */ -UPDATE item_template SET stat_value1 = 24 WHERE entry=16848; +UPDATE `item_template` SET `stat_value1` = 24, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16848; /* Giantstalker's Boots */ -UPDATE item_template SET stat_value1 = 28 WHERE entry=16849; +UPDATE `item_template` SET `stat_value1` = 28, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16849; /* Giantstalker's Bracers */ -UPDATE item_template SET stat_value1 = 20 WHERE entry=16850; +UPDATE `item_template` SET `stat_value1` = 20, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16850; /* Giantstalker's Belt */ -UPDATE item_template SET stat_value1 = 18 WHERE entry=16851; +UPDATE `item_template` SET `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16851; /* Giantstalker's Gloves */ -UPDATE item_template SET stat_value1 = 18 WHERE entry=16852; +UPDATE `item_template` SET `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16852; + +/* Bloodfang Gloves */ +UPDATE `item_template` SET `spellid_1` = 7219 WHERE entry=16907; /* Dragonstalker's Bracers */ -UPDATE item_template SET stat_value1 = 23 WHERE entry=16935; +UPDATE `item_template` SET `stat_value1` = 23, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16935; /* Dragonstalker's Belt */ -UPDATE item_template SET stat_value1 = 20 WHERE entry=16936; +UPDATE `item_template` SET `stat_value1` = 20, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16936; /* Dragonstalker's Spaulders */ -UPDATE item_template SET stat_value1 = 23 WHERE entry=16937; +UPDATE `item_template` SET `stat_value1` = 23, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16937; /* Dragonstalker's Legguards */ -UPDATE item_template SET stat_value1 = 31 WHERE entry=16938; +UPDATE `item_template` SET `stat_value1` = 31, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=16938; /* Dragonstalker's Helm */ -UPDATE item_template SET stat_value1 = 27 WHERE entry=16939; +UPDATE `item_template` SET `stat_value1` = 27, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16939; /* Dragonstalker's Gauntlets */ -UPDATE item_template SET stat_value1 = 20 WHERE entry=16940; +UPDATE `item_template` SET `stat_value1` = 20, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16940; /* Dragonstalker's Greaves */ -UPDATE item_template SET stat_value1 = 30 WHERE entry=16941; +UPDATE `item_template` SET `stat_value1` = 30, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=16941; /* Dragonstalker's Breastplate */ -UPDATE item_template SET stat_value1 = 34 WHERE entry=16942; +UPDATE `item_template` SET `stat_value1` = 34, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=16942; + +/* Helmet of Ten Storms */ +UPDATE `item_template` SET `spellid_2` = 9415, `spellid_3` = 9406 WHERE entry=16947; + +/* Gauntlets of Ten Storms */ +UPDATE `item_template` SET `spellid_2` = 9398, `spellid_3` = 7681 WHERE entry=16948; + +/* Corehound Boots */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=16982; /* Smokey's Explosive Launcher */ -UPDATE item_template SET dmg_min1 = 52.0, dmg_max1 = 98.0 WHERE entry=16992; +UPDATE `item_template` SET `dmg_min1` = 52.0, `dmg_max1` = 98.0 WHERE entry=16992; + +/* Smokey's Fireshooter */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=16993; /* Gorewood Bow */ -UPDATE item_template SET dmg_min1 = 55.0, dmg_max1 = 104.0 WHERE entry=16996; +UPDATE `item_template` SET `dmg_min1` = 55.0, `dmg_max1` = 104.0, `DisenchantID` = 49 WHERE entry=16996; + +/* Stormrager */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=16997; + +/* Sacred Protector */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=16998; + +/* Skullstone Hammer */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=17003; + +/* Dark Iron Reaver */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=17015; + +/* Dark Iron Destroyer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=17016; /* Nail Spitter */ -UPDATE item_template SET dmg_min1 = 19.0, dmg_max1 = 37.0 WHERE entry=17042; +UPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 37.0 WHERE entry=17042; + +/* Will of the Martyr */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=17044; + +/* Blood of the Martyr */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=17045; + +/* Changuk Smasher */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=17055; /* Band of Accuria */ -UPDATE item_template SET stat_value2 = 16 WHERE entry=17063; +UPDATE `item_template` SET `stat_value2` = 16, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=17063; + +/* Deathbringer */ +UPDATE `item_template` SET `spellppmrate_1` = 0.8 WHERE entry=17068; /* Striker's Mark */ -UPDATE item_template SET dmg_min1 = 69.0, dmg_max1 = 129.0 WHERE entry=17069; +UPDATE `item_template` SET `dmg_min1` = 69.0, `dmg_max1` = 129.0 WHERE entry=17069; /* Fang of the Mystics */ -UPDATE item_template SET dmg_min1 = 38.0, dmg_max1 = 85.0 WHERE entry=17070; +UPDATE `item_template` SET `dmg_min1` = 38.0, `dmg_max1` = 85.0 WHERE entry=17070; /* Blastershot Launcher */ -UPDATE item_template SET dmg_min1 = 73.0, dmg_max1 = 136.0 WHERE entry=17072; +UPDATE `item_template` SET `dmg_min1` = 73.0, `dmg_max1` = 136.0 WHERE entry=17072; + +/* Earthshaker */ +UPDATE `item_template` SET `spellppmrate_1` = 2.15 WHERE entry=17073; + +/* Vis'kag the Bloodletter */ +UPDATE `item_template` SET `spellppmrate_1` = 0.6 WHERE entry=17075; + +/* Crimson Shocker */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=17077; /* Aurastone Hammer */ -UPDATE item_template SET dmg_min1 = 78.8, dmg_max1 = 161.8 WHERE entry=17105; +UPDATE `item_template` SET `dmg_min1` = 78.8, `dmg_max1` = 161.8 WHERE entry=17105; + +/* Mark of Deflection */ +UPDATE `item_template` SET `spellid_2` = 13665, `spelltrigger_2` = 1 WHERE entry=17108; + +/* Empyrean Demolisher */ +UPDATE `item_template` SET `spellppmrate_1` = 1.0 WHERE entry=17112; /* Amberseal Keeper */ -UPDATE item_template SET dmg_min1 = 144.9, dmg_max1 = 228.9 WHERE entry=17113; +UPDATE `item_template` SET `dmg_min1` = 144.9, `dmg_max1` = 228.9 WHERE entry=17113; + +/* Sulfuras, Hand of Ragnaros */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=17182; + +/* Forcestone Buckler */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=17508; /* Master Hunter's Bow */ -UPDATE item_template SET dmg_min1 = 32.0, dmg_max1 = 61.0 WHERE entry=17686; +UPDATE `item_template` SET `dmg_min1` = 32.0, `dmg_max1` = 61.0 WHERE entry=17686; /* Master Hunter's Rifle */ -UPDATE item_template SET dmg_min1 = 35.0, dmg_max1 = 66.0 WHERE entry=17687; +UPDATE `item_template` SET `dmg_min1` = 35.0, `dmg_max1` = 66.0 WHERE entry=17687; + +/* Frostwolf Insignia Rank 1 */ +UPDATE `item_template` SET `spellcooldown_1` = 0 WHERE entry=17690; + +/* Stormpike Insignia Rank 1 */ +UPDATE `item_template` SET `spellcooldown_1` = 0 WHERE entry=17691; + +/* Thrash Blade */ +UPDATE `item_template` SET `spellppmrate_1` = 1.0 WHERE entry=17705; /* Gemshard Heart */ -UPDATE item_template SET RequiredLevel = 49 WHERE entry=17707; +UPDATE `item_template` SET `spellcooldown_1` = -1, `RequiredLevel` = 49 WHERE entry=17707; /* Charstone Dirk */ -UPDATE item_template SET RequiredLevel = 49 WHERE entry=17710; +UPDATE `item_template` SET `RequiredLevel` = 49 WHERE entry=17710; /* Elemental Rockridge Leggings */ -UPDATE item_template SET nature_res = 10, stat_type3 = 0, stat_value3 = 0, RequiredLevel = 49 WHERE entry=17711; +UPDATE `item_template` SET `nature_res` = 10, `stat_type3` = 0, `stat_value3` = 0, `RequiredLevel` = 49 WHERE entry=17711; /* Blackstone Ring */ -UPDATE item_template SET RequiredLevel = 49 WHERE entry=17713; +UPDATE `item_template` SET `RequiredLevel` = 49 WHERE entry=17713; /* Bracers of the Stone Princess */ -UPDATE item_template SET RequiredLevel = 49 WHERE entry=17714; +UPDATE `item_template` SET `RequiredLevel` = 49 WHERE entry=17714; /* Eye of Theradras */ -UPDATE item_template SET RequiredLevel = 49 WHERE entry=17715; +UPDATE `item_template` SET `RequiredLevel` = 49 WHERE entry=17715; /* Megashot Rifle */ -UPDATE item_template SET dmg_min1 = 32.0, dmg_max1 = 61.0, arcane_res = 5, stat_type1 = 0, stat_value1 = 0 WHERE entry=17717; +UPDATE `item_template` SET `dmg_min1` = 32.0, `dmg_max1` = 61.0, `arcane_res` = 5, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=17717; + +/* Gloves of the Greatfather */ +UPDATE `item_template` SET `spellid_1` = 9406, `spellid_2` = 7696 WHERE entry=17721; /* Albino Crocscale Boots */ -UPDATE item_template SET nature_res = 5, stat_type3 = 0, stat_value3 = 0 WHERE entry=17728; +UPDATE `item_template` SET `nature_res` = 5, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=17728; /* Helm of the Mountain */ -UPDATE item_template SET nature_res = 10, stat_type1 = 0, stat_value1 = 0 WHERE entry=17734; +UPDATE `item_template` SET `nature_res` = 10, `stat_type1` = 0, `stat_value1` = 0 WHERE entry=17734; /* Cloud Stone */ -UPDATE item_template SET arcane_res = 10 WHERE entry=17737; +UPDATE `item_template` SET `arcane_res` = 10, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=17737; /* Claw of Celebras */ -UPDATE item_template SET RequiredLevel = 47 WHERE entry=17738; +UPDATE `item_template` SET `RequiredLevel` = 47 WHERE entry=17738; /* Grovekeeper's Drape */ -UPDATE item_template SET nature_res = 10, stat_type2 = 0, stat_value2 = 0, RequiredLevel = 47 WHERE entry=17739; +UPDATE `item_template` SET `nature_res` = 10, `stat_type2` = 0, `stat_value2` = 0, `RequiredLevel` = 47 WHERE entry=17739; /* Soothsayer's Headdress */ -UPDATE item_template SET stat_type1 = 5, stat_value1 = 25, stat_type2 = 6, stat_type3 = 7, stat_value3 = 7, RequiredLevel = 47 WHERE entry=17740; +UPDATE `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; + +/* Nature's Embrace */ +UPDATE `item_template` SET `spellid_1` = 21518 WHERE entry=17741; /* Noxious Shooter */ -UPDATE item_template SET nature_res = 5, stat_type2 = 0, stat_value2 = 0 WHERE entry=17745; +UPDATE `item_template` SET `nature_res` = 5, `stat_type2` = 0, `stat_value2` = 0, `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=17745; /* Noxxion's Shackles */ -UPDATE item_template SET nature_res = 15, stat_type2 = 0, stat_value2 = 0 WHERE entry=17746; +UPDATE `item_template` SET `nature_res` = 15, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=17746; /* Vinerot Sandals */ -UPDATE item_template SET nature_res = 12 WHERE entry=17748; +UPDATE `item_template` SET `nature_res` = 12, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=17748; /* Phytoskin Spaulders */ -UPDATE item_template SET nature_res = 10, stat_type3 = 0, stat_value3 = 0 WHERE entry=17749; +UPDATE `item_template` SET `nature_res` = 10, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=17749; /* Chloromesh Girdle */ -UPDATE item_template SET Quality = 2, nature_res = 20 WHERE entry=17750; +UPDATE `item_template` SET `Quality` = 2, `nature_res` = 20, `DisenchantID` = 9, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=17750; /* Brusslehide Leggings */ -UPDATE item_template SET Quality = 2, nature_res = 10, stat_value1 = 15, stat_value2 = 11 WHERE entry=17751; +UPDATE `item_template` SET `Quality` = 2, `nature_res` = 10, `stat_value1` = 15, `stat_value2` = 11, `DisenchantID` = 9, `spelltrigger_1` = 0 WHERE entry=17751; /* Satyr's Lash */ -UPDATE item_template SET RequiredLevel = 45 WHERE entry=17752; +UPDATE `item_template` SET `RequiredLevel` = 45 WHERE entry=17752; /* Verdant Keeper's Aim */ -UPDATE item_template SET dmg_min1 = 53.0, dmg_max1 = 100.0 WHERE entry=17753; +UPDATE `item_template` SET `dmg_min1` = 53.0, `dmg_max1` = 100.0 WHERE entry=17753; /* Infernal Trickster Leggings */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0, RequiredLevel = 45 WHERE entry=17754; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 7569, `RequiredLevel` = 45 WHERE entry=17754; /* Satyrmane Sash */ -UPDATE item_template SET shadow_res = 10, RequiredLevel = 45 WHERE entry=17755; +UPDATE `item_template` SET `shadow_res` = 10, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredLevel` = 45 WHERE entry=17755; /* Mark of Resolution */ -UPDATE item_template SET Quality = 2, stat_type1 = 0, stat_value1 = 0 WHERE entry=17759; +UPDATE `item_template` SET `Quality` = 2, `stat_type1` = 0, `stat_value1` = 0, `spellcooldown_1` = 1800000, `spellid_2` = 21958 WHERE entry=17759; /* Princess Theradras' Scepter */ -UPDATE item_template SET RequiredLevel = 49 WHERE entry=17766; +UPDATE `item_template` SET `RequiredLevel` = 49 WHERE entry=17766; /* Bloomsprout Headpiece */ -UPDATE item_template SET nature_res = 10, stat_type2 = 0, stat_value2 = 0 WHERE entry=17767; +UPDATE `item_template` SET `nature_res` = 10, `stat_type2` = 0, `stat_value2` = 0 WHERE entry=17767; + +/* Woodseed Hoop */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=17768; + +/* Prodigious Shadowshard Pendant */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=17773; /* Blade of Eternal Darkness */ -UPDATE item_template SET dmg_min1 = 33.5, dmg_max1 = 69.5 WHERE entry=17780; +UPDATE `item_template` SET `dmg_min1` = 33.5, `dmg_max1` = 69.5 WHERE entry=17780; + +/* Talisman of Binding Shard */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=17782; + +/* Talisman of Binding Fragment */ +UPDATE `item_template` SET `spellid_1` = 21991, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=17783; /* Thunderfury, Blessed Blade of the Windseeker DEPRECATED */ -UPDATE item_template SET dmg_min1 = 82.0, dmg_max1 = 153.0, dmg_min2 = 16.0, dmg_max2 = 30.0, fire_res = 8, nature_res = 9, stat_type3 = 0, stat_value3 = 0, stat_type4 = 0, stat_value4 = 0 WHERE entry=17802; +UPDATE `item_template` SET `dmg_min1` = 82.0, `dmg_max1` = 153.0, `dmg_min2` = 16.0, `dmg_max2` = 30.0, `fire_res` = 8, `nature_res` = 9, `stat_type3` = 0, `stat_value3` = 0, `stat_type4` = 0, `stat_value4` = 0, `spelltrigger_2` = 0 WHERE entry=17802; + +/* Stormpike Insignia Rank 2 */ +UPDATE `item_template` SET `spellcooldown_2` = 1000 WHERE entry=17900; + +/* Stormpike Insignia Rank 3 */ +UPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17901; + +/* Stormpike Insignia Rank 4 */ +UPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17902; + +/* Stormpike Insignia Rank 5 */ +UPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17903; + +/* Stormpike Insignia Rank 6 */ +UPDATE `item_template` SET `spellcooldown_3` = -1 WHERE entry=17904; + +/* Frostwolf Insignia Rank 2 */ +UPDATE `item_template` SET `spellcooldown_2` = 1000 WHERE entry=17905; + +/* Frostwolf Insignia Rank 3 */ +UPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17906; + +/* Frostwolf Insignia Rank 4 */ +UPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17907; + +/* Frostwolf Insignia Rank 5 */ +UPDATE `item_template` SET `spellcooldown_3` = 1000 WHERE entry=17908; + +/* Frostwolf Insignia Rank 6 */ +UPDATE `item_template` SET `spellcooldown_3` = -1 WHERE entry=17909; + +/* Ragnaros Core */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0, `spellcooldown_1` = -1 WHERE entry=17982; + +/* Royal Seal of Alexis */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18022; + +/* Blood Ruby Pendant */ +UPDATE `item_template` SET `spellid_1` = 13598, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellid_2` = 9413, `spelltrigger_2` = 1 WHERE entry=18023; /* Coal Miner Boots */ -UPDATE item_template SET fire_res = 10, stat_value1 = 17, stat_value2 = 9, stat_type3 = 0, stat_value3 = 0 WHERE entry=18043; +UPDATE `item_template` SET `fire_res` = 10, `stat_value1` = 17, `stat_value2` = 9, `stat_type3` = 0, `stat_value3` = 0 WHERE entry=18043; + +/* Hurley's Tankard */ +UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE entry=18044; /* Flame Walkers */ -UPDATE item_template SET fire_res = 18, stat_type2 = 0, stat_value2 = 0 WHERE entry=18047; +UPDATE `item_template` SET `fire_res` = 18, `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 49, `spellid_1` = 13669 WHERE entry=18047; + +/* Mastersmith's Hammer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18048; + +/* Dragonrider Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18102; + +/* Band of Rumination */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18103; + +/* Feralsurge Girdle */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=18104; + +/* 5% Test Speed Boots */ +UPDATE `item_template` SET `spellid_1` = 22586, `spelltrigger_1` = 1 WHERE entry=18161; + +/* 8% Test Speed Boots */ +UPDATE `item_template` SET `spellid_1` = 22587, `spelltrigger_1` = 1 WHERE entry=18162; + +/* 10% Test Speed Boots */ +UPDATE `item_template` SET `spellid_1` = 22588, `spelltrigger_1` = 1 WHERE entry=18163; + +/* 13% Test Speed Boots */ +UPDATE `item_template` SET `spellid_1` = 22589, `spelltrigger_1` = 1 WHERE entry=18164; + +/* 15% Test Speed Boots */ +UPDATE `item_template` SET `spellid_1` = 22590, `spelltrigger_1` = 1 WHERE entry=18165; /* Core Marksman Rifle */ -UPDATE item_template SET dmg_min1 = 64.0, dmg_max1 = 120.0 WHERE entry=18282; +UPDATE `item_template` SET `dmg_min1` = 64.0, `dmg_max1` = 120.0 WHERE entry=18282; + +/* Barbed Thorn Necklace */ +UPDATE `item_template` SET `spellid_1` = 9358 WHERE entry=18289; /* Marksman Bands */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0 WHERE entry=18296; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 7570, `spellid_2` = 22811, `spellid_3` = 7582 WHERE entry=18296; /* Nimble Buckler */ -UPDATE item_template SET Quality = 2, ItemLevel = 58, stat_type1 = 3, stat_value1 = 5, stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0, RequiredLevel = 53 WHERE entry=18303; +UPDATE `item_template` SET `Quality` = 2, `ItemLevel` = 58, `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; /* Greenroot Mail */ -UPDATE item_template SET Quality = 2, ItemLevel = 58, stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0, RequiredLevel = 53 WHERE entry=18304; +UPDATE `item_template` SET `Quality` = 2, `ItemLevel` = 58, `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 18029, `spelltrigger_1` = 1, `RequiredLevel` = 53 WHERE entry=18304; + +/* Gloves of Shadowy Mist */ +UPDATE `item_template` SET `spellid_1` = 9326 WHERE entry=18306; + +/* Riptide Shoes */ +UPDATE `item_template` SET `spellid_1` = 9306 WHERE entry=18307; + +/* Obsidian Bauble */ +UPDATE `item_template` SET `spellid_1` = 14254, `spelltrigger_1` = 1 WHERE entry=18316; /* Demonheart Spaulders */ -UPDATE item_template SET ItemLevel = 58, stat_value1 = 14, stat_value2 = 14, stat_type3 = 4, stat_value3 = 9, RequiredLevel = 53 WHERE entry=18320; +UPDATE `item_template` SET `ItemLevel` = 58, `stat_value1` = 14, `stat_value2` = 14, `stat_type3` = 4, `stat_value3` = 9, `RequiredLevel` = 53 WHERE entry=18320; /* Satyr's Bow */ -UPDATE item_template SET dmg_min1 = 50.0, dmg_max1 = 93.0 WHERE entry=18323; +UPDATE `item_template` SET `dmg_min1` = 50.0, `dmg_max1` = 93.0 WHERE entry=18323; + +/* Orphic Bracers */ +UPDATE `item_template` SET `spellid_1` = 13597 WHERE entry=18337; + +/* Wand of Arcane Potency */ +UPDATE `item_template` SET `spellid_1` = 13601 WHERE entry=18338; + +/* Murmuring Ring */ +UPDATE `item_template` SET `spellid_1` = 18985 WHERE entry=18345; /* Quel'Serrar */ -UPDATE item_template SET dmg_min1 = 84.0, dmg_max1 = 126.0 WHERE entry=18348; +UPDATE `item_template` SET `dmg_min1` = 84.0, `dmg_max1` = 126.0, `spellppmrate_1` = 1.75 WHERE entry=18348; + +/* Pimgib's Collar */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18354; + +/* Ferra's Collar */ +UPDATE `item_template` SET `spellid_1` = 22854, `spelltrigger_1` = 1 WHERE entry=18355; + +/* Gordok's Handguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18366; + +/* Gordok's Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18367; + +/* Gordok's Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18368; + +/* Gordok's Handwraps */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18369; + +/* Vigilance Charm */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18370; + +/* Mindtap Talisman */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18371; + +/* Blade of the New Moon */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9326 WHERE entry=18372; + +/* Chestplate of Tranquility */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18373; + +/* Flamescarred Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18374; + +/* Bracers of the Eclipse */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18375; + +/* Timeworn Mace */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18376; + +/* Quickdraw Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18377; + +/* Silvermoon Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18378; + +/* Odious Greaves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18379; + +/* Eldritch Reinforced Legplates */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18380; + +/* Evil Eye Pendant */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18381; + +/* Fluctuating Cloak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18382; + +/* Force Imbued Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18383; + +/* Bile-etched Spaulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18384; + +/* Robe of Everlasting Night */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18385; + +/* Padre's Trousers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18386; /* Brightspark Gloves */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0 WHERE entry=18387; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `DisenchantID` = 49, `spellid_1` = 18384 WHERE entry=18387; /* Stoneshatter */ -UPDATE item_template SET dmg_min1 = 73.0, dmg_max1 = 111.0, stat_type1 = 0, stat_value1 = 0 WHERE entry=18388; +UPDATE `item_template` SET `dmg_min1` = 73.0, `dmg_max1` = 111.0, `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellid_1` = 22188 WHERE entry=18388; + +/* Cloak of the Cosmos */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18389; + +/* Tanglemoss Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18390; + +/* Eyestalk Cord */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18391; /* Distracting Dagger */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=18392; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellid_1` = 15717 WHERE entry=18392; + +/* Warpwood Binding */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18393; + +/* Demon Howl Wristguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18394; + +/* Emerald Flame Ring */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18395; + +/* Mind Carver */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18396; + +/* Elder Magus Pendant */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18397; + +/* Tidal Loop */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18398; + +/* Ocean's Breeze */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18399; + +/* Felcloth Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 18013 WHERE entry=18407; + +/* Inferno Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 17871 WHERE entry=18408; + +/* Mooncloth Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18409; + +/* Cloak of Warding */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18413; + +/* Bonecrusher */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18420; + +/* Backwood Helm */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18421; + +/* Sedge Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18424; + +/* Kreeg's Mug */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=18425; + +/* Senior Sergeant's Insignia */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=18428; + +/* Sergeant's Mark */ +UPDATE `item_template` SET `spellid_1` = 22891, `spellcooldown_1` = 180000, `spellcategorycooldown_1` = 0 WHERE entry=18438; + +/* Master Sergeant's Insignia */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=18442; + +/* Master Sergeant's Insignia */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=18443; + +/* Master Sergeant's Insignia */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=18444; + +/* Robe of Combustion */ +UPDATE `item_template` SET `spellid_1` = 17867 WHERE entry=18450; /* Unsophisticated Hand Cannon */ -UPDATE item_template SET dmg_min1 = 48.0, dmg_max1 = 91.0 WHERE entry=18460; +UPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 91.0 WHERE entry=18460; /* Jagged Bone Fist */ -UPDATE item_template SET dmg_min1 = 51.0, dmg_max1 = 78.0 WHERE entry=18462; +UPDATE `item_template` SET `dmg_min1` = 51.0, `dmg_max1` = 78.0 WHERE entry=18462; + +/* Royal Seal of Eldre'Thalas */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE entry=18472; /* Ogre Toothpick Shooter */ -UPDATE item_template SET dmg_min1 = 61.0, dmg_max1 = 62.0 WHERE entry=18482; +UPDATE `item_template` SET `dmg_min1` = 61.0, `dmg_max1` = 62.0 WHERE entry=18482; + +/* Mana Channeling Wand */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18483; + +/* Cho'Rush's Blade */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18484; + +/* Observer's Shield */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18485; + +/* Mooncloth Robe */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18486; + +/* Insightful Hood */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18490; /* Lorespinner */ -UPDATE item_template SET dmg_min1 = 45.0, dmg_max1 = 68.0 WHERE entry=18491; +UPDATE `item_template` SET `dmg_min1` = 45.0, `dmg_max1` = 68.0 WHERE entry=18491; + +/* Bulky Iron Spaulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18493; + +/* Denwatcher's Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18494; + +/* Redoubt Cloak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18495; + +/* Heliotrope Cloak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18496; + +/* Sublime Wristguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18497; + +/* Hedgecutter */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18498; + +/* Barrier Shield */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18499; + +/* Tarnished Elven Ring */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18500; + +/* Monstrous Glaive */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18502; + +/* Kromcrush's Chestplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18503; + +/* Girdle of Insight */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18504; /* Mugger's Belt */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=18505; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `DisenchantID` = 49, `spellid_2` = 7576 WHERE entry=18505; + +/* Mongoose Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18506; + +/* Boots of the Full Moon */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18507; + +/* Swift Flight Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18508; + +/* Barbarous Blade */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18520; + +/* Grimy Metal Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18521; + +/* Band of the Ogre King */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18522; + +/* Brightly Glowing Stone */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18523; + +/* Leggings of Destruction */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18524; + +/* Bracers of Prosperity */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18525; + +/* Crown of the Ogre King */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18526; + +/* Harmonious Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18527; + +/* Cyclone Spaulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18528; + +/* Elemental Plate Girdle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18529; + +/* Ogre Forged Hauberk */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18530; + +/* Unyielding Maul */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18531; + +/* Mindsurge Robe */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18532; + +/* Gordok Bracers of Power */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18533; + +/* Rod of the Ogre Magi */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18534; + +/* Counterattack Lodestone */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18537; /* Treant's Bane */ -UPDATE item_template SET dmg_min1 = 128.0, dmg_max1 = 193.0 WHERE entry=18538; +UPDATE `item_template` SET `dmg_min1` = 128.0, `dmg_max1` = 193.0, `spelltrigger_2` = 0 WHERE entry=18538; + +/* Leggings of Arcane Supremacy */ +UPDATE `item_template` SET `spellid_1` = 17830 WHERE entry=18545; /* The Twin Blades of Azzinoth */ -UPDATE item_template SET dmg_min1 = 132.0, dmg_max1 = 139.0 WHERE entry=18582; +UPDATE `item_template` SET `dmg_min1` = 132.0, `dmg_max1` = 139.0 WHERE entry=18582; /* Warglaive of Azzinoth (Right) */ -UPDATE item_template SET dmg_min1 = 85.0, dmg_max1 = 95.0 WHERE entry=18583; +UPDATE `item_template` SET `dmg_min1` = 85.0, `dmg_max1` = 95.0 WHERE entry=18583; /* Warglaive of Azzinoth (Left) */ -UPDATE item_template SET dmg_min1 = 85.0, dmg_max1 = 95.0 WHERE entry=18584; +UPDATE `item_template` SET `dmg_min1` = 85.0, `dmg_max1` = 95.0 WHERE entry=18584; + +/* Tome of Sacrifice */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18602; /* Benediction */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=18608; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_2` = 23236 WHERE entry=18608; + +/* Anathema */ +UPDATE `item_template` SET `spellid_3` = 23265 WHERE entry=18609; /* Keen Machete */ -UPDATE item_template SET bonding = 2 WHERE entry=18610; +UPDATE `item_template` SET `bonding` = 2 WHERE entry=18610; /* Gnarlpine Leggings */ -UPDATE item_template SET bonding = 2 WHERE entry=18611; +UPDATE `item_template` SET `bonding` = 2 WHERE entry=18611; /* Bloody Chain Boots */ -UPDATE item_template SET bonding = 2 WHERE entry=18612; +UPDATE `item_template` SET `bonding` = 2 WHERE entry=18612; + +/* Elemental Ember */ +UPDATE `item_template` SET `spellid_1` = 9400 WHERE entry=18672; + +/* Sash of the Windreaver */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 17819 WHERE entry=18676; + +/* Tempestria's Frozen Necklace */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18678; + +/* Frigid Ring */ +UPDATE `item_template` SET `spellid_1` = 9404 WHERE entry=18679; /* Ancient Bone Bow */ -UPDATE item_template SET dmg_min1 = 61.0, dmg_max1 = 114.0 WHERE entry=18680; +UPDATE `item_template` SET `dmg_min1` = 61.0, `dmg_max1` = 114.0, `DisenchantID` = 49 WHERE entry=18680; + +/* Burial Shawl */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18681; + +/* Ghoul Skin Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18682; + +/* Hammer of the Vesper */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18683; + +/* Dimly Opalescent Ring */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18684; + +/* Bone Golem Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18686; + +/* Phantasmal Cloak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18689; + +/* Wraithplate Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18690; + +/* Dark Advisor's Pendant */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9327 WHERE entry=18691; + +/* Shivery Handwraps */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9305 WHERE entry=18693; + +/* Shadowy Mail Greaves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18694; + +/* Spellbound Tome */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18695; + +/* Intricately Runed Shield */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18696; + +/* Belt of the Ordained */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18702; /* Rhok'delar, Longbow of the Ancient Keepers */ -UPDATE item_template SET dmg_min1 = 89.0, dmg_max1 = 166.0 WHERE entry=18713; +UPDATE `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; + +/* Lok'delar, Stave of the Ancient Keepers */ +UPDATE `item_template` SET `spellid_1` = 7598, `spellid_2` = 14097, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=18715; + +/* Ash Covered Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18716; + +/* Hammer of the Grand Crusader */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18717; + +/* Grand Crusader's Helm */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18718; + +/* Shroud of the Nathrezim */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18720; + +/* Barrage Girdle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18721; + +/* Death Grips */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 7219 WHERE entry=18722; + +/* Animated Chain Necklace */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18723; + +/* Anastari Heirloom */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9413 WHERE entry=18728; /* Screeching Bow */ -UPDATE item_template SET dmg_min1 = 70.0, dmg_max1 = 71.0 WHERE entry=18729; +UPDATE `item_template` SET `dmg_min1` = 70.0, `dmg_max1` = 71.0, `DisenchantID` = 49 WHERE entry=18729; + +/* Shadowy Laced Handwraps */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18730; + +/* Pale Moon Cloak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18734; + +/* Maleki's Footwraps */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 18009 WHERE entry=18735; + +/* Plaguehound Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18736; + +/* Bone Slicing Hatchet */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18737; /* Carapace Spine Crossbow */ -UPDATE item_template SET dmg_min1 = 82.0, dmg_max1 = 124.0 WHERE entry=18738; +UPDATE `item_template` SET `dmg_min1` = 82.0, `dmg_max1` = 124.0, `DisenchantID` = 49 WHERE entry=18738; + +/* Chitinous Plate Legguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18739; + +/* Thuzadin Sash */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18740; + +/* Morlune's Bracer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18741; + +/* Stratholme Militia Shoulderguard */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18742; + +/* Item Properties Test */ +UPDATE `item_template` SET `spellid_1` = 9417, `spelltrigger_1` = 1, `spellid_2` = 14049, `spelltrigger_2` = 1, `spellid_3` = 9405, `spelltrigger_3` = 1 WHERE entry=18747; + +/* Fel Hardened Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18754; /* Xorothian Firestick */ -UPDATE item_template SET dmg_min1 = 57.0, dmg_max1 = 108.0 WHERE entry=18755; +UPDATE `item_template` SET `dmg_min1` = 57.0, `dmg_max1` = 108.0, `DisenchantID` = 49 WHERE entry=18755; + +/* Dreadguard's Protector */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18756; + +/* Diabolic Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18757; + +/* Specter's Blade */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18758; + +/* Malicious Axe */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18759; + +/* Necromantic Band */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18760; + +/* Oblivion's Touch */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18761; + +/* Shard of the Green Flame */ +UPDATE `item_template` SET `spellid_1` = 9294 WHERE entry=18762; + +/* TEST GUN Raid */ +UPDATE `item_template` SET `spellid_1` = 21432, `spelltrigger_1` = 1 WHERE entry=18764; + +/* TEST GUN Horde50 */ +UPDATE `item_template` SET `spellid_1` = 21432, `spelltrigger_1` = 1 WHERE entry=18765; + +/* TEST 1H Amberseal Keeper */ +UPDATE `item_template` SET `spellid_1` = 21636, `spelltrigger_1` = 1, `spellid_2` = 23213, `spelltrigger_2` = 1 WHERE entry=18800; + +/* TEST 1H Benediction */ +UPDATE `item_template` SET `spellid_1` = 23041, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 1800000, `spellcategory_1` = 1031, `spellid_2` = 23236, `spelltrigger_2` = 1 WHERE entry=18801; + +/* Helm of Latent Power */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=18807; + +/* Gloves of the Hypnotic Flame */ +UPDATE `item_template` SET `spellid_1` = 17747, `spellid_2` = 9415 WHERE entry=18808; + +/* Sash of Whispered Secrets */ +UPDATE `item_template` SET `spellid_1` = 18013 WHERE entry=18809; + +/* Perdition's Blade */ +UPDATE `item_template` SET `spellppmrate_1` = 1.3 WHERE entry=18816; /* Crown of Destruction */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=18817; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7598 WHERE entry=18817; /* Obsidian Edged Blade */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=18822; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15771 WHERE entry=18822; /* Aged Core Leather Gloves */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0 WHERE entry=18823; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_2` = 7576 WHERE entry=18823; + +/* Deep Earth Spaulders */ +UPDATE `item_template` SET `spellid_1` = 17997 WHERE entry=18829; /* Grand Marshal's Bullseye */ -UPDATE item_template SET dmg_min1 = 66.0, dmg_max1 = 100.0 WHERE entry=18833; +UPDATE `item_template` SET `dmg_min1` = 66.0, `dmg_max1` = 100.0 WHERE entry=18833; /* Insignia of the Horde */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18834; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 5579, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18834; /* High Warlord's Recurve */ -UPDATE item_template SET dmg_min1 = 66.0, dmg_max1 = 100.0 WHERE entry=18835; +UPDATE `item_template` SET `dmg_min1` = 66.0, `dmg_max1` = 100.0 WHERE entry=18835; /* Grand Marshal's Repeater */ -UPDATE item_template SET dmg_min1 = 107.0, dmg_max1 = 162.0 WHERE entry=18836; +UPDATE `item_template` SET `dmg_min1` = 107.0, `dmg_max1` = 162.0 WHERE entry=18836; /* High Warlord's Crossbow */ -UPDATE item_template SET dmg_min1 = 107.0, dmg_max1 = 162.0 WHERE entry=18837; +UPDATE `item_template` SET `dmg_min1` = 107.0, `dmg_max1` = 162.0 WHERE entry=18837; /* Insignia of the Horde */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18845; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 5579, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18845; /* Insignia of the Horde */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18846; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 5579, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18846; /* Insignia of the Horde */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18849; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23273, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18849; /* Insignia of the Horde */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18850; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23274, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18850; /* Insignia of the Horde */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18851; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23276, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18851; /* Insignia of the Horde */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18852; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23273, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18852; /* Insignia of the Horde */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18853; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23277, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18853; /* Insignia of the Alliance */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18854; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 5579, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18854; /* Grand Marshal's Hand Cannon */ -UPDATE item_template SET dmg_min1 = 107.0, dmg_max1 = 162.0 WHERE entry=18855; +UPDATE `item_template` SET `dmg_min1` = 107.0, `dmg_max1` = 162.0 WHERE entry=18855; /* Insignia of the Alliance */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18856; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 5579, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18856; /* Insignia of the Alliance */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18857; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23273, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18857; /* Insignia of the Alliance */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18858; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23273, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18858; /* Insignia of the Alliance */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18859; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23274, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18859; /* High Warlord's Street Sweeper */ -UPDATE item_template SET dmg_min1 = 107.0, dmg_max1 = 162.0 WHERE entry=18860; +UPDATE `item_template` SET `dmg_min1` = 107.0, `dmg_max1` = 162.0 WHERE entry=18860; /* Insignia of the Alliance */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18862; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23276, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18862; /* Insignia of the Alliance */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18863; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23277, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18863; /* Insignia of the Alliance */ -UPDATE item_template SET ItemLevel = 0 WHERE entry=18864; +UPDATE `item_template` SET `ItemLevel` = 0, `spellid_1` = 23276, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=18864; /* TEST Ragnaros Hammer */ -UPDATE item_template SET dmg_min1 = 180.0, dmg_max1 = 302.0, fire_res = 30, stat_type3 = 0, stat_value3 = 0 WHERE entry=18881; +UPDATE `item_template` SET `dmg_min1` = 180.0, `dmg_max1` = 302.0, `fire_res` = 30, `stat_type3` = 0, `stat_value3` = 0, `spelltrigger_1` = 0 WHERE entry=18881; + +/* TEST Level 80 Epic */ +UPDATE `item_template` SET `spellid_1` = 21153, `spelltrigger_1` = 2, `spellid_2` = 7597, `spelltrigger_2` = 1 WHERE entry=18882; /* Barbaric Bracers */ -UPDATE item_template SET stat_type2 = 6, stat_value2 = 4 WHERE entry=18948; +UPDATE `item_template` SET `stat_type2` = 6, `stat_value2` = 4 WHERE entry=18948; + +/* Evonice's Landin' Pilla */ +UPDATE `item_template` SET `spellid_1` = 23409, `spelltrigger_1` = 1, `spellcooldown_1` = -1 WHERE entry=18951; + +/* Ring of Critical Testing */ +UPDATE `item_template` SET `spellid_1` = 23433, `spelltrigger_1` = 1 WHERE entry=18968; + +/* Ring of Critical Testing 3 */ +UPDATE `item_template` SET `spellid_1` = 23435, `spelltrigger_1` = 1 WHERE entry=18971; + +/* Ring of Critical Testing 4 */ +UPDATE `item_template` SET `spellid_1` = 23440, `spelltrigger_1` = 1 WHERE entry=18982; + +/* Thunderfury, Blessed Blade of the Windseeker */ +UPDATE `item_template` SET `spellppmrate_1` = 8.0, `spelltrigger_2` = 0 WHERE entry=19019; + +/* Nat Pagle's Extreme Angler FC-5000 */ +UPDATE `item_template` SET `spellid_1` = 8082 WHERE entry=19022; /* Arena Grand Master */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=19024; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 13669, `spellcooldown_2` = 1800000 WHERE entry=19024; + +/* Elegant Dress */ +UPDATE `item_template` SET `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=19028; /* Might of the Timbermaw */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 21 WHERE entry=19044; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 21 WHERE entry=19044; + +/* Heavy Timbermaw Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19048; + +/* Timbermaw Brawlers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19049; + +/* Mantle of the Timbermaw */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19050; /* Dawn Treaders */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0 WHERE entry=19052; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 13669 WHERE entry=19052; + +/* Gloves of the Dawn */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19057; + +/* Golden Mantle of the Dawn */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19058; + +/* Argent Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19059; /* Emerald Circle */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0 WHERE entry=19065; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0 WHERE entry=19065; + +/* Frost Runed Headdress */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 17901 WHERE entry=19105; + +/* Ice Barbed Spear */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19106; /* Bloodseeker */ -UPDATE item_template SET dmg_min1 = 85.0, dmg_max1 = 128.0 WHERE entry=19107; +UPDATE `item_template` SET `dmg_min1` = 85.0, `dmg_max1` = 128.0, `DisenchantID` = 49 WHERE entry=19107; + +/* Wand of Biting Cold */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9304 WHERE entry=19108; + +/* Deep Rooted Ring */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19109; + +/* Cold Forged Blade */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19110; + +/* Winteraxe Epaulets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19111; + +/* Frozen Steel Vambraces */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19112; + +/* Yeti Hide Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19113; /* Highland Bow */ -UPDATE item_template SET dmg_min1 = 41.0, dmg_max1 = 77.0 WHERE entry=19114; +UPDATE `item_template` SET `dmg_min1` = 41.0, `dmg_max1` = 77.0 WHERE entry=19114; + +/* Everglowing Robe */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=19129; + +/* Cold Snap */ +UPDATE `item_template` SET `spellid_1` = 9307 WHERE entry=19130; + +/* Fel Infused Leggings */ +UPDATE `item_template` SET `spellid_1` = 23594 WHERE entry=19133; /* Robe of Volatile Power */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=19145; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 18382 WHERE entry=19145; + +/* Lava Belt */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=19149; /* Chromatic Gauntlets */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=19157; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_2` = 7597, `spellid_3` = 18384 WHERE entry=19157; /* TEST Sulfuras, Hand of Ragnaros */ -UPDATE item_template SET dmg_min1 = 180.0, dmg_max1 = 302.0, fire_res = 30, stat_type3 = 0, stat_value3 = 0 WHERE entry=19158; +UPDATE `item_template` SET `dmg_min1` = 180.0, `dmg_max1` = 302.0, `fire_res` = 30, `stat_type3` = 0, `stat_value3` = 0, `spelltrigger_1` = 0 WHERE entry=19158; + +/* Flarecore Leggings */ +UPDATE `item_template` SET `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0 WHERE entry=19165; + +/* Nightfall */ +UPDATE `item_template` SET `spellppmrate_1` = 1.375 WHERE entry=19169; + +/* Fast Test Fist */ +UPDATE `item_template` SET `spellid_1` = 23674, `spelltrigger_1` = 1 WHERE entry=19226; /* Darkmoon Card: Heroism */ -UPDATE item_template SET bonding = 1 WHERE entry=19287; +UPDATE `item_template` SET `bonding` = 1, `spellppmrate_1` = 2.0 WHERE entry=19287; /* Darkmoon Card: Blue Dragon */ -UPDATE item_template SET bonding = 1 WHERE entry=19288; +UPDATE `item_template` SET `bonding` = 1 WHERE entry=19288; /* Darkmoon Card: Maelstrom */ -UPDATE item_template SET bonding = 1 WHERE entry=19289; +UPDATE `item_template` SET `bonding` = 1 WHERE entry=19289; /* Darkmoon Card: Twisting Nether */ -UPDATE item_template SET bonding = 1 WHERE entry=19290; +UPDATE `item_template` SET `bonding` = 1 WHERE entry=19290; /* Darkmoon Necklace */ -UPDATE item_template SET Quality = 3 WHERE entry=19303; +UPDATE `item_template` SET `Quality` = 3, `DisenchantID` = 47 WHERE entry=19303; + +/* Tome of Arcane Domination */ +UPDATE `item_template` SET `spellid_1` = 17829 WHERE entry=19308; + +/* Tome of Shadow Force */ +UPDATE `item_template` SET `spellid_1` = 18014, `spelltrigger_2` = 0 WHERE entry=19309; + +/* Tome of the Ice Lord */ +UPDATE `item_template` SET `spellid_1` = 17896, `spelltrigger_2` = 0 WHERE entry=19310; + +/* Tome of Fiery Arcana */ +UPDATE `item_template` SET `spellid_1` = 17875, `spelltrigger_2` = 0 WHERE entry=19311; /* Therazane's Touch */ -UPDATE item_template SET stat_type1 = 5 WHERE entry=19315; +UPDATE `item_template` SET `stat_type1` = 5, `spelltrigger_2` = 0 WHERE entry=19315; + +/* The Untamed Blade */ +UPDATE `item_template` SET `spellppmrate_1` = 2.0 WHERE entry=19334; /* Heartstriker */ -UPDATE item_template SET dmg_min1 = 80.0, dmg_max1 = 149.0 WHERE entry=19350; +UPDATE `item_template` SET `dmg_min1` = 80.0, `dmg_max1` = 149.0 WHERE entry=19350; /* Maladath, Runed Blade of the Black Flight */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=19351; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_2` = 14121 WHERE entry=19351; /* Shadow Wing Focus Staff */ -UPDATE item_template SET dmg_min1 = 142.2, dmg_max1 = 237.2 WHERE entry=19355; +UPDATE `item_template` SET `dmg_min1` = 142.2, `dmg_max1` = 237.2 WHERE entry=19355; /* Staff of the Shadow Flame */ -UPDATE item_template SET dmg_min1 = 141.8, dmg_max1 = 247.8 WHERE entry=19356; +UPDATE `item_template` SET `dmg_min1` = 141.8, `dmg_max1` = 247.8 WHERE entry=19356; /* Lok'amir il Romathis */ -UPDATE item_template SET dmg_min1 = 47.9, dmg_max1 = 127.9 WHERE entry=19360; +UPDATE `item_template` SET `dmg_min1` = 47.9, `dmg_max1` = 127.9 WHERE entry=19360; /* Ashjre'thul, Crossbow of Smiting */ -UPDATE item_template SET dmg_min1 = 124.0, dmg_max1 = 186.0 WHERE entry=19361; +UPDATE `item_template` SET `dmg_min1` = 124.0, `dmg_max1` = 186.0 WHERE entry=19361; /* Dragonbreath Hand Cannon */ -UPDATE item_template SET dmg_min1 = 86.0, dmg_max1 = 160.0 WHERE entry=19368; +UPDATE `item_template` SET `dmg_min1` = 86.0, `dmg_max1` = 160.0 WHERE entry=19368; /* Prestor's Talisman of Connivery */ -UPDATE item_template SET stat_value1 = 30 WHERE entry=19377; +UPDATE `item_template` SET `stat_value1` = 30, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=19377; /* Neltharion's Tear */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=19379; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_2` = 23729 WHERE entry=19379; + +/* Ebony Flame Gloves */ +UPDATE `item_template` SET `spellid_1` = 18020 WHERE entry=19407; + +/* Band of Dark Dominion */ +UPDATE `item_template` SET `spellid_1` = 18013 WHERE entry=19434; + +/* Ringo's Blizzard Boots */ +UPDATE `item_template` SET `spellid_1` = 17900 WHERE entry=19438; /* Inquisitor's Shawl */ -UPDATE item_template SET Quality = 2, stat_value1 = 8, stat_type2 = 0, stat_value2 = 0 WHERE entry=19507; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 8, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 9415 WHERE entry=19507; /* Branded Leather Bracers */ -UPDATE item_template SET Quality = 2, stat_value1 = 4, stat_type2 = 0, stat_value2 = 0 WHERE entry=19508; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 4, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 9142 WHERE entry=19508; /* Dusty Mail Boots */ -UPDATE item_template SET Quality = 2, stat_value1 = 9 WHERE entry=19509; +UPDATE `item_template` SET `Quality` = 2, `stat_value1` = 9, `DisenchantID` = 7 WHERE entry=19509; + +/* Advisor's Ring */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE entry=19520; /* Outrider's Bow */ -UPDATE item_template SET dmg_min1 = 54.0, dmg_max1 = 101.0 WHERE entry=19558; +UPDATE `item_template` SET `dmg_min1` = 54.0, `dmg_max1` = 101.0 WHERE entry=19558; /* Outrider's Bow */ -UPDATE item_template SET dmg_min1 = 46.0, dmg_max1 = 86.0 WHERE entry=19559; +UPDATE `item_template` SET `dmg_min1` = 46.0, `dmg_max1` = 86.0 WHERE entry=19559; /* Outrider's Bow */ -UPDATE item_template SET dmg_min1 = 38.0, dmg_max1 = 71.0 WHERE entry=19560; +UPDATE `item_template` SET `dmg_min1` = 38.0, `dmg_max1` = 71.0 WHERE entry=19560; /* Outrider's Bow */ -UPDATE item_template SET dmg_min1 = 28.0, dmg_max1 = 52.0 WHERE entry=19561; +UPDATE `item_template` SET `dmg_min1` = 28.0, `dmg_max1` = 52.0 WHERE entry=19561; /* Outrunner's Bow */ -UPDATE item_template SET dmg_min1 = 54.0, dmg_max1 = 101.0 WHERE entry=19562; +UPDATE `item_template` SET `dmg_min1` = 54.0, `dmg_max1` = 101.0 WHERE entry=19562; /* Outrunner's Bow */ -UPDATE item_template SET dmg_min1 = 46.0, dmg_max1 = 86.0 WHERE entry=19563; +UPDATE `item_template` SET `dmg_min1` = 46.0, `dmg_max1` = 86.0 WHERE entry=19563; /* Outrunner's Bow */ -UPDATE item_template SET dmg_min1 = 38.0, dmg_max1 = 71.0 WHERE entry=19564; +UPDATE `item_template` SET `dmg_min1` = 38.0, `dmg_max1` = 71.0 WHERE entry=19564; /* Outrunner's Bow */ -UPDATE item_template SET dmg_min1 = 28.0, dmg_max1 = 52.0 WHERE entry=19565; +UPDATE `item_template` SET `dmg_min1` = 28.0, `dmg_max1` = 52.0 WHERE entry=19565; /* Rage of Mugamba */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=19577; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_2` = 13675 WHERE entry=19577; /* Maelstrom's Wrath */ -UPDATE item_template SET stat_value1 = 15 WHERE entry=19621; +UPDATE `item_template` SET `stat_value1` = 15, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=19621; + +/* Bloodvine Vest */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19682; + +/* Bloodvine Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19683; + +/* Bloodvine Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19684; + +/* Primal Batskin Jerkin */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19685; + +/* Primal Batskin Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19686; + +/* Primal Batskin Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19687; + +/* Blood Tiger Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19688; + +/* Blood Tiger Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19689; + +/* Bloodsoul Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19690; + +/* Bloodsoul Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19691; + +/* Bloodsoul Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19692; + +/* Darksoul Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19693; + +/* Darksoul Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19694; + +/* Darksoul Shoulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19695; + +/* Rune of the Dawn */ +UPDATE `item_template` SET `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=19812; /* Zandalar Predator's Mantle */ -UPDATE item_template SET stat_value1 = 22 WHERE entry=19831; +UPDATE `item_template` SET `stat_value1` = 22, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=19831; /* Zandalar Predator's Belt */ -UPDATE item_template SET stat_value2 = 20 WHERE entry=19832; +UPDATE `item_template` SET `stat_value2` = 20, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=19832; + +/* Test Ranged Slot */ +UPDATE `item_template` SET `spellid_1` = 26647, `spelltrigger_1` = 1 WHERE entry=19837; + +/* Zandalar Illusionist's Robe DEPRECATED */ +UPDATE `item_template` SET `spellid_1` = 23729, `spelltrigger_1` = 1, `spellid_2` = 9345, `spelltrigger_2` = 1 WHERE entry=19844; + +/* Zandalar Demoniac's Robe DEPRECATED */ +UPDATE `item_template` SET `spellid_1` = 23729, `spelltrigger_1` = 1, `spellid_2` = 9345, `spelltrigger_2` = 1 WHERE entry=19847; /* Gurubashi Dwarf Destroyer */ -UPDATE item_template SET dmg_min1 = 76.0, dmg_max1 = 142.0 WHERE entry=19853; +UPDATE `item_template` SET `dmg_min1` = 76.0, `dmg_max1` = 142.0 WHERE entry=19853; + +/* Primalist's Seal */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19863; /* Bloodcaller */ -UPDATE item_template SET dmg_min1 = 52.6, dmg_max1 = 113.6 WHERE entry=19864; +UPDATE `item_template` SET `dmg_min1` = 52.6, `dmg_max1` = 113.6 WHERE entry=19864; + +/* Blooddrenched Grips */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19869; + +/* Hakkari Loa Cloak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19870; + +/* Overlord's Crimson Band */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19873; + +/* Bloodstained Coif */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19875; + +/* Animist's Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19877; + +/* Bloodsoaked Pauldrons */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19878; + +/* Alex's Test Beatdown Staff */ +UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = -1 WHERE entry=19879; /* Jin'do's Judgement */ -UPDATE item_template SET dmg_min1 = 143.55, dmg_max1 = 226.55 WHERE entry=19884; +UPDATE `item_template` SET `dmg_min1` = 143.55, `dmg_max1` = 226.55 WHERE entry=19884; + +/* The Hexxer's Cover */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19886; + +/* Bloodstained Legplates */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19887; + +/* Overlord's Embrace */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19888; + +/* Blooddrenched Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=19889; /* Jin'do's Hexxer */ -UPDATE item_template SET dmg_min1 = 64.4, dmg_max1 = 134.4 WHERE entry=19890; +UPDATE `item_template` SET `dmg_min1` = 64.4, `dmg_max1` = 134.4 WHERE entry=19890; + +/* Animist's Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19892; + +/* Zanzil's Seal */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19893; + +/* Bloodsoaked Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19894; + +/* Bloodtinged Kilt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19895; + +/* Seal of Jin */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE entry=19898; /* Fang of Venoxis */ -UPDATE item_template SET dmg_min1 = 35.2, dmg_max1 = 72.2 WHERE entry=19903; +UPDATE `item_template` SET `dmg_min1` = 35.2, `dmg_max1` = 72.2 WHERE entry=19903; + +/* Zulian Tigerhide Cloak */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=19907; /* Sceptre of Smiting */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=19908; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellid_1` = 7546 WHERE entry=19908; /* Arlokk's Grasp */ -UPDATE item_template SET dmg_min1 = 41.5, dmg_max1 = 84.5 WHERE entry=19910; +UPDATE `item_template` SET `dmg_min1` = 41.5, `dmg_max1` = 84.5 WHERE entry=19910; /* Zulian Hacker */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=19921; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `DisenchantID` = 49, `spellid_1` = 7540 WHERE entry=19921; + +/* Flowing Ritual Robes DEPRECATED */ +UPDATE `item_template` SET `spellid_1` = 14047, `spelltrigger_1` = 1 WHERE entry=19926; + +/* Bloodtinged Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19929; /* Renataki's Soul Conduit */ -UPDATE item_template SET dmg_min1 = 57.6, dmg_max1 = 114.6 WHERE entry=19964; +UPDATE `item_template` SET `dmg_min1` = 57.6, `dmg_max1` = 114.6 WHERE entry=19964; /* Wushoolay's Poker */ -UPDATE item_template SET dmg_min1 = 43.6, dmg_max1 = 87.6 WHERE entry=19965; +UPDATE `item_template` SET `dmg_min1` = 43.6, `dmg_max1` = 87.6 WHERE entry=19965; /* Nat Pagle's Extreme Anglin' Boots */ -UPDATE item_template SET RequiredLevel = 0 WHERE entry=19969; +UPDATE `item_template` SET `RequiredLevel` = 0 WHERE entry=19969; + +/* Hook of the Master Angler */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellcooldown_1` = 5000 WHERE entry=19979; /* Duskbat Drape */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=19982; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 24350 WHERE entry=19982; + +/* Tome of Devouring Shadows */ +UPDATE `item_template` SET `spellid_1` = 9327, `spelltrigger_1` = 1 WHERE entry=19989; + +/* Blessed Prayer Beads */ +UPDATE `item_template` SET `spellcategorycooldown_1` = 0, `spellcategory_1` = 0 WHERE entry=19990; /* Devilsaur Tooth */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=19992; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 24353, `spellcategorycooldown_1` = 10000 WHERE entry=19992; /* Hoodoo Hunting Bow */ -UPDATE item_template SET dmg_min1 = 68.0, dmg_max1 = 128.0 WHERE entry=19993; +UPDATE `item_template` SET `dmg_min1` = 68.0, `dmg_max1` = 128.0 WHERE entry=19993; + +/* Bloodvine Lens */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19998; + +/* Bloodvine Goggles */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=19999; /* Devilsaur Claws */ -UPDATE item_template SET dmg_min1 = 48.0, dmg_max1 = 90.0, stat_type2 = 0, stat_value2 = 0 WHERE entry=20003; +UPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 90.0, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15464, `spelltrigger_1` = 1 WHERE entry=20003; /* Devilsaur Claws */ -UPDATE item_template SET dmg_min1 = 48.0, dmg_max1 = 90.0, stat_type2 = 0, stat_value2 = 0 WHERE entry=20005; +UPDATE `item_template` SET `dmg_min1` = 48.0, `dmg_max1` = 90.0, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 24362 WHERE entry=20005; /* Circle of Hope */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=20006; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `spellid_1` = 24426, `spelltrigger_2` = 0 WHERE entry=20006; + +/* Glacial Spike */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=20035; + +/* Arcane Crystal Pendant */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=20037; /* Mandokir's Sting */ -UPDATE item_template SET dmg_min1 = 68.0, dmg_max1 = 127.0 WHERE entry=20038; +UPDATE `item_template` SET `dmg_min1` = 68.0, `dmg_max1` = 127.0 WHERE entry=20038; /* Highlander's Plate Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20041; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20041; /* Highlander's Lamellar Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20042; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20042; /* Highlander's Chain Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20043; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20043; /* Highlander's Mail Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20044; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20044; /* Highlander's Leather Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20045; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20045; /* Highlander's Lizardhide Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20046; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20046; /* Highlander's Cloth Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20047; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20047; /* Highlander's Plate Greaves */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20048; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20048; /* Highlander's Lamellar Greaves */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20049; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20049; /* Highlander's Chain Greaves */ -UPDATE item_template SET stat_value2 = 15, RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20050; +UPDATE `item_template` SET `stat_value2` = 15, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20050; /* Highlander's Mail Greaves */ -UPDATE item_template SET stat_value2 = 15, RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20051; +UPDATE `item_template` SET `stat_value2` = 15, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20051; /* Highlander's Leather Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20052; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20052; /* Highlander's Lizardhide Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20053; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20053; /* Highlander's Cloth Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20054; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20054; /* Highlander's Chain Pauldrons */ -UPDATE item_template SET stat_value1 = 20, RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20055; +UPDATE `item_template` SET `stat_value1` = 20, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20055; /* Highlander's Mail Pauldrons */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20056; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20056; /* Highlander's Plate Spaulders */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20057; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20057; /* Highlander's Lamellar Spaulders */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20058; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20058; /* Highlander's Leather Shoulders */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20059; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20059; /* Highlander's Lizardhide Shoulders */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20060; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20060; /* Highlander's Epaulets */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20061; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20061; /* Deathguard's Cloak */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20068; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20068; /* Ironbark Staff */ -UPDATE item_template SET dmg_min1 = 136.62, dmg_max1 = 242.62, RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20069; +UPDATE `item_template` SET `dmg_min1` = 136.62, `dmg_max1` = 242.62, `spelltrigger_3` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20069; /* Sageclaw */ -UPDATE item_template SET dmg_min1 = 46.31, dmg_max1 = 95.31, RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20070; +UPDATE `item_template` SET `dmg_min1` = 46.31, `dmg_max1` = 95.31, `spelltrigger_3` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20070; /* Talisman of Arathor */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 4 WHERE entry=20071; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 4 WHERE entry=20071; /* Defiler's Talisman */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 4 WHERE entry=20072; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 4 WHERE entry=20072; /* Cloak of the Honor Guard */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20073; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20073; + +/* Woestave */ +UPDATE `item_template` SET `spellid_1` = 9412 WHERE entry=20082; /* Highlander's Chain Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20088; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20088; /* Highlander's Chain Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20089; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20089; /* Highlander's Chain Greaves */ -UPDATE item_template SET stat_value2 = 12, RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20091; +UPDATE `item_template` SET `stat_value2` = 12, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20091; /* Highlander's Chain Greaves */ -UPDATE item_template SET stat_value2 = 10, RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20092; +UPDATE `item_template` SET `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20092; /* Highlander's Cloth Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20094; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20094; /* Highlander's Cloth Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20095; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20095; /* Highlander's Cloth Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20096; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20096; /* Highlander's Cloth Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20097; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20097; /* Highlander's Cloth Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20098; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20098; /* Highlander's Cloth Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20099; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20099; /* Highlander's Lizardhide Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20100; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20100; /* Highlander's Lizardhide Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20101; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20101; /* Highlander's Lizardhide Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20102; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20102; /* Highlander's Lizardhide Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20103; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20103; /* Highlander's Lizardhide Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20104; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20104; /* Highlander's Lizardhide Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20105; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20105; /* Highlander's Lamellar Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20106; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20106; /* Highlander's Lamellar Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20107; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20107; /* Highlander's Lamellar Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20108; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20108; /* Highlander's Lamellar Greaves */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20109; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20109; /* Highlander's Lamellar Greaves */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20110; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20110; /* Highlander's Lamellar Greaves */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20111; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20111; /* Highlander's Leather Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20112; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20112; /* Highlander's Leather Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20113; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20113; /* Highlander's Leather Boots */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20114; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20114; /* Highlander's Leather Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20115; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20115; /* Highlander's Leather Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20116; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20116; /* Highlander's Leather Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20117; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20117; /* Highlander's Mail Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20118; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20118; /* Highlander's Mail Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20119; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20119; /* Highlander's Mail Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20120; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20120; /* Highlander's Mail Greaves */ -UPDATE item_template SET stat_value2 = 12, RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20121; +UPDATE `item_template` SET `stat_value2` = 12, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20121; /* Highlander's Mail Greaves */ -UPDATE item_template SET stat_value2 = 10, RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20122; +UPDATE `item_template` SET `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20122; /* Highlander's Mail Greaves */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20123; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20123; /* Highlander's Plate Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20124; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20124; /* Highlander's Plate Girdle */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 5 WHERE entry=20125; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 5 WHERE entry=20125; /* Highlander's Plate Greaves */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20127; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20127; /* Highlander's Plate Greaves */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 6 WHERE entry=20128; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 6 WHERE entry=20128; /* Battle Tabard of the Defilers */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20131; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20131; /* Arathor Battle Tabard */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 7 WHERE entry=20132; +UPDATE `item_template` SET `RequiredReputationFaction` = 509, `RequiredReputationRank` = 7 WHERE entry=20132; /* Skyfury Helm */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=20134; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 18382, `spellid_2` = 7597 WHERE entry=20134; + +/* 90 Epic Warrior Bracelets */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellid_2` = 15464, `spelltrigger_2` = 1 WHERE entry=20135; + +/* 90 Epic Warrior Breastplate */ +UPDATE `item_template` SET `spellid_2` = 15465, `spelltrigger_2` = 1 WHERE entry=20136; + +/* 90 Epic Warrior Gauntlets */ +UPDATE `item_template` SET `spellid_1` = 14803, `spelltrigger_1` = 1, `spellid_2` = 7597, `spelltrigger_2` = 1 WHERE entry=20137; + +/* 90 Epic Warrior Helm */ +UPDATE `item_template` SET `spellid_1` = 15465, `spelltrigger_1` = 1, `spellid_2` = 21607, `spelltrigger_2` = 1 WHERE entry=20138; + +/* 90 Epic Warrior Legplates */ +UPDATE `item_template` SET `spellid_1` = 13665, `spelltrigger_1` = 1 WHERE entry=20139; + +/* 90 Epic Warrior Pauldrons */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellid_2` = 14803, `spelltrigger_2` = 1 WHERE entry=20140; + +/* 90 Epic Warrior Sabatons */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=20141; /* 90 Epic Warrior Waistband */ -UPDATE item_template SET 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 WHERE entry=20142; +UPDATE `item_template` SET `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; + +/* 90 Epic Warrior Neck */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellid_2` = 21595, `spelltrigger_2` = 1 WHERE entry=20143; + +/* 90 Epic Warrior Ring */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellid_2` = 21595, `spelltrigger_2` = 1 WHERE entry=20144; + +/* 90 Epic Warrior Cloak */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellid_2` = 15464, `spelltrigger_2` = 1 WHERE entry=20145; + +/* 90 Epic Warrior Gun */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=20146; + +/* 90 Epic Warrior Axe */ +UPDATE `item_template` SET `spellid_1` = 21607, `spelltrigger_1` = 1, `spellid_2` = 13665, `spelltrigger_2` = 1 WHERE entry=20149; /* Defiler's Chain Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20150; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20150; /* Defiler's Chain Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20151; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20151; /* Defiler's Chain Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20152; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20152; /* Defiler's Chain Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20153; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20153; /* Defiler's Chain Greaves */ -UPDATE item_template SET stat_value2 = 15, RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20154; +UPDATE `item_template` SET `stat_value2` = 15, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20154; /* Defiler's Chain Greaves */ -UPDATE item_template SET stat_value2 = 12, RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20155; +UPDATE `item_template` SET `stat_value2` = 12, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20155; /* Defiler's Chain Greaves */ -UPDATE item_template SET stat_value2 = 10, RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20156; +UPDATE `item_template` SET `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20156; /* Defiler's Chain Greaves */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20157; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20157; /* Defiler's Chain Pauldrons */ -UPDATE item_template SET stat_value1 = 20, RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20158; +UPDATE `item_template` SET `stat_value1` = 20, `spellid_1` = 0, `spelltrigger_1` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20158; /* Defiler's Cloth Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20159; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20159; /* Defiler's Cloth Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20160; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20160; /* Defiler's Cloth Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20161; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20161; /* Defiler's Cloth Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20162; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20162; /* Defiler's Cloth Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20163; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20163; /* Defiler's Cloth Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20164; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20164; /* Defiler's Cloth Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20165; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20165; /* Defiler's Cloth Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20166; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20166; /* Defiler's Lizardhide Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20167; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20167; /* Defiler's Lizardhide Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20168; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20168; /* Defiler's Lizardhide Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20169; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20169; /* Defiler's Lizardhide Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20170; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20170; /* Defiler's Lizardhide Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20171; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20171; /* Defiler's Lizardhide Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20172; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20172; /* Defiler's Lizardhide Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20173; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20173; /* Defiler's Lizardhide Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20174; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20174; /* Defiler's Lizardhide Shoulders */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20175; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20175; /* Defiler's Epaulets */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20176; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20176; /* Defiler's Lamellar Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20177; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20177; /* Defiler's Lamellar Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20178; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20178; /* Defiler's Lamellar Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20179; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20179; /* Defiler's Lamellar Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20180; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20180; /* Defiler's Lamellar Greaves */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20181; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20181; /* Defiler's Lamellar Greaves */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20182; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20182; /* Defiler's Lamellar Greaves */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20183; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20183; /* Defiler's Lamellar Spaulders */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20184; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20184; /* Defiler's Lamellar Greaves */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20185; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20185; /* Defiler's Leather Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20186; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20186; /* Defiler's Leather Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20187; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20187; /* Defiler's Leather Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20188; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20188; /* Defiler's Leather Boots */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20189; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20189; /* Defiler's Leather Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20190; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20190; /* Defiler's Leather Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20191; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20191; /* Defiler's Leather Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20192; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20192; /* Defiler's Leather Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20193; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20193; /* Defiler's Leather Shoulders */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20194; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20194; /* Defiler's Mail Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20195; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20195; /* Defiler's Mail Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20196; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20196; /* Defiler's Mail Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20198; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20198; /* Defiler's Mail Greaves */ -UPDATE item_template SET stat_value2 = 15, RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20199; +UPDATE `item_template` SET `stat_value2` = 15, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20199; /* Defiler's Mail Greaves */ -UPDATE item_template SET stat_value2 = 10, RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20200; +UPDATE `item_template` SET `stat_value2` = 10, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20200; /* Defiler's Mail Greaves */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20201; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20201; /* Defiler's Mail Greaves */ -UPDATE item_template SET stat_value2 = 12, RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20202; +UPDATE `item_template` SET `stat_value2` = 12, `spellid_2` = 0, `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20202; /* Defiler's Mail Pauldrons */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20203; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20203; /* Defiler's Plate Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20204; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20204; /* Defiler's Plate Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20205; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20205; /* Defiler's Plate Girdle */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 5 WHERE entry=20206; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 5 WHERE entry=20206; /* Defiler's Plate Greaves */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20208; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20208; /* Defiler's Plate Greaves */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20209; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20209; /* Defiler's Plate Greaves */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 6 WHERE entry=20211; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 6 WHERE entry=20211; /* Defiler's Plate Spaulders */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20212; +UPDATE `item_template` SET `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20212; /* Mindfang */ -UPDATE item_template SET dmg_min1 = 46.31, dmg_max1 = 95.31, RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20214; +UPDATE `item_template` SET `dmg_min1` = 46.31, `dmg_max1` = 95.31, `spelltrigger_3` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20214; /* Ironbark Staff */ -UPDATE item_template SET dmg_min1 = 136.62, dmg_max1 = 242.62, RequiredReputationFaction = 510, RequiredReputationRank = 7 WHERE entry=20220; +UPDATE `item_template` SET `dmg_min1` = 136.62, `dmg_max1` = 242.62, `spelltrigger_3` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 7 WHERE entry=20220; /* Seafury Gauntlets */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=20257; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE entry=20257; /* Zulian Ceremonial Staff */ -UPDATE item_template SET dmg_min1 = 112.4, dmg_max1 = 171.4 WHERE entry=20258; +UPDATE `item_template` SET `dmg_min1` = 112.4, `dmg_max1` = 171.4, `DisenchantID` = 49 WHERE entry=20258; + +/* Shadow Panther Hide Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20259; + +/* Shadow Panther Hide Belt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20261; + +/* Gurubashi Helm */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20263; + +/* Peacekeeper Gauntlets */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=20264; + +/* 90 Epic Rogue Belt */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=20267; + +/* 90 Epic Rogue Boots */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellid_2` = 14803, `spelltrigger_2` = 1 WHERE entry=20268; + +/* 90 Epic Rogue Bracers */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=20269; + +/* 90 Epic Rogue Cap */ +UPDATE `item_template` SET `spellid_1` = 13670, `spelltrigger_1` = 1, `spellid_2` = 14803, `spelltrigger_2` = 1 WHERE entry=20270; + +/* 90 Epic Rogue Gloves */ +UPDATE `item_template` SET `spellid_1` = 14803, `spelltrigger_1` = 1, `spellid_2` = 7597, `spelltrigger_2` = 1 WHERE entry=20271; + +/* 90 Epic Rogue Pants */ +UPDATE `item_template` SET `spellid_1` = 13665, `spelltrigger_1` = 1, `spellid_2` = 15687, `spelltrigger_2` = 1 WHERE entry=20272; + +/* 90 Epic Rogue Spaulders */ +UPDATE `item_template` SET `spellid_1` = 14803, `spelltrigger_1` = 1, `spellid_2` = 7597, `spelltrigger_2` = 1 WHERE entry=20273; + +/* 90 Epic Rogue Tunic */ +UPDATE `item_template` SET `spellid_1` = 13670, `spelltrigger_1` = 1, `spellid_2` = 14803, `spelltrigger_2` = 1 WHERE entry=20274; + +/* 90 Epic Rogue Neck */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20275; + +/* 90 Epic Rogue Cloak */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1 WHERE entry=20276; + +/* 90 Epic Rogue Ring */ +UPDATE `item_template` SET `spellid_1` = 7597, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellid_2` = 21595, `spelltrigger_2` = 1 WHERE entry=20277; + +/* 90 Epic Rogue Bow */ +UPDATE `item_template` SET `spellid_1` = 21624, `spelltrigger_1` = 1 WHERE entry=20278; + +/* 90 Epic Rogue Dagger */ +UPDATE `item_template` SET `spellid_1` = 13669, `spelltrigger_1` = 1, `spellcooldown_1` = 0 WHERE entry=20279; /* Blue Dragonscale Leggings */ -UPDATE item_template SET arcane_res = 12, stat_value1 = 20, stat_type2 = 6, stat_value2 = 19, stat_type3 = 0, stat_value3 = 0 WHERE entry=20295; +UPDATE `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; /* Green Dragonscale Gauntlets */ -UPDATE item_template SET ItemLevel = 56, stat_type1 = 6, stat_value1 = 18, stat_type2 = 7, stat_value2 = 5, stat_type3 = 0, stat_value3 = 0, RequiredLevel = 51 WHERE entry=20296; +UPDATE `item_template` SET `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; + +/* 90 Epic Frost Belt */ +UPDATE `item_template` SET `spellid_1` = 18384, `spelltrigger_1` = 1, `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20324; + +/* 90 Epic Frost Bindings */ +UPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellid_2` = 21619, `spelltrigger_2` = 1 WHERE entry=20325; + +/* 90 Epic Frost Boots */ +UPDATE `item_template` SET `spellid_1` = 18384, `spelltrigger_1` = 1, `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20326; + +/* 90 Epic Frost Crown */ +UPDATE `item_template` SET `spellid_1` = 17898, `spelltrigger_1` = 1, `spellid_2` = 18378, `spelltrigger_2` = 1 WHERE entry=20327; + +/* 90 Epic Frost Gloves */ +UPDATE `item_template` SET `spellid_1` = 18384, `spelltrigger_1` = 1, `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20328; /* 90 Epic Frost Leggings */ -UPDATE item_template SET stat_value1 = 15, stat_type2 = 5, stat_value2 = 37, stat_type3 = 7, stat_value3 = 16 WHERE entry=20329; +UPDATE `item_template` SET `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; + +/* 90 Epic Frost Mantle */ +UPDATE `item_template` SET `spellid_1` = 18384, `spelltrigger_1` = 1, `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20330; + +/* 90 Epic Frost Robes */ +UPDATE `item_template` SET `spellid_1` = 17898, `spelltrigger_1` = 1, `spellid_2` = 18378, `spelltrigger_2` = 1 WHERE entry=20331; + +/* 90 Epic Frost Neck */ +UPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellid_2` = 21619, `spelltrigger_2` = 1 WHERE entry=20332; + +/* 90 Epic Frost Ring */ +UPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellid_2` = 21619, `spelltrigger_2` = 1 WHERE entry=20333; + +/* 90 Epic Frost Staff */ +UPDATE `item_template` SET `spellid_1` = 18382, `spelltrigger_1` = 1, `spellid_2` = 24666, `spelltrigger_2` = 1, `spellid_3` = 21620, `spelltrigger_3` = 1 WHERE entry=20334; + +/* 90 Epic Frost Wand */ +UPDATE `item_template` SET `spellid_1` = 9402, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0, `spellid_2` = 21624, `spelltrigger_2` = 1 WHERE entry=20335; + +/* 90 Epic Frost Shroud */ +UPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellid_2` = 21619, `spelltrigger_2` = 1 WHERE entry=20336; + +/* 90 Green Frost Belt */ +UPDATE `item_template` SET `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20338; + +/* 90 Green Frost Bindings */ +UPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1 WHERE entry=20339; + +/* 90 Green Frost Boots */ +UPDATE `item_template` SET `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20340; + +/* 90 Green Frost Crown */ +UPDATE `item_template` SET `spellid_1` = 17899, `spelltrigger_1` = 1 WHERE entry=20341; + +/* 90 Green Frost Gloves */ +UPDATE `item_template` SET `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20342; + +/* 90 Green Frost Leggings */ +UPDATE `item_template` SET `spellid_1` = 17899, `spelltrigger_1` = 1 WHERE entry=20343; + +/* 90 Green Frost Mantle */ +UPDATE `item_template` SET `spellid_2` = 13831, `spelltrigger_2` = 1 WHERE entry=20344; + +/* 90 Green Frost Neck */ +UPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20345; + +/* 90 Green Frost Ring */ +UPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20346; + +/* 90 Green Frost Robes */ +UPDATE `item_template` SET `spellid_1` = 17899, `spelltrigger_1` = 1 WHERE entry=20347; + +/* 90 Green Frost Shroud */ +UPDATE `item_template` SET `spellid_1` = 9308, `spelltrigger_1` = 1 WHERE entry=20348; + +/* 90 Green Frost Staff */ +UPDATE `item_template` SET `spellid_2` = 24667, `spelltrigger_2` = 1 WHERE entry=20349; + +/* 90 Green Frost Wand */ +UPDATE `item_template` SET `spellid_1` = 9402, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20350; + +/* 63 Green Frost Belt */ +UPDATE `item_template` SET `spellid_2` = 9404, `spelltrigger_2` = 1 WHERE entry=20351; + +/* 63 Green Frost Bindings */ +UPDATE `item_template` SET `spellid_1` = 9404, `spelltrigger_1` = 1 WHERE entry=20352; + +/* 63 Green Frost Boots */ +UPDATE `item_template` SET `spellid_2` = 9307, `spelltrigger_2` = 1 WHERE entry=20353; + +/* 63 Green Frost Crown */ +UPDATE `item_template` SET `spellid_1` = 17891, `spelltrigger_1` = 1 WHERE entry=20354; + +/* 63 Green Frost Gloves */ +UPDATE `item_template` SET `spellid_2` = 9307, `spelltrigger_2` = 1 WHERE entry=20355; + +/* 63 Green Frost Leggings */ +UPDATE `item_template` SET `spellid_1` = 17891, `spelltrigger_1` = 1 WHERE entry=20356; + +/* 63 Green Frost Mantle */ +UPDATE `item_template` SET `spellid_2` = 9307, `spelltrigger_2` = 1 WHERE entry=20357; + +/* 63 Green Frost Neck */ +UPDATE `item_template` SET `spellid_1` = 9404, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20358; + +/* 63 Green Frost Ring */ +UPDATE `item_template` SET `spellid_1` = 9404, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20359; + +/* 63 Green Frost Robes */ +UPDATE `item_template` SET `spellid_1` = 17891, `spelltrigger_1` = 1 WHERE entry=20360; + +/* 63 Green Frost Shroud */ +UPDATE `item_template` SET `spellid_1` = 9404, `spelltrigger_1` = 1 WHERE entry=20361; + +/* 63 Green Frost Staff */ +UPDATE `item_template` SET `spellid_2` = 17891, `spelltrigger_2` = 1 WHERE entry=20362; + +/* 63 Green Frost Wand */ +UPDATE `item_template` SET `spellid_1` = 7702, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20363; /* Bland Bow of Steadiness */ -UPDATE item_template SET dmg_min1 = 46.0, dmg_max1 = 46.0 WHERE entry=20368; +UPDATE `item_template` SET `dmg_min1` = 46.0, `dmg_max1` = 46.0 WHERE entry=20368; + +/* Azurite Fists */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=20369; + +/* Test Staff 90 epic */ +UPDATE `item_template` SET `spellid_1` = 24694, `spelltrigger_1` = 1, `spellid_2` = 13670, `spelltrigger_2` = 1 WHERE entry=20370; + +/* Test Staff 77 epic */ +UPDATE `item_template` SET `spellid_1` = 24697, `spelltrigger_1` = 1, `spellid_2` = 13670, `spelltrigger_2` = 1 WHERE entry=20372; /* Outrider's Bow */ -UPDATE item_template SET dmg_min1 = 19.0, dmg_max1 = 37.0 WHERE entry=20437; +UPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 37.0 WHERE entry=20437; /* Outrunner's Bow */ -UPDATE item_template SET dmg_min1 = 19.0, dmg_max1 = 37.0 WHERE entry=20438; +UPDATE `item_template` SET `dmg_min1` = 19.0, `dmg_max1` = 37.0 WHERE entry=20438; + +/* Test Defense Ring +120 */ +UPDATE `item_template` SET `spellid_1` = 24774, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20445; + +/* Test Defense Ring +80 */ +UPDATE `item_template` SET `spellid_1` = 24775, `spelltrigger_1` = 1, `spellcooldown_1` = 0, `spellcategorycooldown_1` = 0 WHERE entry=20446; + +/* Sandstalker Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20476; + +/* Sandstalker Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20477; + +/* Sandstalker Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20478; + +/* Spitfire Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20479; + +/* Spitfire Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20480; + +/* Spitfire Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20481; /* Ironbark Shield */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=20502; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 24852, `spelltrigger_1` = 1 WHERE entry=20502; + +/* Lightforged Blade */ +UPDATE `item_template` SET `spellid_1` = 21509 WHERE entry=20504; + +/* Chivalrous Signet */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=20505; /* Feral Staff */ -UPDATE item_template SET dmg_min1 = 108.0, dmg_max1 = 162.0, stat_type3 = 0, stat_value3 = 0 WHERE entry=20522; +UPDATE `item_template` SET `dmg_min1` = 108.0, `dmg_max1` = 162.0, `stat_type3` = 0, `stat_value3` = 0, `spelltrigger_1` = 0 WHERE entry=20522; /* Shadowhide Leggings */ -UPDATE item_template SET shadow_res = 6, stat_type3 = 0, stat_value3 = 0, stat_type4 = 0, stat_value4 = 0 WHERE entry=20524; +UPDATE `item_template` SET `shadow_res` = 6, `stat_type3` = 0, `stat_value3` = 0, `stat_type4` = 0, `stat_value4` = 0, `spelltrigger_1` = 0 WHERE entry=20524; + +/* Earthen Sigil */ +UPDATE `item_template` SET `spellid_1` = 24884, `spellcooldown_1` = 180000 WHERE entry=20525; + +/* Robes of Servitude */ +UPDATE `item_template` SET `spellid_1` = 17747, `spellid_2` = 14793 WHERE entry=20530; /* Abyss Shard */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0 WHERE entry=20534; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0 WHERE entry=20534; + +/* Soul Harvester */ +UPDATE `item_template` SET `spellid_2` = 14794 WHERE entry=20536; + +/* Runed Stygian Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20537; + +/* Runed Stygian Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20538; + +/* Runed Stygian Belt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20539; + +/* Darkrune Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20549; + +/* Darkrune Breastplate */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20550; + +/* Darkrune Helm */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20551; /* Black Whelp Tunic */ -UPDATE item_template SET stat_type1 = 4 WHERE entry=20575; +UPDATE `item_template` SET `stat_type1` = 4 WHERE entry=20575; /* Hammer of Bestial Fury */ -UPDATE item_template SET stat_type1 = 4, stat_value1 = 13 WHERE entry=20580; +UPDATE `item_template` SET `stat_type1` = 4, `stat_value1` = 13, `spellid_1` = 24994 WHERE entry=20580; /* Staff of Rampant Growth */ -UPDATE item_template SET dmg_min1 = 113.4, dmg_max1 = 184.4 WHERE entry=20581; +UPDATE `item_template` SET `dmg_min1` = 113.4, `dmg_max1` = 184.4 WHERE entry=20581; + +/* Sturdy Male Dwarf Mask */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=20591; + +/* Sturdy Male Tauren Mask */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=20596; /* Polished Ironwood Crossbow */ -UPDATE item_template SET dmg_min1 = 101.0, dmg_max1 = 153.0 WHERE entry=20599; +UPDATE `item_template` SET `dmg_min1` = 101.0, `dmg_max1` = 153.0 WHERE entry=20599; + +/* Malfurion's Signet Ring */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=20600; /* Circlet of Restless Dreams */ -UPDATE item_template SET stat_type3 = 0, stat_value3 = 0 WHERE entry=20623; +UPDATE `item_template` SET `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 15717 WHERE entry=20623; + +/* Hibernation Crystal */ +UPDATE `item_template` SET `spellcategorycooldown_1` = -1, `spellcategory_1` = 0 WHERE entry=20636; /* Sandstrider's Mark */ -UPDATE item_template SET Quality = 2, dmg_min1 = 44.0, dmg_max1 = 82.0, stat_value1 = 8 WHERE entry=20646; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 44.0, `dmg_max1` = 82.0, `stat_value1` = 8, `DisenchantID` = 30 WHERE entry=20646; /* Black Crystal Dagger */ -UPDATE item_template SET Quality = 2, dmg_min1 = 44.0, dmg_max1 = 83.0 WHERE entry=20647; +UPDATE `item_template` SET `Quality` = 2, `dmg_min1` = 44.0, `dmg_max1` = 83.0, `DisenchantID` = 30, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=20647; + +/* Cold Forged Hammer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20648; + +/* Amethyst War Staff */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20654; + +/* Crystal Tipped Stiletto */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20657; + +/* Stonecutting Glaive */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20660; /* Deep Strike Bow */ -UPDATE item_template SET dmg_min1 = 58.0, dmg_max1 = 108.0 WHERE entry=20663; +UPDATE `item_template` SET `dmg_min1` = 58.0, `dmg_max1` = 108.0, `DisenchantID` = 49 WHERE entry=20663; + +/* Abyssal Leather Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20665; + +/* Hardened Steel Warhammer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20666; + +/* Abyssal Mail Legguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20668; + +/* Darkstone Claymore */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20669; + +/* Sparkling Crystal Wand */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20672; + +/* Abyssal Cloth Pants */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20674; + +/* Soulrender */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20675; + +/* Abyssal War Beads */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20695; + +/* Crystal Spiked Maul */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20696; + +/* Crystalline Threaded Cape */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20697; /* Elemental Attuned Blade */ -UPDATE item_template SET dmg_min1 = 58.6, dmg_max1 = 116.6 WHERE entry=20698; +UPDATE `item_template` SET `dmg_min1` = 58.6, `dmg_max1` = 116.6 WHERE entry=20698; + +/* Cenarion Reservist's Legplates */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20699; + +/* Cenarion Reservist's Legplates */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20700; + +/* Cenarion Reservist's Legguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20701; + +/* Cenarion Reservist's Legguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20702; + +/* Cenarion Reservist's Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20703; + +/* Cenarion Reservist's Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20704; + +/* Cenarion Reservist's Pants */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20705; + +/* Cenarion Reservist's Pants */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20706; + +/* Cenarion Reservist's Pants */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20707; + +/* Crystal Encrusted Greaves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20710; + +/* Crystal Lined Greaves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20711; + +/* Wastewalker's Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20712; + +/* Desertstalkers's Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20713; + +/* Sandstorm Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20714; + +/* Dunestalker's Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20715; + +/* Sandworm Skin Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20716; + +/* Desert Bloom Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=20717; /* Dark Whisper Blade */ -UPDATE item_template SET dmg_min1 = 39.6, dmg_max1 = 76.6 WHERE entry=20720; +UPDATE `item_template` SET `dmg_min1` = 39.6, `dmg_max1` = 76.6, `DisenchantID` = 49 WHERE entry=20720; + +/* Band of the Cultist */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=20721; /* Crystal Slugthrower */ -UPDATE item_template SET dmg_min1 = 65.0, dmg_max1 = 122.0 WHERE entry=20722; +UPDATE `item_template` SET `dmg_min1` = 65.0, `dmg_max1` = 122.0, `DisenchantID` = 49 WHERE entry=20722; + +/* Staff of Spell Penetration - Fire (TEST) */ +UPDATE `item_template` SET `spellid_1` = 25717, `spelltrigger_1` = 1 WHERE entry=21101; + +/* Staff of Spell Penetration - Frost (TEST) */ +UPDATE `item_template` SET `spellid_1` = 25718, `spelltrigger_1` = 1 WHERE entry=21102; /* Defiler's Talisman */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 4 WHERE entry=21115; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 4 WHERE entry=21115; /* Defiler's Talisman */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 4 WHERE entry=21116; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 4 WHERE entry=21116; /* Talisman of Arathor */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 4 WHERE entry=21117; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 4 WHERE entry=21117; /* Talisman of Arathor */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 4 WHERE entry=21118; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 4 WHERE entry=21118; /* Talisman of Arathor */ -UPDATE item_template SET RequiredReputationFaction = 509, RequiredReputationRank = 4 WHERE entry=21119; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 509, `RequiredReputationRank` = 4 WHERE entry=21119; /* Defiler's Talisman */ -UPDATE item_template SET RequiredReputationFaction = 510, RequiredReputationRank = 4 WHERE entry=21120; +UPDATE `item_template` SET `spelltrigger_2` = 0, `RequiredReputationFaction` = 510, `RequiredReputationRank` = 4 WHERE entry=21120; /* Death's Sting */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=21126; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_2` = 7574 WHERE entry=21126; /* Staff of the Qiraji Prophets */ -UPDATE item_template SET dmg_min1 = 129.4, dmg_max1 = 214.4 WHERE entry=21128; +UPDATE `item_template` SET `dmg_min1` = 129.4, `dmg_max1` = 214.4 WHERE entry=21128; + +/* Gloves of Earthen Power */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21178; + +/* Band of Earthen Wrath */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21179; + +/* Earthweave Cloak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21187; + +/* Might of Cenarius */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=21189; /* Signet Ring of the Bronze Dragonflight */ -UPDATE item_template SET stat_value1 = 18 WHERE entry=21201; +UPDATE `item_template` SET `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21201; /* Signet Ring of the Bronze Dragonflight */ -UPDATE item_template SET stat_value1 = 19 WHERE entry=21202; +UPDATE `item_template` SET `stat_value1` = 19, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21202; /* Signet Ring of the Bronze Dragonflight */ -UPDATE item_template SET stat_value1 = 21 WHERE entry=21203; +UPDATE `item_template` SET `stat_value1` = 21, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21203; /* Signet Ring of the Bronze Dragonflight */ -UPDATE item_template SET stat_value1 = 22 WHERE entry=21204; +UPDATE `item_template` SET `stat_value1` = 22, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21204; /* Signet Ring of the Bronze Dragonflight */ -UPDATE item_template SET stat_value1 = 24 WHERE entry=21205; +UPDATE `item_template` SET `stat_value1` = 24, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21205; /* Blessed Qiraji War Hammer */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 10 WHERE entry=21268; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 10, `spellid_1` = 24697 WHERE entry=21268; /* Blessed Qiraji Musket */ -UPDATE item_template SET dmg_min1 = 86.0, dmg_max1 = 160.0 WHERE entry=21272; +UPDATE `item_template` SET `dmg_min1` = 86.0, `dmg_max1` = 160.0 WHERE entry=21272; /* Stormshroud Gloves */ -UPDATE item_template SET ItemLevel = 62, stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0, RequiredLevel = 57 WHERE entry=21278; +UPDATE `item_template` SET `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; /* Striker's Footguards */ -UPDATE item_template SET stat_value1 = 31 WHERE entry=21365; +UPDATE `item_template` SET `stat_value1` = 31, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21365; /* Striker's Diadem */ -UPDATE item_template SET stat_value1 = 29 WHERE entry=21366; +UPDATE `item_template` SET `stat_value1` = 29, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=21366; /* Striker's Pauldrons */ -UPDATE item_template SET stat_value1 = 26 WHERE entry=21367; +UPDATE `item_template` SET `stat_value1` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21367; /* Striker's Leggings */ -UPDATE item_template SET stat_value1 = 36 WHERE entry=21368; +UPDATE `item_template` SET `stat_value1` = 36, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=21368; /* Striker's Hauberk */ -UPDATE item_template SET stat_value1 = 39 WHERE entry=21370; +UPDATE `item_template` SET `stat_value1` = 39, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=21370; /* Scythe of the Unseen Path */ -UPDATE item_template SET stat_value1 = 16 WHERE entry=21401; +UPDATE `item_template` SET `stat_value1` = 16, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21401; /* Signet of the Unseen Path */ -UPDATE item_template SET stat_value1 = 19 WHERE entry=21402; +UPDATE `item_template` SET `stat_value1` = 19, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=21402; /* Cloak of the Unseen Path */ -UPDATE item_template SET stat_value1 = 17 WHERE entry=21403; +UPDATE `item_template` SET `stat_value1` = 17, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=21403; /* Mace of Unending Life */ -UPDATE item_template SET dmg_min1 = 67.0, dmg_max1 = 149.0, stat_type1 = 4, stat_value1 = 9, stat_value2 = 7, stat_value3 = 11, stat_value4 = 10, stat_type5 = 0, stat_value5 = 0 WHERE entry=21407; +UPDATE `item_template` SET `dmg_min1` = 67.0, `dmg_max1` = 149.0, `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; /* Staff of the Ruins */ -UPDATE item_template SET dmg_min1 = 151.6, dmg_max1 = 246.6 WHERE entry=21452; +UPDATE `item_template` SET `dmg_min1` = 151.6, `dmg_max1` = 246.6 WHERE entry=21452; + +/* Southwind Helm */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21455; /* Crossbow of Imminent Doom */ -UPDATE item_template SET dmg_min1 = 103.0, dmg_max1 = 155.0 WHERE entry=21459; +UPDATE `item_template` SET `dmg_min1` = 103.0, `dmg_max1` = 155.0 WHERE entry=21459; /* Stinger of Ayamiss */ -UPDATE item_template SET dmg_min1 = 63.4, dmg_max1 = 136.4 WHERE entry=21466; +UPDATE `item_template` SET `dmg_min1` = 63.4, `dmg_max1` = 136.4 WHERE entry=21466; + +/* Mantle of Maz'Nadir */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21468; + +/* Gauntlets of Southwind */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21469; + +/* Cloak of the Savior */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21470; + +/* Eye of Moam */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21473; + +/* Chitinous Shoulderguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21474; + +/* Legplates of the Destroyer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21475; + +/* Obsidian Scaled Leggings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21476; + +/* Ring of Fury */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21477; /* Bow of Taut Sinew */ -UPDATE item_template SET dmg_min1 = 59.0, dmg_max1 = 111.0 WHERE entry=21478; +UPDATE `item_template` SET `dmg_min1` = 59.0, `dmg_max1` = 111.0 WHERE entry=21478; + +/* Scaled Silithid Gauntlets */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21480; + +/* Boots of the Desert Protector */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21481; + +/* Boots of the Fiery Sands */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21482; + +/* Ring of the Desert Winds */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21483; + +/* Helm of Regrowth */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21484; + +/* Fetish of Chitinous Spikes */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21488; + +/* Quicksand Waders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21489; + +/* Slime Kickers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21490; + +/* Scaled Bracers of the Gorger */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21491; + +/* Southwind's Grasp */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21494; + +/* Legplates of the Qiraji Command */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=21495; + +/* Bracers of Qiraji Command */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21496; + +/* Boots of the Qiraji General */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21497; + +/* Belt of the Inquisition */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21500; + +/* Toughened Silithid Hide Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21501; + +/* Sand Reaver Wristguards */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21502; + +/* Belt of the Sand Reaver */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21503; + +/* Dagger of Spell Penetration - Fire 150 Resist (TEST) */ +UPDATE `item_template` SET `spellid_1` = 26203, `spelltrigger_1` = 1 WHERE entry=21516; + +/* Gnomish Turban of Psychic Might */ +UPDATE `item_template` SET `spellid_2` = 26208 WHERE entry=21517; + +/* Dagger of Spell Penetration - Frost 150 Resist (TEST) */ +UPDATE `item_template` SET `spellid_1` = 26204, `spelltrigger_1` = 1 WHERE entry=21518; /* Runesword of the Red */ -UPDATE item_template SET dmg_min1 = 52.8, dmg_max1 = 128.8 WHERE entry=21521; +UPDATE `item_template` SET `dmg_min1` = 52.8, `dmg_max1` = 128.8 WHERE entry=21521; /* Fang of Korialstrasz */ -UPDATE item_template SET dmg_min1 = 43.2, dmg_max1 = 106.2 WHERE entry=21523; +UPDATE `item_template` SET `dmg_min1` = 43.2, `dmg_max1` = 106.2 WHERE entry=21523; + +/* Darkwater Robes */ +UPDATE `item_template` SET `spellid_1` = 17899 WHERE entry=21527; + +/* Don Rodrigo's Band */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=21563; + +/* Rune of Perfection */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=21565; + +/* Rune of Perfection */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=21566; + +/* Rune of Duty */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=21567; + +/* Rune of Duty */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=21568; + +/* Wristguards of Elemental Fury */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=21588; /* Bracers of the Fallen Son */ -UPDATE item_template SET stat_type1 = 5, stat_value1 = 15, stat_type2 = 7, stat_value2 = 10, stat_type3 = 0, stat_value3 = 0 WHERE entry=21594; +UPDATE `item_template` SET `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; /* Ring of the Godslayer */ -UPDATE item_template SET stat_value1 = 27 WHERE entry=21596; +UPDATE `item_template` SET `stat_value1` = 27, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=21596; /* Wormscale Stompers */ -UPDATE item_template SET stat_value2 = 12, stat_value3 = 12, stat_type4 = 0, stat_value4 = 0 WHERE entry=21612; +UPDATE `item_template` SET `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; /* Wormhide Boots */ -UPDATE item_template SET stat_type2 = 4, stat_value2 = 18, stat_type3 = 7, stat_value3 = 13 WHERE entry=21613; +UPDATE `item_template` SET `stat_type2` = 4, `stat_value2` = 18, `stat_type3` = 7, `stat_value3` = 13 WHERE entry=21613; /* Wormhide Protector */ -UPDATE item_template SET nature_res = 30, stat_value1 = 26, stat_type3 = 4, stat_value3 = 18 WHERE entry=21614; +UPDATE `item_template` SET `nature_res` = 30, `stat_value1` = 26, `stat_type3` = 4, `stat_value3` = 18 WHERE entry=21614; /* Huhuran's Stinger */ -UPDATE item_template SET dmg_min1 = 87.0, dmg_max1 = 163.0 WHERE entry=21616; +UPDATE `item_template` SET `dmg_min1` = 87.0, `dmg_max1` = 163.0 WHERE entry=21616; /* Sharpened Silithid Femur */ -UPDATE item_template SET dmg_min1 = 53.6, dmg_max1 = 136.6 WHERE entry=21622; +UPDATE `item_template` SET `dmg_min1` = 53.6, `dmg_max1` = 136.6 WHERE entry=21622; /* Barb of the Sand Reaver */ -UPDATE item_template SET stat_value1 = 41 WHERE entry=21635; +UPDATE `item_template` SET `stat_value1` = 41, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=21635; + +/* Leggings of the Festering Swarm */ +UPDATE `item_template` SET `spellid_1` = 26405 WHERE entry=21676; + +/* Mantle of Phrenic Power */ +UPDATE `item_template` SET `spellid_1` = 17871 WHERE entry=21686; /* Silithid Husked Launcher */ -UPDATE item_template SET dmg_min1 = 68.0, dmg_max1 = 128.0 WHERE entry=21800; +UPDATE `item_template` SET `dmg_min1` = 68.0, `dmg_max1` = 128.0 WHERE entry=21800; /* The Lost Kris of Zedd */ -UPDATE item_template SET dmg_min1 = 41.75, dmg_max1 = 82.75 WHERE entry=21802; +UPDATE `item_template` SET `dmg_min1` = 41.75, `dmg_max1` = 82.75 WHERE entry=21802; + +/* Gavel of Qiraji Authority */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21806; + +/* Fury of the Forgotten Swarm */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21809; + +/* Treads of the Wandering Nomad */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21810; /* Anubisath Warhammer */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=21837; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15760 WHERE entry=21837; /* Scepter of the False Prophet */ -UPDATE item_template SET dmg_min1 = 38.36, dmg_max1 = 111.36 WHERE entry=21839; +UPDATE `item_template` SET `dmg_min1` = 38.36, `dmg_max1` = 111.36 WHERE entry=21839; + +/* Gloves of the Fallen Prophet */ +UPDATE `item_template` SET `DisenchantID` = 0 WHERE entry=21890; + +/* Belt of Heroism */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21994; + +/* Bracers of Heroism */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=21996; /* Gauntlets of Heroism */ -UPDATE item_template SET ItemLevel = 55, stat_value1 = 18, stat_value2 = 12, stat_type3 = 0, stat_value3 = 0 WHERE entry=21998; +UPDATE `item_template` SET `ItemLevel` = 55, `stat_value1` = 18, `stat_value2` = 12, `stat_type3` = 0, `stat_value3` = 0, `spellid_1` = 7597 WHERE entry=21998; + +/* Spaulders of Heroism */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22001; + +/* Darkmantle Belt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22002; + +/* Darkmantle Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22004; /* Darkmantle Gloves */ -UPDATE item_template SET ItemLevel = 55, stat_value1 = 22, stat_value2 = 12, stat_value3 = 9 WHERE entry=22006; +UPDATE `item_template` SET `ItemLevel` = 55, `stat_value1` = 22, `stat_value2` = 12, `stat_value3` = 9 WHERE entry=22006; + +/* Darkmantle Spaulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22008; /* Beastmaster's Belt */ -UPDATE item_template SET stat_value1 = 16 WHERE entry=22010; +UPDATE `item_template` SET `stat_value1` = 16, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=22010; /* Beastmaster's Bindings */ -UPDATE item_template SET stat_value1 = 16 WHERE entry=22011; +UPDATE `item_template` SET `stat_value1` = 16, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=22011; /* Beastmaster's Cap */ -UPDATE item_template SET stat_value1 = 22 WHERE entry=22013; +UPDATE `item_template` SET `stat_value1` = 22, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22013; /* Beastmaster's Gloves */ -UPDATE item_template SET ItemLevel = 55, stat_value1 = 14, stat_value2 = 12, stat_value3 = 10, stat_type4 = 0, stat_value4 = 0 WHERE entry=22015; +UPDATE `item_template` SET `ItemLevel` = 55, `stat_value1` = 14, `stat_value2` = 12, `stat_value3` = 10, `stat_type4` = 0, `stat_value4` = 0, `spelltrigger_1` = 0 WHERE entry=22015; /* Beastmaster's Mantle */ -UPDATE item_template SET stat_value2 = 12 WHERE entry=22016; +UPDATE `item_template` SET `stat_value2` = 12, `DisenchantID` = 49, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=22016; /* Beastmaster's Pants */ -UPDATE item_template SET stat_value1 = 28 WHERE entry=22017; +UPDATE `item_template` SET `stat_value1` = 28, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=22017; /* Beastmaster's Tunic */ -UPDATE item_template SET stat_value1 = 25 WHERE entry=22060; +UPDATE `item_template` SET `stat_value1` = 25, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22060; /* Beastmaster's Boots */ -UPDATE item_template SET stat_value1 = 24 WHERE entry=22061; +UPDATE `item_template` SET `stat_value1` = 24, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22061; + +/* Sorcerer's Belt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22062; + +/* Sorcerer's Bindings */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22063; /* Sorcerer's Gloves */ -UPDATE item_template SET ItemLevel = 55, stat_value1 = 10, stat_value2 = 14, stat_value3 = 12, stat_type4 = 0, stat_value4 = 0, stat_type5 = 0, stat_value5 = 0 WHERE entry=22066; +UPDATE `item_template` SET `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; + +/* Sorcerer's Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22068; + +/* Deathmist Belt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22070; + +/* Deathmist Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22071; + +/* Deathmist Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22073; /* Deathmist Wraps */ -UPDATE item_template SET ItemLevel = 55, stat_value1 = 16, stat_value2 = 13, stat_type3 = 0, stat_value3 = 0, stat_type4 = 0, stat_value4 = 0 WHERE entry=22077; +UPDATE `item_template` SET `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; + +/* Virtuous Belt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22078; + +/* Virtuous Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22079; /* Virtuous Gloves */ -UPDATE item_template SET ItemLevel = 55, stat_value1 = 12, stat_value2 = 15, stat_value3 = 14, stat_type4 = 0, stat_value4 = 0 WHERE entry=22081; +UPDATE `item_template` SET `ItemLevel` = 55, `stat_value1` = 12, `stat_value2` = 15, `stat_value3` = 14, `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 9416 WHERE entry=22081; + +/* Virtuous Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22082; + +/* Soulforge Belt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22086; + +/* Soulforge Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22088; /* Soulforge Gauntlets */ -UPDATE item_template SET ItemLevel = 55, stat_value1 = 10, stat_value2 = 9, stat_value3 = 10, stat_type4 = 0, stat_value4 = 0, stat_type5 = 0, stat_value5 = 0 WHERE entry=22090; +UPDATE `item_template` SET `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; + +/* Soulforge Spaulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22093; + +/* Bindings of The Five Thunders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22095; + +/* Cord of The Five Thunders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22098; /* Gauntlets of The Five Thunders */ -UPDATE item_template SET ItemLevel = 55, stat_value1 = 9, stat_value2 = 14, stat_value3 = 12, stat_type4 = 0, stat_value4 = 0, stat_type5 = 0, stat_value5 = 0 WHERE entry=22099; +UPDATE `item_template` SET `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; + +/* Pauldrons of The Five Thunders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22101; + +/* Feralheart Belt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22106; + +/* Feralheart Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22108; /* Feralheart Gloves */ -UPDATE item_template SET ItemLevel = 55, stat_value1 = 10, stat_value2 = 12, stat_value3 = 9, stat_value4 = 10, stat_value5 = 10, stat_type6 = 0, stat_value6 = 0 WHERE entry=22110; +UPDATE `item_template` SET `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; + +/* Feralheart Spaulders */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22112; + +/* Beads of Ogre Mojo */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22149; + +/* Beads of Ogre Might */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22150; + +/* Thick Obsidian Breastplate */ +UPDATE `item_template` SET `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=22196; + +/* Wristguards of Renown */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22204; /* Sash of the Grand Hunt */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=22207; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `DisenchantID` = 49, `spellid_1` = 7570, `spellid_2` = 7582, `spellid_3` = 22811 WHERE entry=22207; /* Lavastone Hammer */ -UPDATE item_template SET stat_type2 = 5, stat_value2 = 12, stat_value3 = 10 WHERE entry=22208; +UPDATE `item_template` SET `stat_type2` = 5, `stat_value2` = 12, `stat_value3` = 10, `spellid_1` = 14799 WHERE entry=22208; /* Foreman's Head Protector */ -UPDATE item_template SET stat_type3 = 5, stat_value3 = 11 WHERE entry=22223; +UPDATE `item_template` SET `stat_type3` = 5, `stat_value3` = 11, `spellid_1` = 9342 WHERE entry=22223; + +/* Dragonskin Cowl */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22225; /* Frightmaw Hide */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=22230; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spelltrigger_1` = 0 WHERE entry=22230; + +/* Kayser's Boots of Precision */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22231; + +/* Marksman's Girdle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22232; /* Verek's Leash */ -UPDATE item_template SET stat_type1 = 4, stat_type4 = 3, stat_value4 = 8, stat_type5 = 6, stat_value5 = 7 WHERE entry=22242; +UPDATE `item_template` SET `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; + +/* Faith Healer's Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22247; + +/* Tome of the Lost */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22253; + +/* Mana Shaping Handwraps */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22256; + +/* Flarethorn */ +UPDATE `item_template` SET `spellid_1` = 9295 WHERE entry=22266; + +/* Spellweaver's Turban */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22267; + +/* Draconic Infused Emblem */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22268; + +/* Shadow Prowler's Cloak */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=22269; /* Entrenching Boots */ -UPDATE item_template SET stat_type2 = 3, stat_value2 = 5, stat_type3 = 5 WHERE entry=22270; +UPDATE `item_template` SET `stat_type2` = 3, `stat_value2` = 5, `stat_type3` = 5, `spellid_1` = 9397 WHERE entry=22270; /* Moonshadow Hood */ -UPDATE item_template SET stat_type1 = 5, stat_value1 = 15, stat_type2 = 0, stat_value2 = 0, stat_type3 = 0, stat_value3 = 0 WHERE entry=22273; +UPDATE `item_template` SET `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; + +/* Grizzled Pelt */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=22274; /* Lovely Red Dress */ -UPDATE item_template SET bonding = 1 WHERE entry=22276; +UPDATE `item_template` SET `bonding` = 1 WHERE entry=22276; /* Red Dinner Suit */ -UPDATE item_template SET bonding = 1 WHERE entry=22277; +UPDATE `item_template` SET `bonding` = 1 WHERE entry=22277; /* Lovely Blue Dress */ -UPDATE item_template SET bonding = 1 WHERE entry=22278; +UPDATE `item_template` SET `bonding` = 1 WHERE entry=22278; /* Lovely Purple Dress */ -UPDATE item_template SET bonding = 1 WHERE entry=22280; +UPDATE `item_template` SET `bonding` = 1 WHERE entry=22280; /* Blue Dinner Suit */ -UPDATE item_template SET bonding = 1 WHERE entry=22281; +UPDATE `item_template` SET `bonding` = 1 WHERE entry=22281; /* Purple Dinner Suit */ -UPDATE item_template SET bonding = 1 WHERE entry=22282; +UPDATE `item_template` SET `bonding` = 1 WHERE entry=22282; + +/* Ironweave Robe */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22301; + +/* Ironweave Cowl */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22302; + +/* Ironweave Pants */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22303; + +/* Ironweave Gloves */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22304; + +/* Ironweave Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22305; + +/* Ironweave Belt */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22306; + +/* Ironweave Boots */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22311; + +/* Ironweave Bracers */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22313; + +/* Huntsman's Harpoon */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22314; + +/* Hammer of Revitalization */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22315; + +/* Lefty's Brass Knuckle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22317; /* Malgen's Long Bow */ -UPDATE item_template SET dmg_min1 = 63.0, dmg_max1 = 118.0 WHERE entry=22318; +UPDATE `item_template` SET `dmg_min1` = 63.0, `dmg_max1` = 118.0, `DisenchantID` = 49 WHERE entry=22318; + +/* Tome of Divine Right */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22319; + +/* Heart of Wyrmthalak */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22321; + +/* The Jaw Breaker */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22322; + +/* Belt of the Trickster */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22325; + +/* Amalgam's Band */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22326; + +/* Amulet of the Redeemed */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22327; + +/* Legplates of Vigilance */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22328; + +/* Scepter of Interminable Focus */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22329; + +/* Shroud of Arcane Mastery */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22330; + +/* Band of the Steadfast Hero */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22331; + +/* Blade of Necromancy */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=22332; + +/* Hammer of Divine Might */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22333; + +/* Band of Mending */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22334; + +/* Lord Valthalak's Staff of Command */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22335; + +/* Draconian Aegis of the Legion */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22336; + +/* Shroud of Domination */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22337; + +/* Rune Band of Wizardry */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22339; + +/* Pendant of Celerity */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22340; + +/* Leggings of Torment */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 18014 WHERE entry=22342; + +/* Handguards of Savagery */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22343; + +/* Totem of Rebirth */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22345; /* Fahrad's Reloading Repeater */ -UPDATE item_template SET dmg_min1 = 85.0, dmg_max1 = 128.0 WHERE entry=22347; +UPDATE `item_template` SET `dmg_min1` = 85.0, `dmg_max1` = 128.0, `DisenchantID` = 49 WHERE entry=22347; + +/* Doomulus Prime */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22348; + +/* The Thunderwood Poker */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22377; + +/* Ravenholdt Slicer */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22378; /* Shivsprocket's Shiv */ -UPDATE item_template SET dmg_min1 = 42.05, dmg_max1 = 82.05 WHERE entry=22379; +UPDATE `item_template` SET `dmg_min1` = 42.05, `dmg_max1` = 82.05, `DisenchantID` = 49 WHERE entry=22379; /* Simone's Cultivating Hammer */ -UPDATE item_template SET dmg_min1 = 50.66, dmg_max1 = 97.66 WHERE entry=22380; +UPDATE `item_template` SET `dmg_min1` = 50.66, `dmg_max1` = 97.66, `DisenchantID` = 49 WHERE entry=22380; + +/* Staff of Metanoia */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22394; + +/* Totem of Rage */ +UPDATE `item_template` SET WHERE entry=22395; + +/* Totem of Life */ +UPDATE `item_template` SET WHERE entry=22396; + +/* Idol of Rejuvenation */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22398; + +/* Libram of Hope */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22401; + +/* Diana's Pearl Necklace */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22403; + +/* Willey's Back Scratcher */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22404; + +/* Mantle of the Scarlet Crusade */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22405; + +/* Redemption */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22406; + +/* Helm of the New Moon */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22407; + +/* Ritssyn's Wand of Bad Mojo */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22408; + +/* Tunic of the Crescent Moon */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22409; + +/* Gauntlets of Deftness */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22410; + +/* Helm of the Executioner */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22411; + +/* Thuzadin Mantle */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22412; + +/* Don Mauricio's Band of Domination */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22433; /* Cryptstalker Tunic */ -UPDATE item_template SET stat_value1 = 45 WHERE entry=22436; +UPDATE `item_template` SET `stat_value1` = 45, `spellid_4` = 0, `spelltrigger_4` = 0 WHERE entry=22436; /* Cryptstalker Legguards */ -UPDATE item_template SET stat_value1 = 42 WHERE entry=22437; +UPDATE `item_template` SET `stat_value1` = 42, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22437; /* Cryptstalker Headpiece */ -UPDATE item_template SET stat_value1 = 31 WHERE entry=22438; +UPDATE `item_template` SET `stat_value1` = 31, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22438; /* Cryptstalker Spaulders */ -UPDATE item_template SET stat_value1 = 29 WHERE entry=22439; +UPDATE `item_template` SET `stat_value1` = 29, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22439; /* Cryptstalker Boots */ -UPDATE item_template SET stat_value1 = 33 WHERE entry=22440; +UPDATE `item_template` SET `stat_value1` = 33, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22440; /* Cryptstalker Handguards */ -UPDATE item_template SET stat_value1 = 24 WHERE entry=22441; +UPDATE `item_template` SET `stat_value1` = 24, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22441; /* Cryptstalker Girdle */ -UPDATE item_template SET stat_value1 = 23 WHERE entry=22442; +UPDATE `item_template` SET `stat_value1` = 23, `spellid_4` = 0, `spelltrigger_4` = 0 WHERE entry=22442; /* Cryptstalker Wristguards */ -UPDATE item_template SET stat_value1 = 26 WHERE entry=22443; +UPDATE `item_template` SET `stat_value1` = 26, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22443; + +/* Boots of Ferocity */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=22472; + +/* Bonescythe Waistguard */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=22482; + +/* Bonescythe Bracers */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22483; + +/* Dreamwalker Headpiece */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22490; /* Atiesh, Greatstaff of the Guardian */ -UPDATE item_template SET dmg_min1 = 130.0, dmg_max1 = 243.0 WHERE entry=22632; +UPDATE `item_template` SET `spellid_5` = 0, `spelltrigger_5` = 0 WHERE entry=22589; + +/* Atiesh, Greatstaff of the Guardian */ +UPDATE `item_template` SET `spellid_5` = 0, `spelltrigger_5` = 0 WHERE entry=22630; + +/* Atiesh, Greatstaff of the Guardian */ +UPDATE `item_template` SET `spellid_4` = 0, `spelltrigger_4` = 0 WHERE entry=22631; + +/* Atiesh, Greatstaff of the Guardian */ +UPDATE `item_template` SET `dmg_min1` = 130.0, `dmg_max1` = 243.0, `spellid_3` = 28154, `spellid_5` = 0, `spelltrigger_5` = 0 WHERE entry=22632; /* The Purifier */ -UPDATE item_template SET dmg_min1 = 71.0, dmg_max1 = 132.0 WHERE entry=22656; +UPDATE `item_template` SET `dmg_min1` = 71.0, `dmg_max1` = 132.0 WHERE entry=22656; + +/* Bracers of Hope */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22667; + +/* Bracers of Subterfuge */ +UPDATE `item_template` SET `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE entry=22668; /* Outrider's Mail Leggings */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=22676; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE entry=22676; + +/* Band of Resolution */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22680; /* Verimonde's Last Resort */ -UPDATE item_template SET dmg_min1 = 39.48, dmg_max1 = 76.48 WHERE entry=22688; +UPDATE `item_template` SET `dmg_min1` = 39.48, `dmg_max1` = 76.48 WHERE entry=22688; + +/* Glacial Leggings */ +UPDATE `item_template` SET `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0 WHERE entry=22700; + +/* Ramaladni's Icy Grasp */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=22707; /* Zulian Scepter of Rites */ -UPDATE item_template SET dmg_min1 = 71.9, dmg_max1 = 142.9 WHERE entry=22713; +UPDATE `item_template` SET `dmg_min1` = 71.9, `dmg_max1` = 142.9 WHERE entry=22713; + +/* Band of Servitude */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22721; + +/* Seal of the Gurubashi Berserker */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22722; + +/* Outrider's Lizardhide Pants */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22741; + +/* Sentinel's Lizardhide Pants */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22750; + +/* Might of Menethil */ +UPDATE `item_template` SET `spellid_1` = 7598, `spelltrigger_1` = 1, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22798; /* Brimstone Staff */ -UPDATE item_template SET dmg_min1 = 140.0, dmg_max1 = 250.0 WHERE entry=22800; +UPDATE `item_template` SET `dmg_min1` = 140.0, `dmg_max1` = 250.0 WHERE entry=22800; /* Spire of Twilight */ -UPDATE item_template SET dmg_min1 = 140.0, dmg_max1 = 250.0 WHERE entry=22801; +UPDATE `item_template` SET `dmg_min1` = 140.0, `dmg_max1` = 250.0 WHERE entry=22801; + +/* Kingsfall */ +UPDATE `item_template` SET `spellid_1` = 7597, `spellid_2` = 15464, `spellid_3` = 0, `spelltrigger_3` = 0 WHERE entry=22802; /* Midnight Haze */ -UPDATE item_template SET dmg_min1 = 51.0, dmg_max1 = 97.0 WHERE entry=22803; +UPDATE `item_template` SET `dmg_min1` = 51.0, `dmg_max1` = 97.0, `spelltrigger_2` = 0 WHERE entry=22803; + +/* Widow's Remorse */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22806; /* Wraith Blade */ -UPDATE item_template SET dmg_min1 = 38.0, dmg_max1 = 109.0 WHERE entry=22807; +UPDATE `item_template` SET `dmg_min1` = 38.0, `dmg_max1` = 109.0 WHERE entry=22807; /* Toxin Injector */ -UPDATE item_template SET dmg_min1 = 68.0, dmg_max1 = 128.0 WHERE entry=22810; +UPDATE `item_template` SET `dmg_min1` = 68.0, `dmg_max1` = 128.0, `spelltrigger_2` = 0 WHERE entry=22810; /* Soulstring */ -UPDATE item_template SET dmg_min1 = 103.0, dmg_max1 = 192.0 WHERE entry=22811; +UPDATE `item_template` SET `dmg_min1` = 103.0, `dmg_max1` = 192.0 WHERE entry=22811; /* Nerubian Slavemaker */ -UPDATE item_template SET dmg_min1 = 128.0, dmg_max1 = 238.0 WHERE entry=22812; +UPDATE `item_template` SET `dmg_min1` = 128.0, `dmg_max1` = 238.0 WHERE entry=22812; + +/* Claymore of Unholy Might */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22813; + +/* The Plague Bearer */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22818; /* Blood Guard's Chain Greaves */ -UPDATE item_template SET stat_value2 = 20 WHERE entry=22843; +UPDATE `item_template` SET `stat_value2` = 20, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=22843; + +/* Blood Guard's Mail Greaves */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=22857; /* Blood Guard's Chain Vices */ -UPDATE item_template SET stat_value2 = 18 WHERE entry=22862; +UPDATE `item_template` SET `stat_value2` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22862; /* Legionnaire's Chain Hauberk */ -UPDATE item_template SET stat_value1 = 16 WHERE entry=22874; +UPDATE `item_template` SET `stat_value1` = 16, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=22874; /* Legionnaire's Chain Legguards */ -UPDATE item_template SET stat_value1 = 16 WHERE entry=22875; +UPDATE `item_template` SET `stat_value1` = 16, `spellid_2` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=22875; + +/* Legionnaire's Mail Hauberk */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=22876; + +/* Legionnaire's Satin Tunic */ +UPDATE `item_template` SET `spellid_2` = 21626 WHERE entry=22885; + +/* Legionnaire's Mail Legguards */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0 WHERE entry=22887; + +/* Gem of Nerubis */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=22937; /* The Widow's Embrace */ -UPDATE item_template SET dmg_min1 = 42.53, dmg_max1 = 115.53 WHERE entry=22942; +UPDATE `item_template` SET `dmg_min1` = 42.53, `dmg_max1` = 115.53, `spelltrigger_2` = 0 WHERE entry=22942; /* Kiss of the Spider */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=22954; +UPDATE `item_template` SET `stat_type1` = 0, `stat_value1` = 0, `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 7597, `spellid_2` = 15464 WHERE entry=22954; /* Band of Reanimation */ -UPDATE item_template SET stat_value1 = 34 WHERE entry=22961; +UPDATE `item_template` SET `stat_value1` = 34, `spellid_1` = 0, `spelltrigger_1` = 0, `spelltrigger_2` = 0 WHERE entry=22961; + +/* Gluth's Missing Collar */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=22981; /* The End of Dreams */ -UPDATE item_template SET dmg_min1 = 44.0, dmg_max1 = 120.0 WHERE entry=22988; +UPDATE `item_template` SET `dmg_min1` = 44.0, `dmg_max1` = 120.0, `spellid_2` = 28717 WHERE entry=22988; + +/* Wand of the Whispering Dead */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23009; + +/* Signet of the Fallen Defender */ +UPDATE `item_template` SET `spelltrigger_1` = 0 WHERE entry=23018; + +/* Sadist's Collar */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23023; + +/* Warmth of Forgiveness */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23027; + +/* Noth's Frigid Heart */ +UPDATE `item_template` SET `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23029; + +/* Glacial Headdress */ +UPDATE `item_template` SET `spellcooldown_3` = 0, `spellcategorycooldown_3` = 0 WHERE entry=23032; + +/* Preceptor's Hat */ +UPDATE `item_template` SET `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23035; /* The Eye of Nerub */ -UPDATE item_template SET stat_value1 = 45, stat_type3 = 0, stat_value3 = 0 WHERE entry=23039; +UPDATE `item_template` SET `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; + +/* Glyph of Deflection */ +UPDATE `item_template` SET `spellcooldown_2` = 0, `spellcategorycooldown_2` = 0, `spellcategorycooldown_3` = -1, `spellcategory_3` = 0 WHERE entry=23040; + +/* Slayer's Crest */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23041; + +/* Loatheb's Reflection */ +UPDATE `item_template` SET `spelltrigger_2` = 0, `spellcooldown_3` = 0 WHERE entry=23042; + +/* The Restrained Essence of Sapphiron */ +UPDATE `item_template` SET `spellcooldown_3` = 0 WHERE entry=23046; + +/* Eye of the Dead */ +UPDATE `item_template` SET `spellcategorycooldown_2` = -1, `spellcategory_2` = 0, `spelltrigger_3` = 0 WHERE entry=23047; + +/* Sapphiron's Right Eye */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23048; + +/* Stormrage's Talisman of Seething */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23053; + +/* Gressil, Dawn of Ruin */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23054; /* Hammer of the Twisting Nether */ -UPDATE item_template SET dmg_min1 = 36.0, dmg_max1 = 120.0 WHERE entry=23056; +UPDATE `item_template` SET `dmg_min1` = 36.0, `dmg_max1` = 120.0 WHERE entry=23056; + +/* Gem of Trapped Innocents */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23057; /* Life Channeling Necklace */ -UPDATE item_template SET stat_type1 = 0, stat_value1 = 0, stat_type2 = 0, stat_value2 = 0 WHERE entry=23058; +UPDATE `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; + +/* Bonescythe Ring */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23060; + +/* Ring of Faith */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23061; + +/* Plagueheart Ring */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23063; /* Ring of the Cryptstalker */ -UPDATE item_template SET stat_value1 = 30 WHERE entry=23067; +UPDATE `item_template` SET `stat_value1` = 30, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23067; + +/* Legplates of Carnage */ +UPDATE `item_template` SET `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23068; + +/* Necro-Knight's Garb */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23069; + +/* Fists of the Unrelenting */ +UPDATE `item_template` SET `DisenchantID` = 0, `spellid_1` = 7219 WHERE entry=23072; + +/* Gauntlets of Undead Slaying */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23078; + +/* Handwraps of Undead Slaying */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23081; + +/* Handguards of Undead Slaying */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=23082; + +/* Gloves of Undead Cleansing */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23084; + +/* Robe of Undead Cleansing */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23085; + +/* Breastplate of Undead Slaying */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23087; + +/* Chestguard of Undead Slaying */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=23088; + +/* Tunic of Undead Slaying */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23089; + +/* Bracers of Undead Slaying */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23090; + +/* Bracers of Undead Cleansing */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23091; + +/* Wristguards of Undead Slaying */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_2` = 0 WHERE entry=23092; + +/* Wristwraps of Undead Slaying */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23093; + +/* Staff of Balzaphon */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23124; + +/* Chains of the Lich */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23125; + +/* Waistband of Balzaphon */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9307 WHERE entry=23126; + +/* Cloak of Revanchion */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23127; + +/* The Shadow's Grasp */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 9327 WHERE entry=23128; + +/* Bracers of Mending */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23129; + +/* Lord Blackwood's Blade */ +UPDATE `item_template` SET `DisenchantID` = 49, `spelltrigger_1` = 0 WHERE entry=23132; + +/* Lord Blackwood's Buckler */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23139; + +/* Blackwood's Thigh */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23156; + +/* Lady Falther'ess' Finger */ +UPDATE `item_template` SET `spellid_1` = 7709 WHERE entry=23177; /* Tabard of the Scarlet Crusade */ -UPDATE item_template SET Quality = 1 WHERE entry=23192; +UPDATE `item_template` SET `Quality` = 1 WHERE entry=23192; + +/* Idol of the Moon */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23197; + +/* Idol of Brutality */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23198; + +/* Libram of Divinity */ +UPDATE `item_template` SET `DisenchantID` = 49 WHERE entry=23201; + +/* Libram of Fervor */ +UPDATE `item_template` SET `DisenchantID` = 49, `spellid_1` = 28852 WHERE entry=23203; + +/* Crystal Webbed Robe */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23220; + +/* Ring of the Eternal Flame */ +UPDATE `item_template` SET `spellid_1` = 17872 WHERE entry=23237; + +/* Stygian Buckler */ +UPDATE `item_template` SET `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23238; /* Champion's Chain Helm */ -UPDATE item_template SET stat_value1 = 18 WHERE entry=23251; +UPDATE `item_template` SET `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23251; /* Champion's Chain Shoulders */ -UPDATE item_template SET stat_value1 = 18 WHERE entry=23252; +UPDATE `item_template` SET `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23252; + +/* Champion's Dragonhide Headguard */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23253; /* Champion's Mail Headguard */ -UPDATE item_template SET stat_type4 = 0, stat_value4 = 0 WHERE entry=23259; +UPDATE `item_template` SET `stat_type4` = 0, `stat_value4` = 0, `spellid_1` = 7597, `spellid_2` = 18384 WHERE entry=23259; /* Knight-Lieutenant's Chain Greaves */ -UPDATE item_template SET stat_value2 = 20 WHERE entry=23278; +UPDATE `item_template` SET `stat_value2` = 20, `spellid_1` = 0, `spelltrigger_1` = 0 WHERE entry=23278; /* Knight-Lieutenant's Chain Vices */ -UPDATE item_template SET stat_value2 = 18 WHERE entry=23279; +UPDATE `item_template` SET `stat_value2` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23279; /* Knight-Captain's Chain Hauberk */ -UPDATE item_template SET stat_value1 = 16 WHERE entry=23292; +UPDATE `item_template` SET `stat_value1` = 16, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23292; /* Knight-Captain's Chain Legguards */ -UPDATE item_template SET stat_value1 = 16 WHERE entry=23293; +UPDATE `item_template` SET `stat_value1` = 16, `spellid_2` = 0, `spelltrigger_2` = 0, `spelltrigger_3` = 0 WHERE entry=23293; + +/* Knight-Captain's Satin Tunic */ +UPDATE `item_template` SET `spellid_2` = 21626 WHERE entry=23303; /* Lieutenant Commander's Chain Helm */ -UPDATE item_template SET stat_value1 = 18 WHERE entry=23306; +UPDATE `item_template` SET `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23306; /* Lieutenant Commander's Chain Shoulders */ -UPDATE item_template SET stat_value1 = 18 WHERE entry=23307; +UPDATE `item_template` SET `stat_value1` = 18, `spellid_2` = 0, `spelltrigger_2` = 0 WHERE entry=23307; + +/* Lieutenant Commander's Dragonhide Headguard */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23308; /* Grand Marshal's Mageblade */ -UPDATE item_template SET dmg_min1 = 59.0, dmg_max1 = 107.0 WHERE entry=23451; +UPDATE `item_template` SET `dmg_min1` = 59.0, `dmg_max1` = 107.0 WHERE entry=23451; /* Grand Marshal's Warhammer */ -UPDATE item_template SET dmg_min1 = 85.8, dmg_max1 = 154.8 WHERE entry=23454; +UPDATE `item_template` SET `dmg_min1` = 85.8, `dmg_max1` = 154.8 WHERE entry=23454; /* High Warlord's Battle Mace */ -UPDATE item_template SET dmg_min1 = 85.8, dmg_max1 = 154.8 WHERE entry=23464; +UPDATE `item_template` SET `dmg_min1` = 85.8, `dmg_max1` = 154.8 WHERE entry=23464; /* High Warlord's Spellblade */ -UPDATE item_template SET dmg_min1 = 59.0, dmg_max1 = 107.0 WHERE entry=23466; +UPDATE `item_template` SET `dmg_min1` = 59.0, `dmg_max1` = 107.0 WHERE entry=23466; /* Larvae of the Great Worm */ -UPDATE item_template SET dmg_min1 = 103.0, dmg_max1 = 192.0 WHERE entry=23557; +UPDATE `item_template` SET `dmg_min1` = 103.0, `dmg_max1` = 192.0 WHERE entry=23557; + +/* The Burrower's Shell */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23558; + +/* Jom Gabbar */ +UPDATE `item_template` SET `spelltrigger_2` = 0 WHERE entry=23570; /* The Hungering Cold */ -UPDATE item_template SET stat_type2 = 0, stat_value2 = 0 WHERE entry=23577; +UPDATE `item_template` SET `stat_type2` = 0, `stat_value2` = 0, `spellid_1` = 15763, `spelltrigger_2` = 0 WHERE entry=23577; + +/* Leggings of Elemental Fury */ +UPDATE `item_template` SET `spelltrigger_3` = 0 WHERE entry=23665; /* Tabard of Flame */ -UPDATE item_template SET Quality = 1 WHERE entry=23705; +UPDATE `item_template` SET `Quality` = 1 WHERE entry=23705; /* Tabard of Frost */ -UPDATE item_template SET Quality = 1 WHERE entry=23709; +UPDATE `item_template` SET `Quality` = 1 WHERE entry=23709; /* Perpetual Purple Firework */ -UPDATE item_template SET Quality = 1 WHERE entry=23714; +UPDATE `item_template` SET `Quality` = 1, `spellid_1` = 30161, `spellcharges_1` = 0, `spellcooldown_1` = 600000 WHERE entry=23714; /* Carved Ogre Idol */ -UPDATE item_template SET Quality = 1 WHERE entry=23716; +UPDATE `item_template` SET `Quality` = 1, `spellid_1` = 30167, `spellcharges_1` = 0, `spellcooldown_1` = 3600000 WHERE entry=23716; /* Bland Dagger */ -UPDATE item_template SET dmg_min1 = 82.0, dmg_max1 = 82.0 WHERE entry=24071; +UPDATE `item_template` SET `dmg_min1` = 82.0, `dmg_max1` = 82.0 WHERE entry=24071; + +/* QATest +1000 Spell Dmg Ring */ +UPDATE `item_template` SET `spellid_1` = 31750, `spelltrigger_1` = 1 WHERE entry=24358; + /* =========== NON-EQUIPMENT ITEMS ================ */ @@ -4020,30 +8674,12 @@ UPDATE item_template SET Quality = 1 WHERE entry=8923; /* Dust of Deterioration */ UPDATE item_template SET Quality = 1 WHERE entry=8924; -/* Philosopher's Stone */ -UPDATE item_template SET Quality = 1 WHERE entry=9149; - /* Mind-numbing Poison III */ UPDATE item_template SET Quality = 1 WHERE entry=9186; -/* Mallet of Zul'Farrak */ -UPDATE item_template SET Quality = 2 WHERE entry=9240; - /* Undamaged Hippogryph Feather */ UPDATE item_template SET Quality = 1 WHERE entry=10450; -/* Mithril Mechanical Dragonling */ -UPDATE item_template SET Quality = 1 WHERE entry=10576; - -/* Goblin Mortar */ -UPDATE item_template SET Quality = 1 WHERE entry=10577; - -/* Gnomish Shrink Ray */ -UPDATE item_template SET Quality = 1 WHERE entry=10716; - -/* Gnomish Net-o-Matic Projector */ -UPDATE item_template SET Quality = 1 WHERE entry=10720; - /* Goblin Engineer Membership Card */ UPDATE item_template SET Quality = 1 WHERE entry=10791; @@ -4062,6 +8698,9 @@ UPDATE item_template SET Quality = 3 WHERE entry=13335; /* Crystal of Zin-Malor */ UPDATE item_template SET Quality = 2 WHERE entry=13347; +/* Recipe: Transmute Water to Air */ +UPDATE item_template SET RequiredReputationRank = 0 WHERE entry=13485; + /* Zergling Leash */ UPDATE item_template SET Quality = 1 WHERE entry=13582; @@ -4086,9 +8725,6 @@ UPDATE item_template SET Quality = 4 WHERE entry=16339; /* Red Moro'gai Gem */ UPDATE item_template SET Quality = 2 WHERE entry=18153; -/* Sleeveless T-Shirt */ -UPDATE item_template SET Quality = 0 WHERE entry=18231; - /* Heated Ancient Blade */ UPDATE item_template SET Quality = 4 WHERE entry=18488; diff --git a/sql/world/base/restore_vanilla_elites.sql b/sql/world/base/restore_vanilla_elites.sql deleted file mode 100644 index 6cce5af..0000000 --- a/sql/world/base/restore_vanilla_elites.sql +++ /dev/null @@ -1,269 +0,0 @@ -/* Restore Elites to world that were nerfed in 2.3.0 */ -UPDATE `creature_template` SET `DamageModifier`=6.43, `HealthModifier`=3.00, `minlevel`=31, `maxlevel`=31, `rank`=1 WHERE `entry`=314; -UPDATE `creature_template` SET `DamageModifier`=4.78, `HealthModifier`=3.00, `minlevel`=27, `maxlevel`=27, `rank`=1 WHERE `entry`=397; -UPDATE `creature_template` SET `DamageModifier`=4.39, `HealthModifier`=3.00, `minlevel`=22, `maxlevel`=23, `rank`=1 WHERE `entry`=436; -UPDATE `creature_template` SET `DamageModifier`=3.22, `HealthModifier`=3.00, `minlevel`=15, `maxlevel`=16, `rank`=1 WHERE `entry`=594; -UPDATE `creature_template` SET `DamageModifier`=4.62, `HealthModifier`=3.00, `minlevel`=15, `maxlevel`=16, `rank`=1 WHERE `entry`=619; -UPDATE `creature_template` SET `DamageModifier`=2.85, `HealthModifier`=3.00, `minlevel`=17, `maxlevel`=18, `rank`=1 WHERE `entry`=623; -UPDATE `creature_template` SET `DamageModifier`=2.85, `HealthModifier`=3.00, `minlevel`=17, `maxlevel`=18, `rank`=1 WHERE `entry`=624; -UPDATE `creature_template` SET `DamageModifier`=2.85, `HealthModifier`=3.00, `minlevel`=17, `maxlevel`=18, `rank`=1 WHERE `entry`=625; -UPDATE `creature_template` SET `DamageModifier`=3.28, `HealthModifier`=3.00, `minlevel`=20, `maxlevel`=20, `rank`=1 WHERE `entry`=626; -UPDATE `creature_template` SET `DamageModifier`=2.69, `HealthModifier`=3.00, `minlevel`=43, `maxlevel`=44, `rank`=1 WHERE `entry`=678; -UPDATE `creature_template` SET `DamageModifier`=4.01, `HealthModifier`=3.00, `minlevel`=43, `maxlevel`=44, `rank`=1 WHERE `entry`=679; -UPDATE `creature_template` SET `DamageModifier`=2.64, `HealthModifier`=3.00, `minlevel`=45, `maxlevel`=45, `rank`=1 WHERE `entry`=680; -UPDATE `creature_template` SET `DamageModifier`=4.34, `HealthModifier`=3.00, `minlevel`=41, `maxlevel`=42, `rank`=1 WHERE `entry`=709; -UPDATE `creature_template` SET `DamageModifier`=5.38, `HealthModifier`=3.00, `minlevel`=43, `maxlevel`=44, `rank`=1 WHERE `entry`=710; -UPDATE `creature_template` SET `DamageModifier`=3.28, `HealthModifier`=3.00, `minlevel`=44, `maxlevel`=44, `rank`=2 WHERE `entry`=723; -UPDATE `creature_template` SET `DamageModifier`=4.14, `HealthModifier`=3.15, `minlevel`=40, `maxlevel`=40, `rank`=1 WHERE `entry`=728; -UPDATE `creature_template` SET `DamageModifier`=4.94, `HealthModifier`=3.10, `minlevel`=43, `maxlevel`=43, `rank`=1 WHERE `entry`=730; -UPDATE `creature_template` SET `DamageModifier`=4.11, `HealthModifier`=3.00, `minlevel`=40, `maxlevel`=40, `rank`=1 WHERE `entry`=813; -UPDATE `creature_template` SET `DamageModifier`=3.68, `HealthModifier`=3.00, `minlevel`=47, `maxlevel`=47, `rank`=1 WHERE `entry`=818; -UPDATE `creature_template` SET `DamageModifier`=3.94, `HealthModifier`=3.00, `minlevel`=35, `maxlevel`=36, `rank`=1 WHERE `entry`=871; -UPDATE `creature_template` SET `DamageModifier`=4.11, `HealthModifier`=3.00, `minlevel`=36, `maxlevel`=37, `rank`=1 WHERE `entry`=873; -UPDATE `creature_template` SET `DamageModifier`=4.11, `HealthModifier`=3.00, `minlevel`=37, `maxlevel`=37, `rank`=1 WHERE `entry`=875; -UPDATE `creature_template` SET `DamageModifier`=3.94, `HealthModifier`=3.00, `minlevel`=35, `maxlevel`=36, `rank`=1 WHERE `entry`=877; -UPDATE `creature_template` SET `DamageModifier`=3.94, `HealthModifier`=3.00, `minlevel`=35, `maxlevel`=36, `rank`=1 WHERE `entry`=879; -UPDATE `creature_template` SET `DamageModifier`=3.31, `HealthModifier`=3.00, `minlevel`=27, `maxlevel`=28, `rank`=1 WHERE `entry`=1051; -UPDATE `creature_template` SET `DamageModifier`=3.23, `HealthModifier`=3.00, `minlevel`=28, `maxlevel`=29, `rank`=1 WHERE `entry`=1052; -UPDATE `creature_template` SET `DamageModifier`=3.07, `HealthModifier`=3.00, `minlevel`=29, `maxlevel`=30, `rank`=1 WHERE `entry`=1053; -UPDATE `creature_template` SET `DamageModifier`=4.49, `HealthModifier`=3.00, `minlevel`=30, `maxlevel`=31, `rank`=1 WHERE `entry`=1054; -UPDATE `creature_template` SET `DamageModifier`=2.93, `HealthModifier`=3.00, `minlevel`=18, `maxlevel`=19, `rank`=1 WHERE `entry`=1178; -UPDATE `creature_template` SET `DamageModifier`=2.96, `HealthModifier`=3.00, `minlevel`=18, `maxlevel`=19, `rank`=1 WHERE `entry`=1179; -UPDATE `creature_template` SET `DamageModifier`=2.96, `HealthModifier`=3.00, `minlevel`=18, `maxlevel`=19, `rank`=1 WHERE `entry`=1181; -UPDATE `creature_template` SET `DamageModifier`=3.15, `HealthModifier`=3.00, `minlevel`=19, `maxlevel`=20, `rank`=1 WHERE `entry`=1183; -UPDATE `creature_template` SET `DamageModifier`=3.97, `HealthModifier`=3.00, `minlevel`=20, `maxlevel`=20, `rank`=1 WHERE `entry`=1225; -UPDATE `creature_template` SET `DamageModifier`=4.49, `HealthModifier`=5.00, `minlevel`=34, `maxlevel`=34, `rank`=1 WHERE `entry`=1364; -UPDATE `creature_template` SET `DamageModifier`=3.81, `HealthModifier`=7.00, `minlevel`=52, `maxlevel`=52, `rank`=1 WHERE `entry`=8400; -UPDATE `creature_template` SET `DamageModifier`=3.71, `HealthModifier`=3.00, `minlevel`=11, `maxlevel`=11, `rank`=1 WHERE `entry`=1388; -UPDATE `creature_template` SET `DamageModifier`=2.43, `HealthModifier`=5.00, `minlevel`=51, `maxlevel`=51, `rank`=1 WHERE `entry`=1559; -UPDATE `creature_template` SET `DamageModifier`=1.76, `HealthModifier`=3.00, `minlevel`=16, `maxlevel`=17, `rank`=1 WHERE `entry`=1725; -UPDATE `creature_template` SET `DamageModifier`=4.35, `HealthModifier`=3.00, `minlevel`=16, `maxlevel`=17, `rank`=1 WHERE `entry`=1726; -UPDATE `creature_template` SET `DamageModifier`=2.82, `HealthModifier`=3.00, `minlevel`=56, `maxlevel`=57, `rank`=1 WHERE `entry`=1788; -UPDATE `creature_template` SET `DamageModifier`=3.62, `HealthModifier`=3.00, `minlevel`=55, `maxlevel`=56, `rank`=1 WHERE `entry`=1827; -UPDATE `creature_template` SET `DamageModifier`=4.99, `HealthModifier`=3.00, `minlevel`=56, `maxlevel`=57, `rank`=1 WHERE `entry`=1832; -UPDATE `creature_template` SET `DamageModifier`=2.52, `HealthModifier`=3.00, `minlevel`=55, `maxlevel`=56, `rank`=1 WHERE `entry`=1834; -UPDATE `creature_template` SET `DamageModifier`=2.85, `HealthModifier`=3.00, `minlevel`=13, `maxlevel`=14, `rank`=1 WHERE `entry`=1891; -UPDATE `creature_template` SET `DamageModifier`=2.85, `HealthModifier`=3.00, `minlevel`=13, `maxlevel`=14, `rank`=1 WHERE `entry`=1892; -UPDATE `creature_template` SET `DamageModifier`=2.77, `HealthModifier`=3.00, `minlevel`=14, `maxlevel`=15, `rank`=1 WHERE `entry`=1893; -UPDATE `creature_template` SET `DamageModifier`=2.77, `HealthModifier`=3.00, `minlevel`=14, `maxlevel`=15, `rank`=1 WHERE `entry`=1894; -UPDATE `creature_template` SET `DamageModifier`=3.05, `HealthModifier`=3.00, `minlevel`=14, `maxlevel`=15, `rank`=1 WHERE `entry`=1895; -UPDATE `creature_template` SET `DamageModifier`=3.05, `HealthModifier`=3.00, `minlevel`=14, `maxlevel`=15, `rank`=1 WHERE `entry`=1896; -UPDATE `creature_template` SET `DamageModifier`=4.67, `HealthModifier`=3.00, `minlevel`=24, `maxlevel`=24, `rank`=1 WHERE `entry`=1947; -UPDATE `creature_template` SET `DamageModifier`=6.17, `HealthModifier`=3.38, `minlevel`=12, `maxlevel`=12, `rank`=1 WHERE `entry`=2060; -UPDATE `creature_template` SET `DamageModifier`=3.78, `HealthModifier`=3.00, `minlevel`=13, `maxlevel`=13, `rank`=1 WHERE `entry`=2061; -UPDATE `creature_template` SET `DamageModifier`=4.11, `HealthModifier`=3.00, `minlevel`=13, `maxlevel`=13, `rank`=1 WHERE `entry`=2062; -UPDATE `creature_template` SET `DamageModifier`=3.17, `HealthModifier`=3.00, `minlevel`=13, `maxlevel`=13, `rank`=1 WHERE `entry`=2063; -UPDATE `creature_template` SET `DamageModifier`=3.17, `HealthModifier`=3.00, `minlevel`=13, `maxlevel`=13, `rank`=1 WHERE `entry`=2064; -UPDATE `creature_template` SET `DamageModifier`=3.17, `HealthModifier`=3.00, `minlevel`=13, `maxlevel`=13, `rank`=1 WHERE `entry`=2065; -UPDATE `creature_template` SET `DamageModifier`=3.17, `HealthModifier`=3.00, `minlevel`=13, `maxlevel`=13, `rank`=1 WHERE `entry`=2066; -UPDATE `creature_template` SET `DamageModifier`=3.17, `HealthModifier`=3.00, `minlevel`=13, `maxlevel`=13, `rank`=1 WHERE `entry`=2067; -UPDATE `creature_template` SET `DamageModifier`=3.36, `HealthModifier`=3.00, `minlevel`=15, `maxlevel`=15, `rank`=1 WHERE `entry`=2068; -UPDATE `creature_template` SET `DamageModifier`=3.64, `HealthModifier`=3.00, `minlevel`=32, `maxlevel`=32, `rank`=1 WHERE `entry`=2091; -UPDATE `creature_template` SET `DamageModifier`=3.70, `HealthModifier`=3.00, `minlevel`=16, `maxlevel`=16, `rank`=1 WHERE `entry`=2106; -UPDATE `creature_template` SET `DamageModifier`=1.20, `HealthModifier`=3.00, `minlevel`=9, `maxlevel`=9, `rank`=1 WHERE `entry`=2166; -UPDATE `creature_template` SET `DamageModifier`=3.78, `HealthModifier`=3.00, `minlevel`=36, `maxlevel`=37, `rank`=1 WHERE `entry`=2254; -UPDATE `creature_template` SET `DamageModifier`=5.22, `HealthModifier`=3.00, `minlevel`=37, `maxlevel`=38, `rank`=1 WHERE `entry`=2255; -UPDATE `creature_template` SET `DamageModifier`=3.57, `HealthModifier`=3.00, `minlevel`=38, `maxlevel`=39, `rank`=1 WHERE `entry`=2256; -UPDATE `creature_template` SET `DamageModifier`=4.08, `HealthModifier`=3.00, `minlevel`=43, `maxlevel`=43, `rank`=1 WHERE `entry`=2257; -UPDATE `creature_template` SET `DamageModifier`=3.45, `HealthModifier`=3.00, `minlevel`=39, `maxlevel`=40, `rank`=1 WHERE `entry`=2287; -UPDATE `creature_template` SET `DamageModifier`=4.20, `HealthModifier`=3.00, `minlevel`=32, `maxlevel`=32, `rank`=1 WHERE `entry`=2304; -UPDATE `creature_template` SET `DamageModifier`=3.39, `HealthModifier`=3.00, `minlevel`=28, `maxlevel`=29, `rank`=1 WHERE `entry`=2344; -UPDATE `creature_template` SET `DamageModifier`=3.07, `HealthModifier`=3.00, `minlevel`=29, `maxlevel`=30, `rank`=1 WHERE `entry`=2345; -UPDATE `creature_template` SET `DamageModifier`=3.44, `HealthModifier`=3.00, `minlevel`=29, `maxlevel`=30, `rank`=1 WHERE `entry`=2346; -UPDATE `creature_template` SET `DamageModifier`=3.78, `HealthModifier`=3.00, `minlevel`=36, `maxlevel`=37, `rank`=1 WHERE `entry`=2416; -UPDATE `creature_template` SET `DamageModifier`=4.64, `HealthModifier`=5.00, `minlevel`=41, `maxlevel`=41, `rank`=1 WHERE `entry`=2420; -UPDATE `creature_template` SET `DamageModifier`=3.71, `HealthModifier`=3.00, `minlevel`=40, `maxlevel`=40, `rank`=1 WHERE `entry`=2421; -UPDATE `creature_template` SET `DamageModifier`=3.69, `HealthModifier`=3.00, `minlevel`=39, `maxlevel`=39, `rank`=1 WHERE `entry`=2422; -UPDATE `creature_template` SET `DamageModifier`=3.78, `HealthModifier`=3.00, `minlevel`=36, `maxlevel`=37, `rank`=1 WHERE `entry`=2558; -UPDATE `creature_template` SET `DamageModifier`=3.71, `HealthModifier`=3.00, `minlevel`=37, `maxlevel`=38, `rank`=1 WHERE `entry`=2569; -UPDATE `creature_template` SET `DamageModifier`=3.86, `HealthModifier`=3.00, `minlevel`=38, `maxlevel`=39, `rank`=1 WHERE `entry`=2570; -UPDATE `creature_template` SET `DamageModifier`=2.68, `HealthModifier`=3.00, `minlevel`=39, `maxlevel`=40, `rank`=1 WHERE `entry`=2571; -UPDATE `creature_template` SET `DamageModifier`=3.94, `HealthModifier`=3.00, `minlevel`=37, `maxlevel`=38, `rank`=1 WHERE `entry`=2583; -UPDATE `creature_template` SET `DamageModifier`=3.57, `HealthModifier`=3.00, `minlevel`=38, `maxlevel`=39, `rank`=1 WHERE `entry`=2584; -UPDATE `creature_template` SET `DamageModifier`=3.55, `HealthModifier`=3.00, `minlevel`=39, `maxlevel`=40, `rank`=1 WHERE `entry`=2585; -UPDATE `creature_template` SET `DamageModifier`=3.78, `HealthModifier`=3.00, `minlevel`=36, `maxlevel`=37, `rank`=1 WHERE `entry`=2588; -UPDATE `creature_template` SET `DamageModifier`=5.51, `HealthModifier`=3.00, `minlevel`=35, `maxlevel`=36, `rank`=1 WHERE `entry`=2590; -UPDATE `creature_template` SET `DamageModifier`=5.22, `HealthModifier`=3.00, `minlevel`=37, `maxlevel`=38, `rank`=1 WHERE `entry`=2591; -UPDATE `creature_template` SET `DamageModifier`=3.84, `HealthModifier`=7.00, `minlevel`=40, `maxlevel`=40, `rank`=1 WHERE `entry`=2597; -UPDATE `creature_template` SET `DamageModifier`=2.61, `HealthModifier`=3.00, `minlevel`=38, `maxlevel`=38, `rank`=1 WHERE `entry`=2599; -UPDATE `creature_template` SET `DamageModifier`=3.87, `HealthModifier`=3.00, `minlevel`=44, `maxlevel`=44, `rank`=1 WHERE `entry`=2607; -UPDATE `creature_template` SET `DamageModifier`=4.34, `HealthModifier`=3.00, `minlevel`=42, `maxlevel`=42, `rank`=1 WHERE `entry`=2611; -UPDATE `creature_template` SET `DamageModifier`=4.24, `HealthModifier`=3.00, `minlevel`=38, `maxlevel`=38, `rank`=1 WHERE `entry`=2612; -UPDATE `creature_template` SET `DamageModifier`=5.00, `HealthModifier`=3.00, `minlevel`=38, `maxlevel`=38, `rank`=1 WHERE `entry`=2635; -UPDATE `creature_template` SET `DamageModifier`=3.45, `HealthModifier`=3.00, `minlevel`=46, `maxlevel`=47, `rank`=1 WHERE `entry`=2641; -UPDATE `creature_template` SET `DamageModifier`=4.84, `HealthModifier`=3.00, `minlevel`=47, `maxlevel`=48, `rank`=1 WHERE `entry`=2642; -UPDATE `creature_template` SET `DamageModifier`=3.36, `HealthModifier`=3.00, `minlevel`=47, `maxlevel`=48, `rank`=1 WHERE `entry`=2643; -UPDATE `creature_template` SET `DamageModifier`=4.09, `HealthModifier`=3.00, `minlevel`=48, `maxlevel`=49, `rank`=1 WHERE `entry`=2644; -UPDATE `creature_template` SET `DamageModifier`=3.54, `HealthModifier`=3.00, `minlevel`=48, `maxlevel`=49, `rank`=1 WHERE `entry`=2645; -UPDATE `creature_template` SET `DamageModifier`=3.20, `HealthModifier`=3.00, `minlevel`=49, `maxlevel`=50, `rank`=1 WHERE `entry`=2646; -UPDATE `creature_template` SET `DamageModifier`=3.45, `HealthModifier`=3.75, `minlevel`=49, `maxlevel`=50, `rank`=1 WHERE `entry`=2647; -UPDATE `creature_template` SET `DamageModifier`=4.00, `HealthModifier`=3.00, `minlevel`=50, `maxlevel`=51, `rank`=1 WHERE `entry`=2648; -UPDATE `creature_template` SET `DamageModifier`=5.14, `HealthModifier`=3.00, `minlevel`=50, `maxlevel`=51, `rank`=1 WHERE `entry`=2681; -UPDATE `creature_template` SET `DamageModifier`=3.78, `HealthModifier`=3.00, `minlevel`=36, `maxlevel`=37, `rank`=1 WHERE `entry`=2738; -UPDATE `creature_template` SET `DamageModifier`=3.69, `HealthModifier`=5.00, `minlevel`=50, `maxlevel`=50, `rank`=1 WHERE `entry`=2757; -UPDATE `creature_template` SET `DamageModifier`=3.38, `HealthModifier`=6.00, `minlevel`=50, `maxlevel`=50, `rank`=1 WHERE `entry`=2759; -UPDATE `creature_template` SET `DamageModifier`=4.34, `HealthModifier`=3.00, `minlevel`=42, `maxlevel`=42, `rank`=1 WHERE `entry`=2763; -UPDATE `creature_template` SET `DamageModifier`=3.45, `HealthModifier`=3.25, `minlevel`=40, `maxlevel`=40, `rank`=1 WHERE `entry`=2773; -UPDATE `creature_template` SET `DamageModifier`=4.64, `HealthModifier`=3.00, `minlevel`=41, `maxlevel`=41, `rank`=1 WHERE `entry`=2780; -UPDATE `creature_template` SET `DamageModifier`=4.64, `HealthModifier`=3.00, `minlevel`=41, `maxlevel`=41, `rank`=1 WHERE `entry`=2781; -UPDATE `creature_template` SET `DamageModifier`=4.64, `HealthModifier`=3.00, `minlevel`=41, `maxlevel`=41, `rank`=1 WHERE `entry`=2782; -UPDATE `creature_template` SET `DamageModifier`=3.45, `HealthModifier`=3.00, `minlevel`=40, `maxlevel`=40, `rank`=1 WHERE `entry`=2783; -UPDATE `creature_template` SET `DamageModifier`=2.37, `HealthModifier`=3.00, `minlevel`=38, `maxlevel`=38, `rank`=1 WHERE `entry`=2794; -UPDATE `creature_template` SET `DamageModifier`=3.30, `HealthModifier`=3.00, `minlevel`=55, `maxlevel`=55, `rank`=1 WHERE `entry`=2835; -UPDATE `creature_template` SET `DamageModifier`=3.71, `HealthModifier`=3.00, `minlevel`=39, `maxlevel`=40, `rank`=1 WHERE `entry`=2892; -UPDATE `creature_template` SET `DamageModifier`=3.40, `HealthModifier`=3.00, `minlevel`=38, `maxlevel`=38, `rank`=1 WHERE `entry`=2932; -UPDATE `creature_template` SET `DamageModifier`=2.91, `HealthModifier`=3.00, `minlevel`=14, `maxlevel`=15, `rank`=1 WHERE `entry`=3528; -UPDATE `creature_template` SET `DamageModifier`=2.91, `HealthModifier`=3.00, `minlevel`=14, `maxlevel`=15, `rank`=1 WHERE `entry`=3529; -UPDATE `creature_template` SET `DamageModifier`=3.36, `HealthModifier`=3.00, `minlevel`=14, `maxlevel`=15, `rank`=1 WHERE `entry`=3530; -UPDATE `creature_template` SET `DamageModifier`=3.36, `HealthModifier`=3.00, `minlevel`=14, `maxlevel`=15, `rank`=1 WHERE `entry`=3531; -UPDATE `creature_template` SET `DamageModifier`=2.91, `HealthModifier`=3.00, `minlevel`=14, `maxlevel`=15, `rank`=1 WHERE `entry`=3532; -UPDATE `creature_template` SET `DamageModifier`=2.77, `HealthModifier`=3.00, `minlevel`=14, `maxlevel`=15, `rank`=1 WHERE `entry`=3533; -UPDATE `creature_template` SET `DamageModifier`=1.30, `HealthModifier`=3.00, `minlevel`=15, `maxlevel`=16, `rank`=1 WHERE `entry`=3632; -UPDATE `creature_template` SET `DamageModifier`=1.24, `HealthModifier`=3.00, `minlevel`=16, `maxlevel`=17, `rank`=1 WHERE `entry`=3633; -UPDATE `creature_template` SET `DamageModifier`=0.92, `HealthModifier`=3.00, `minlevel`=15, `maxlevel`=17, `rank`=1 WHERE `entry`=3634; -UPDATE `creature_template` SET `DamageModifier`=2.96, `HealthModifier`=3.00, `minlevel`=16, `maxlevel`=17, `rank`=1 WHERE `entry`=3638; -UPDATE `creature_template` SET `DamageModifier`=0.96, `HealthModifier`=3.00, `minlevel`=16, `maxlevel`=17, `rank`=1 WHERE `entry`=3641; -UPDATE `creature_template` SET `DamageModifier`=3.04, `HealthModifier`=3.00, `minlevel`=18, `maxlevel`=18, `rank`=1 WHERE `entry`=3655; -UPDATE `creature_template` SET `DamageModifier`=3.79, `HealthModifier`=3.00, `minlevel`=25, `maxlevel`=26, `rank`=1 WHERE `entry`=4050; -UPDATE `creature_template` SET `DamageModifier`=3.69, `HealthModifier`=3.00, `minlevel`=26, `maxlevel`=27, `rank`=1 WHERE `entry`=4052; -UPDATE `creature_template` SET `DamageModifier`=3.39, `HealthModifier`=3.00, `minlevel`=26, `maxlevel`=27, `rank`=1 WHERE `entry`=4056; -UPDATE `creature_template` SET `DamageModifier`=3.58, `HealthModifier`=3.00, `minlevel`=25, `maxlevel`=26, `rank`=1 WHERE `entry`=4061; -UPDATE `creature_template` SET `DamageModifier`=3.37, `HealthModifier`=3.00, `minlevel`=20, `maxlevel`=21, `rank`=1 WHERE `entry`=4064; -UPDATE `creature_template` SET `DamageModifier`=3.26, `HealthModifier`=3.00, `minlevel`=21, `maxlevel`=22, `rank`=1 WHERE `entry`=4065; -UPDATE `creature_template` SET `DamageModifier`=1.24, `HealthModifier`=3.00, `minlevel`=16, `maxlevel`=17, `rank`=1 WHERE `entry`=3631; -UPDATE `creature_template` SET `DamageModifier`=1.30, `HealthModifier`=3.00, `minlevel`=15, `maxlevel`=16, `rank`=1 WHERE `entry`=3630; -UPDATE `creature_template` SET `DamageModifier`=3.31, `HealthModifier`=3.00, `minlevel`=29, `maxlevel`=30, `rank`=1 WHERE `entry`=4280; -UPDATE `creature_template` SET `DamageModifier`=3.07, `HealthModifier`=3.00, `minlevel`=29, `maxlevel`=30, `rank`=1 WHERE `entry`=4281; -UPDATE `creature_template` SET `DamageModifier`=4.47, `HealthModifier`=3.00, `minlevel`=29, `maxlevel`=30, `rank`=1 WHERE `entry`=4282; -UPDATE `creature_template` SET `DamageModifier`=1.86, `HealthModifier`=3.00, `minlevel`=30, `maxlevel`=31, `rank`=1 WHERE `entry`=4283; -UPDATE `creature_template` SET `DamageModifier`=4.83, `HealthModifier`=3.00, `minlevel`=30, `maxlevel`=31, `rank`=1 WHERE `entry`=4284; -UPDATE `creature_template` SET `DamageModifier`=4.83, `HealthModifier`=3.00, `minlevel`=30, `maxlevel`=31, `rank`=1 WHERE `entry`=4285; -UPDATE `creature_template` SET `DamageModifier`=3.34, `HealthModifier`=3.00, `minlevel`=25, `maxlevel`=25, `rank`=1 WHERE `entry`=4409; -UPDATE `creature_template` SET `DamageModifier`=2.97, `HealthModifier`=3.00, `minlevel`=23, `maxlevel`=24, `rank`=1 WHERE `entry`=4462; -UPDATE `creature_template` SET `DamageModifier`=2.52, `HealthModifier`=3.00, `minlevel`=24, `maxlevel`=25, `rank`=1 WHERE `entry`=4464; -UPDATE `creature_template` SET `DamageModifier`=3.49, `HealthModifier`=3.00, `minlevel`=45, `maxlevel`=46, `rank`=1 WHERE `entry`=4465; -UPDATE `creature_template` SET `DamageModifier`=3.36, `HealthModifier`=3.00, `minlevel`=47, `maxlevel`=48, `rank`=1 WHERE `entry`=4468; -UPDATE `creature_template` SET `DamageModifier`=4.25, `HealthModifier`=3.00, `minlevel`=46, `maxlevel`=47, `rank`=1 WHERE `entry`=4469; -UPDATE `creature_template` SET `DamageModifier`=3.07, `HealthModifier`=3.00, `minlevel`=30, `maxlevel`=30, `rank`=1 WHERE `entry`=4499; -UPDATE `creature_template` SET `DamageModifier`=3.37, `HealthModifier`=3.00, `minlevel`=20, `maxlevel`=21, `rank`=1 WHERE `entry`=4788; -UPDATE `creature_template` SET `DamageModifier`=3.26, `HealthModifier`=3.00, `minlevel`=21, `maxlevel`=22, `rank`=1 WHERE `entry`=4789; -UPDATE `creature_template` SET `DamageModifier`=3.61, `HealthModifier`=3.00, `minlevel`=20, `maxlevel`=21, `rank`=1 WHERE `entry`=4802; -UPDATE `creature_template` SET `DamageModifier`=3.48, `HealthModifier`=3.00, `minlevel`=21, `maxlevel`=22, `rank`=1 WHERE `entry`=4803; -UPDATE `creature_template` SET `DamageModifier`=4.20, `HealthModifier`=2.67, `minlevel`=35, `maxlevel`=36, `rank`=1 WHERE `entry`=4844; -UPDATE `creature_template` SET `DamageModifier`=3.27, `HealthModifier`=3.00, `minlevel`=36, `maxlevel`=37, `rank`=1 WHERE `entry`=4845; -UPDATE `creature_template` SET `DamageModifier`=3.94, `HealthModifier`=3.00, `minlevel`=35, `maxlevel`=36, `rank`=1 WHERE `entry`=4846; -UPDATE `creature_template` SET `DamageModifier`=1.26, `HealthModifier`=3.00, `minlevel`=36, `maxlevel`=37, `rank`=1 WHERE `entry`=4851; -UPDATE `creature_template` SET `DamageModifier`=3.78, `HealthModifier`=3.00, `minlevel`=36, `maxlevel`=37, `rank`=1 WHERE `entry`=4856; -UPDATE `creature_template` SET `DamageModifier`=3.83, `HealthModifier`=3.00, `minlevel`=38, `maxlevel`=38, `rank`=1 WHERE `entry`=4872; -UPDATE `creature_template` SET `DamageModifier`=3.06, `HealthModifier`=3.00, `minlevel`=45, `maxlevel`=46, `rank`=1 WHERE `entry`=5224; -UPDATE `creature_template` SET `DamageModifier`=3.45, `HealthModifier`=3.00, `minlevel`=46, `maxlevel`=47, `rank`=1 WHERE `entry`=5225; -UPDATE `creature_template` SET `DamageModifier`=3.49, `HealthModifier`=3.00, `minlevel`=45, `maxlevel`=46, `rank`=1 WHERE `entry`=5235; -UPDATE `creature_template` SET `DamageModifier`=3.49, `HealthModifier`=3.00, `minlevel`=45, `maxlevel`=46, `rank`=1 WHERE `entry`=5243; -UPDATE `creature_template` SET `DamageModifier`=3.49, `HealthModifier`=3.00, `minlevel`=45, `maxlevel`=46, `rank`=1 WHERE `entry`=5261; -UPDATE `creature_template` SET `DamageModifier`=1.42, `HealthModifier`=3.00, `minlevel`=46, `maxlevel`=47, `rank`=1 WHERE `entry`=5263; -UPDATE `creature_template` SET `DamageModifier`=1.53, `HealthModifier`=3.00, `minlevel`=46, `maxlevel`=47, `rank`=1 WHERE `entry`=5269; -UPDATE `creature_template` SET `DamageModifier`=3.68, `HealthModifier`=3.00, `minlevel`=48, `maxlevel`=48, `rank`=1 WHERE `entry`=5401; -UPDATE `creature_template` SET `DamageModifier`=4.34, `HealthModifier`=3.00, `minlevel`=42, `maxlevel`=42, `rank`=1 WHERE `entry`=5402; -UPDATE `creature_template` SET `DamageModifier`=4.08, `HealthModifier`=3.00, `minlevel`=42, `maxlevel`=43, `rank`=1 WHERE `entry`=5645; -UPDATE `creature_template` SET `DamageModifier`=3.74, `HealthModifier`=3.00, `minlevel`=42, `maxlevel`=44, `rank`=1 WHERE `entry`=5646; -UPDATE `creature_template` SET `DamageModifier`=4.01, `HealthModifier`=2.62, `minlevel`=43, `maxlevel`=44, `rank`=1 WHERE `entry`=5647; -UPDATE `creature_template` SET `DamageModifier`=3.40, `HealthModifier`=3.00, `minlevel`=16, `maxlevel`=17, `rank`=1 WHERE `entry`=5780; -UPDATE `creature_template` SET `DamageModifier`=3.24, `HealthModifier`=3.00, `minlevel`=48, `maxlevel`=48, `rank`=1 WHERE `entry`=5833; -UPDATE `creature_template` SET `DamageModifier`=3.59, `HealthModifier`=3.00, `minlevel`=47, `maxlevel`=48, `rank`=1 WHERE `entry`=5860; -UPDATE `creature_template` SET `DamageModifier`=3.66, `HealthModifier`=3.00, `minlevel`=48, `maxlevel`=49, `rank`=1 WHERE `entry`=5861; -UPDATE `creature_template` SET `DamageModifier`=4.68, `HealthModifier`=3.00, `minlevel`=49, `maxlevel`=50, `rank`=1 WHERE `entry`=5862; -UPDATE `creature_template` SET `DamageModifier`=3.79, `HealthModifier`=3.00, `minlevel`=23, `maxlevel`=24, `rank`=1 WHERE `entry`=6132; -UPDATE `creature_template` SET `DamageModifier`=3.30, `HealthModifier`=5.00, `minlevel`=55, `maxlevel`=55, `rank`=1 WHERE `entry`=6140; -UPDATE `creature_template` SET `DamageModifier`=3.58, `HealthModifier`=3.00, `minlevel`=25, `maxlevel`=26, `rank`=1 WHERE `entry`=6208; -UPDATE `creature_template` SET `DamageModifier`=3.31, `HealthModifier`=3.00, `minlevel`=24, `maxlevel`=25, `rank`=1 WHERE `entry`=6210; -UPDATE `creature_template` SET `DamageModifier`=3.79, `HealthModifier`=2.76, `minlevel`=24, `maxlevel`=26, `rank`=1 WHERE `entry`=6213; -UPDATE `creature_template` SET `DamageModifier`=3.58, `HealthModifier`=6.00, `minlevel`=26, `maxlevel`=26, `rank`=1 WHERE `entry`=6231; -UPDATE `creature_template` SET `DamageModifier`=3.31, `HealthModifier`=3.00, `minlevel`=27, `maxlevel`=28, `rank`=1 WHERE `entry`=6523; -UPDATE `creature_template` SET `DamageModifier`=2.55, `HealthModifier`=2.00, `minlevel`=20, `maxlevel`=20, `rank`=1 WHERE `entry`=6669; -UPDATE `creature_template` SET `DamageModifier`=3.45, `HealthModifier`=3.00, `minlevel`=39, `maxlevel`=40, `rank`=1 WHERE `entry`=6733; -UPDATE `creature_template` SET `DamageModifier`=2.73, `HealthModifier`=3.00, `minlevel`=52, `maxlevel`=53, `rank`=1 WHERE `entry`=7040; -UPDATE `creature_template` SET `DamageModifier`=5.29, `HealthModifier`=3.00, `minlevel`=53, `maxlevel`=54, `rank`=1 WHERE `entry`=7041; -UPDATE `creature_template` SET `DamageModifier`=2.44, `HealthModifier`=3.00, `minlevel`=56, `maxlevel`=57, `rank`=1 WHERE `entry`=7042; -UPDATE `creature_template` SET `DamageModifier`=4.91, `HealthModifier`=3.00, `minlevel`=57, `maxlevel`=58, `rank`=1 WHERE `entry`=7043; -UPDATE `creature_template` SET `DamageModifier`=3.52, `HealthModifier`=3.00, `minlevel`=50, `maxlevel`=52, `rank`=1 WHERE `entry`=7044; -UPDATE `creature_template` SET `DamageModifier`=3.30, `HealthModifier`=3.00, `minlevel`=53, `maxlevel`=55, `rank`=1 WHERE `entry`=7045; -UPDATE `creature_template` SET `DamageModifier`=3.38, `HealthModifier`=3.00, `minlevel`=56, `maxlevel`=58, `rank`=1 WHERE `entry`=7046; -UPDATE `creature_template` SET `DamageModifier`=3.55, `HealthModifier`=4.00, `minlevel`=23, `maxlevel`=23, `rank`=1 WHERE `entry`=7053; -UPDATE `creature_template` SET `DamageModifier`=3.57, `HealthModifier`=3.00, `minlevel`=53, `maxlevel`=54, `rank`=1 WHERE `entry`=7135; -UPDATE `creature_template` SET `DamageModifier`=3.44, `HealthModifier`=3.00, `minlevel`=52, `maxlevel`=53, `rank`=1 WHERE `entry`=7136; -UPDATE `creature_template` SET `DamageModifier`=3.66, `HealthModifier`=4.00, `minlevel`=55, `maxlevel`=55, `rank`=1 WHERE `entry`=7728; -UPDATE `creature_template` SET `DamageModifier`=5.82, `HealthModifier`=2.00, `minlevel`=60, `maxlevel`=60, `rank`=1 WHERE `entry`=7734; -UPDATE `creature_template` SET `DamageModifier`=5.67, `HealthModifier`=1.50, `minlevel`=60, `maxlevel`=60, `rank`=1 WHERE `entry`=7735; -UPDATE `creature_template` SET `DamageModifier`=4.49, `HealthModifier`=2.69, `minlevel`=33, `maxlevel`=34, `rank`=1 WHERE `entry`=7872; -UPDATE `creature_template` SET `DamageModifier`=4.11, `HealthModifier`=3.00, `minlevel`=33, `maxlevel`=34, `rank`=1 WHERE `entry`=7873; -UPDATE `creature_template` SET `DamageModifier`=4.49, `HealthModifier`=2.69, `minlevel`=33, `maxlevel`=34, `rank`=1 WHERE `entry`=7874; -UPDATE `creature_template` SET `DamageModifier`=3.14, `HealthModifier`=3.25, `minlevel`=48, `maxlevel`=48, `rank`=1 WHERE `entry`=7977; -UPDATE `creature_template` SET `DamageModifier`=5.64, `HealthModifier`=5.00, `minlevel`=51, `maxlevel`=51, `rank`=1 WHERE `entry`=7995; -UPDATE `creature_template` SET `DamageModifier`=4.26, `HealthModifier`=5.00, `minlevel`=50, `maxlevel`=50, `rank`=1 WHERE `entry`=7996; -UPDATE `creature_template` SET `DamageModifier`=3.64, `HealthModifier`=3.00, `minlevel`=50, `maxlevel`=50, `rank`=1 WHERE `entry`=8075; -UPDATE `creature_template` SET `DamageModifier`=3.91, `HealthModifier`=5.00, `minlevel`=52, `maxlevel`=52, `rank`=1 WHERE `entry`=8391; -UPDATE `creature_template` SET `DamageModifier`=4.30, `HealthModifier`=3.00, `minlevel`=49, `maxlevel`=51, `rank`=1 WHERE `entry`=8419; -UPDATE `creature_template` SET `DamageModifier`=3.36, `HealthModifier`=3.00, `minlevel`=48, `maxlevel`=48, `rank`=1 WHERE `entry`=8447; -UPDATE `creature_template` SET `DamageModifier`=3.50, `HealthModifier`=3.00, `minlevel`=29, `maxlevel`=29, `rank`=1 WHERE `entry`=8518; -UPDATE `creature_template` SET `DamageModifier`=3.79, `HealthModifier`=5.00, `minlevel`=50, `maxlevel`=50, `rank`=1 WHERE `entry`=8636; -UPDATE `creature_template` SET `DamageModifier`=3.74, `HealthModifier`=3.00, `minlevel`=53, `maxlevel`=54, `rank`=1 WHERE `entry`=9043; -UPDATE `creature_template` SET `DamageModifier`=3.74, `HealthModifier`=3.00, `minlevel`=53, `maxlevel`=54, `rank`=1 WHERE `entry`=9044; -UPDATE `creature_template` SET `DamageModifier`=3.37, `HealthModifier`=3.00, `minlevel`=54, `maxlevel`=54, `rank`=1 WHERE `entry`=9461; -UPDATE `creature_template` SET `DamageModifier`=2.52, `HealthModifier`=3.00, `minlevel`=55, `maxlevel`=57, `rank`=1 WHERE `entry`=10608; -UPDATE `creature_template` SET `DamageModifier`=5.41, `HealthModifier`=4.50, `minlevel`=60, `maxlevel`=60, `rank`=1 WHERE `entry`=10737; -UPDATE `creature_template` SET `DamageModifier`=2.61, `HealthModifier`=3.00, `minlevel`=59, `maxlevel`=59, `rank`=1 WHERE `entry`=10738; -UPDATE `creature_template` SET `DamageModifier`=5.54, `HealthModifier`=4.50, `minlevel`=60, `maxlevel`=60, `rank`=1 WHERE `entry`=10741; -UPDATE `creature_template` SET `DamageModifier`=4.35, `HealthModifier`=5.00, `minlevel`=51, `maxlevel`=51, `rank`=1 WHERE `entry`=10802; -UPDATE `creature_template` SET `DamageModifier`=3.50, `HealthModifier`=4.50, `minlevel`=56, `maxlevel`=56, `rank`=1 WHERE `entry`=10806; -UPDATE `creature_template` SET `DamageModifier`=3.65, `HealthModifier`=4.00, `minlevel`=58, `maxlevel`=58, `rank`=1 WHERE `entry`=10807; -UPDATE `creature_template` SET `DamageModifier`=3.00, `HealthModifier`=3.00, `minlevel`=28, `maxlevel`=28, `rank`=1 WHERE `entry`=10882; -UPDATE `creature_template` SET `DamageModifier`=5.56, `HealthModifier`=3.00, `minlevel`=57, `maxlevel`=58, `rank`=1 WHERE `entry`=10953; -UPDATE `creature_template` SET `DamageModifier`=3.52, `HealthModifier`=3.00, `minlevel`=53, `maxlevel`=53, `rank`=1 WHERE `entry`=11141; -UPDATE `creature_template` SET `DamageModifier`=3.74, `HealthModifier`=3.00, `minlevel`=53, `maxlevel`=54, `rank`=1 WHERE `entry`=11440; -UPDATE `creature_template` SET `DamageModifier`=0.75, `HealthModifier`=3.00, `minlevel`=53, `maxlevel`=54, `rank`=1 WHERE `entry`=11442; -UPDATE `creature_template` SET `DamageModifier`=4.14, `HealthModifier`=3.00, `minlevel`=52, `maxlevel`=53, `rank`=1 WHERE `entry`=11443; -UPDATE `creature_template` SET `DamageModifier`=3.58, `HealthModifier`=3.00, `minlevel`=57, `maxlevel`=58, `rank`=1 WHERE `entry`=11698; -UPDATE `creature_template` SET `DamageModifier`=3.65, `HealthModifier`=3.00, `minlevel`=57, `maxlevel`=58, `rank`=1 WHERE `entry`=11721; -UPDATE `creature_template` SET `DamageModifier`=3.68, `HealthModifier`=3.00, `minlevel`=58, `maxlevel`=59, `rank`=1 WHERE `entry`=11722; -UPDATE `creature_template` SET `DamageModifier`=3.57, `HealthModifier`=2.85, `minlevel`=58, `maxlevel`=59, `rank`=1 WHERE `entry`=11723; -UPDATE `creature_template` SET `DamageModifier`=3.58, `HealthModifier`=3.00, `minlevel`=57, `maxlevel`=58, `rank`=1 WHERE `entry`=11724; -UPDATE `creature_template` SET `DamageModifier`=3.68, `HealthModifier`=3.00, `minlevel`=58, `maxlevel`=59, `rank`=1 WHERE `entry`=11725; -UPDATE `creature_template` SET `DamageModifier`=3.57, `HealthModifier`=3.00, `minlevel`=58, `maxlevel`=59, `rank`=1 WHERE `entry`=11726; -UPDATE `creature_template` SET `DamageModifier`=5.54, `HealthModifier`=3.00, `minlevel`=59, `maxlevel`=60, `rank`=1 WHERE `entry`=11728; -UPDATE `creature_template` SET `DamageModifier`=5.54, `HealthModifier`=3.00, `minlevel`=59, `maxlevel`=60, `rank`=1 WHERE `entry`=11729; -UPDATE `creature_template` SET `DamageModifier`=5.28, `HealthModifier`=2.85, `minlevel`=59, `maxlevel`=60, `rank`=1 WHERE `entry`=11730; -UPDATE `creature_template` SET `DamageModifier`=5.28, `HealthModifier`=3.00, `minlevel`=59, `maxlevel`=60, `rank`=1 WHERE `entry`=11731; -UPDATE `creature_template` SET `DamageModifier`=5.43, `HealthModifier`=3.00, `minlevel`=59, `maxlevel`=60, `rank`=1 WHERE `entry`=11732; -UPDATE `creature_template` SET `DamageModifier`=5.43, `HealthModifier`=3.00, `minlevel`=59, `maxlevel`=60, `rank`=1 WHERE `entry`=11733; -UPDATE `creature_template` SET `DamageModifier`=3.62, `HealthModifier`=4.00, `minlevel`=59, `maxlevel`=61, `rank`=1 WHERE `entry`=11734; -UPDATE `creature_template` SET `DamageModifier`=3.95, `HealthModifier`=3.00, `minlevel`=40, `maxlevel`=41, `rank`=1 WHERE `entry`=11777; -UPDATE `creature_template` SET `DamageModifier`=3.69, `HealthModifier`=3.00, `minlevel`=41, `maxlevel`=42, `rank`=1 WHERE `entry`=11778; -UPDATE `creature_template` SET `DamageModifier`=3.95, `HealthModifier`=3.00, `minlevel`=40, `maxlevel`=41, `rank`=1 WHERE `entry`=11781; -UPDATE `creature_template` SET `DamageModifier`=3.47, `HealthModifier`=3.00, `minlevel`=42, `maxlevel`=43, `rank`=1 WHERE `entry`=11782; -UPDATE `creature_template` SET `DamageModifier`=2.28, `HealthModifier`=3.00, `minlevel`=40, `maxlevel`=41, `rank`=1 WHERE `entry`=11785; -UPDATE `creature_template` SET `DamageModifier`=2.48, `HealthModifier`=3.00, `minlevel`=41, `maxlevel`=42, `rank`=1 WHERE `entry`=11786; -UPDATE `creature_template` SET `DamageModifier`=3.59, `HealthModifier`=3.00, `minlevel`=40, `maxlevel`=41, `rank`=1 WHERE `entry`=11787; -UPDATE `creature_template` SET `DamageModifier`=3.56, `HealthModifier`=3.00, `minlevel`=41, `maxlevel`=42, `rank`=1 WHERE `entry`=11788; -UPDATE `creature_template` SET `DamageModifier`=5.57, `HealthModifier`=15.00, `minlevel`=61, `maxlevel`=61, `rank`=1 WHERE `entry`=11896; -UPDATE `creature_template` SET `DamageModifier`=5.13, `HealthModifier`=6.00, `minlevel`=60, `maxlevel`=60, `rank`=1 WHERE `entry`=11897; -UPDATE `creature_template` SET `DamageModifier`=2.55, `HealthModifier`=3.00, `minlevel`=20, `maxlevel`=20, `rank`=1 WHERE `entry`=11920; -UPDATE `creature_template` SET `DamageModifier`=1.50, `HealthModifier`=3.00, `minlevel`=21, `maxlevel`=21, `rank`=1 WHERE `entry`=11921; -UPDATE `creature_template` SET `DamageModifier`=3.58, `HealthModifier`=6.00, `minlevel`=58, `maxlevel`=58, `rank`=1 WHERE `entry`=12262; -UPDATE `creature_template` SET `DamageModifier`=3.38, `HealthModifier`=6.00, `minlevel`=58, `maxlevel`=58, `rank`=1 WHERE `entry`=12263; -UPDATE `creature_template` SET `DamageModifier`=3.58, `HealthModifier`=3.00, `minlevel`=26, `maxlevel`=26, `rank`=1 WHERE `entry`=12579; -UPDATE `creature_template` SET `DamageModifier`=1.80, `HealthModifier`=3.00, `minlevel`=19, `maxlevel`=20, `rank`=1 WHERE `entry`=1180; -UPDATE `creature_template` SET `DamageModifier`=3.02, `HealthModifier`=3.00, `minlevel`=36, `maxlevel`=36, `rank`=1 WHERE `entry`=12865; -UPDATE `creature_template` SET `DamageModifier`=3.06, `HealthModifier`=3.00, `minlevel`=50, `maxlevel`=52, `rank`=1 WHERE `entry`=14388; -UPDATE `creature_template` SET `DamageModifier`=2.20, `HealthModifier`=6.00, `minlevel`=55, `maxlevel`=55, `rank`=1 WHERE `entry`=14467; -UPDATE `creature_template` SET `DamageModifier`=3.32, `HealthModifier`=8.00, `minlevel`=50, `maxlevel`=50, `rank`=1 WHERE `entry`=14621; -UPDATE `creature_template` SET `DamageModifier`=2.02, `HealthModifier`=3.37, `minlevel`=60, `maxlevel`=60, `rank`=1 WHERE `entry`=15211; -UPDATE `creature_template` SET `DamageModifier`=1.98, `HealthModifier`=2.70, `minlevel`=60, `maxlevel`=60, `rank`=1 WHERE `entry`=15209; -UPDATE `creature_template` SET `DamageModifier`=2.59, `HealthModifier`=10.00, `minlevel`=61, `maxlevel`=62, `rank`=1 WHERE `entry`=15215; -UPDATE `creature_template` SET `DamageModifier`=10.17, `HealthModifier`=45.00, `minlevel`=62, `maxlevel`=62, `rank`=1 WHERE `entry`=15286; -UPDATE `creature_template` SET `DamageModifier`=10.17, `HealthModifier`=30.00, `minlevel`=62, `maxlevel`=62, `rank`=1 WHERE `entry`=15288; -UPDATE `creature_template` SET `DamageModifier`=10.17, `HealthModifier`=30.00, `minlevel`=62, `maxlevel`=62, `rank`=1 WHERE `entry`=15290; -UPDATE `creature_template` SET `DamageModifier`=1.02, `HealthModifier`=3.00, `minlevel`=39, `maxlevel`=40, `rank`=1 WHERE `entry`=4394; -UPDATE `creature_template` SET `DamageModifier`=0.00, `HealthModifier`=0.00, `minlevel`=60, `maxlevel`=60, `rank`=3 WHERE `entry`=20100; -UPDATE `creature_template` SET `DamageModifier`=0.00, `HealthModifier`=0.00, `minlevel`=60, `maxlevel`=60, `rank`=3 WHERE `entry`=20101; -UPDATE `creature_template` SET `DamageModifier`=3.09, `HealthModifier`=2.70, `minlevel`=60, `maxlevel`=60, `rank`=1 WHERE `entry`=15212; -UPDATE `creature_template` SET `DamageModifier`=3.09, `HealthModifier`=2.70, `minlevel`=60, `maxlevel`=60, `rank`=1 WHERE `entry`=15307; diff --git a/sql/world/base/vanilla_creature_misc_values.sql b/sql/world/base/vanilla_creature_misc_values.sql deleted file mode 100644 index 0eb4284..0000000 --- a/sql/world/base/vanilla_creature_misc_values.sql +++ /dev/null @@ -1,9135 +0,0 @@ -/* Kobold Vermin */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 4 WHERE `entry`=6; - -/* Stormwind City Guard */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 690 WHERE `entry`=68; - -/* Timber Wolf */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 10.0 WHERE `entry`=69; - -/* Infernal */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry`=89; - -/* Garrick Padfoot */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 3, `maxgold` = 9 WHERE `entry`=103; - -/* Defias Pathstalker */ -UPDATE `creature_template` SET `minlevel` = 15 WHERE `entry`=121; - -/* Riverpaw Mongrel */ -UPDATE `creature_template` SET `minlevel` = 13 WHERE `entry`=123; - -/* Riverpaw Overseer */ -UPDATE `creature_template` SET `maxlevel` = 19 WHERE `entry`=125; - -/* Angry Programmer Tweedle Dee */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=128; - -/* Nightbane Vile Fang */ -UPDATE `creature_template` SET `minlevel` = 29 WHERE `entry`=206; - -/* Dan Golthas */ -UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry`=223; - -/* Mabel Solaj */ -UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=227; - -/* Young Wolf */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 10.0 WHERE `entry`=299; - -/* Eliza */ -UPDATE `creature_template` SET `mingold` = 75, `maxgold` = 374 WHERE `entry`=314; - -/* Earth Elemental */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1490, `RangeAttackTime` = 1639 WHERE `entry`=329; - -/* Slime */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=364; - -/* Horse */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=385; - -/* Stitches */ -UPDATE `creature_template` SET `mingold` = 192, `maxgold` = 1265 WHERE `entry`=412; - -/* Felhunter */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=417; - -/* Redridge Alpha */ -UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22 WHERE `entry`=445; - -/* Redridge Basher */ -UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 20 WHERE `entry`=446; - -/* Defias Renegade Mage */ -UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 48 WHERE `entry`=450; - -/* Murloc Minor Oracle */ -UPDATE `creature_template` SET `minlevel` = 12 WHERE `entry`=456; - -/* Alamar Grimm */ -UPDATE `creature_template` SET `BaseAttackTime` = 1960, `RangeAttackTime` = 2156 WHERE `entry`=460; - -/* General Marcus Jonathan */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 1, `maxgold` = 873 WHERE `entry`=466; - -/* The Defias Traitor */ -UPDATE `creature_template` SET `speed_run` = 0.892857 WHERE `entry`=467; - -/* Blackrock Outrunner */ -UPDATE `creature_template` SET `BaseAttackTime` = 2000 WHERE `entry`=485; - -/* Yowler */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry`=518; - -/* Lupos */ -UPDATE `creature_template` SET `dmgschool` = 5 WHERE `entry`=521; - -/* Mor'Ladim */ -UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35 WHERE `entry`=522; - -/* Thor */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=523; - -/* Fire Elemental */ -UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36 WHERE `entry`=575; - -/* Shadowhide Assassin */ -UPDATE `creature_template` SET `minlevel` = 23 WHERE `entry`=579; - -/* Old Blanchy */ - - -/* Defias Ambusher */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `unit_class` = 1, `mingold` = 2, `maxgold` = 11 WHERE `entry`=583; - -/* Brainwashed Noble */ -UPDATE `creature_template` SET `rank` = 2 WHERE `entry`=596; - -/* Marisa du'Paige */ -UPDATE `creature_template` SET `rank` = 2 WHERE `entry`=599; - -/* Grimtooth */ -UPDATE `creature_template` SET `mingold` = 124, `maxgold` = 621 WHERE `entry`=603; - -/* Blackrock Tracker */ -UPDATE `creature_template` SET `maxlevel` = 24 WHERE `entry`=615; - -/* Chicken */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=620; - -/* pnagle's test dude */ - - -/* Edwin VanCleef */ -UPDATE `creature_template` SET `rank` = 2 WHERE `entry`=639; - -/* Sneed */ -UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 144 WHERE `entry`=643; - -/* El Pollo Grande */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry`=659; - -/* Mosh'Ogg Mauler */ -UPDATE `creature_template` SET `mingold` = 295 WHERE `entry`=678; - -/* Mosh'Ogg Shaman */ -UPDATE `creature_template` SET `mingold` = 257, `maxgold` = 832 WHERE `entry`=679; - -/* Mosh'Ogg Lord */ -UPDATE `creature_template` SET `mingold` = 307 WHERE `entry`=680; - -/* Lesser Water Elemental */ -UPDATE `creature_template` SET `dmgschool` = 4, `unit_class` = 1 WHERE `entry`=691; - -/* Frostmane Troll Whelp */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `BaseAttackTime` = 1970, `RangeAttackTime` = 2167 WHERE `entry`=706; - -/* Rockjaw Trogg */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 4 WHERE `entry`=707; - -/* Mosh'Ogg Warmonger */ -UPDATE `creature_template` SET `mingold` = 275 WHERE `entry`=709; - -/* Mosh'Ogg Spellcrafter */ -UPDATE `creature_template` SET `mingold` = 232, `maxgold` = 1098 WHERE `entry`=710; - -/* Talin Keeneye */ -UPDATE `creature_template` SET `BaseAttackTime` = 1960, `RangeAttackTime` = 2156 WHERE `entry`=714; - -/* Rabbit */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=721; - -/* Mosh'Ogg Butcher */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `BaseAttackTime` = 1291, `RangeAttackTime` = 1420, `mingold` = 91, `maxgold` = 455 WHERE `entry`=723; - -/* Green Wyrmkin */ -UPDATE `creature_template` SET `maxlevel` = 42 WHERE `entry`=742; - -/* Green Scalebane */ -UPDATE `creature_template` SET `maxlevel` = 43 WHERE `entry`=744; - -/* Marsh Oracle */ -UPDATE `creature_template` SET `minlevel` = 44 WHERE `entry`=752; - -/* Lost One Chieftain */ -UPDATE `creature_template` SET `BaseAttackTime` = 1325, `RangeAttackTime` = 1457 WHERE `entry`=763; - -/* Shadow Panther */ -UPDATE `creature_template` SET `maxlevel` = 40 WHERE `entry`=768; - -/* Kurzen's Agent */ -UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 176 WHERE `entry`=775; - -/* Grelin Whitebeard */ -UPDATE `creature_template` SET `BaseAttackTime` = 1960, `RangeAttackTime` = 2156 WHERE `entry`=786; - -/* Karen Taylor */ -UPDATE `creature_template` SET `subname` = 'Mining and Smithing Supplies' WHERE `entry`=790; - -/* Grik'nir the Cold */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `BaseAttackTime` = 1960, `RangeAttackTime` = 2156, `mingold` = 3, `maxgold` = 9 WHERE `entry`=808; - -/* Bookie Herod */ -UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 145 WHERE `entry`=815; - -/* Mai'Zoth */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 281 WHERE `entry`=818; - -/* Dust Devil */ -UPDATE `creature_template` SET `dmgschool` = 3 WHERE `entry`=832; - -/* Durnan Furcutter */ -UPDATE `creature_template` SET `BaseAttackTime` = 1960, `RangeAttackTime` = 2156 WHERE `entry`=836; - -/* Branstock Khalder */ -UPDATE `creature_template` SET `BaseAttackTime` = 1960, `RangeAttackTime` = 2156 WHERE `entry`=837; - -/* Rotten Ghoul */ -UPDATE `creature_template` SET `detection_range` = 18.0, `mingold` = 4, `maxgold` = 21 WHERE `entry`=846; - -/* Feral Spirit */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=852; - -/* Coldridge Mountaineer */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 689 WHERE `entry`=853; - -/* Stonard Grunt */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 2146, `maxgold` = 2146 WHERE `entry`=866; - -/* Deer */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=883; - -/* Fawn */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=890; - -/* Flora Silverwind */ -UPDATE `creature_template` SET `subname` = 'Superior Herbalist' WHERE `entry`=908; - -/* Ariena Stormfeather */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=931; - -/* Kurzen Medicine Man */ -UPDATE `creature_template` SET `maxlevel` = 33 WHERE `entry`=940; - -/* Marryk Nurribit */ -UPDATE `creature_template` SET `BaseAttackTime` = 1960, `RangeAttackTime` = 2156 WHERE `entry`=944; - -/* Frostmane Novice */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 7 WHERE `entry`=946; - -/* Rohh the Silent */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.19048 WHERE `entry`=947; - -/* Swamp Talker */ -UPDATE `creature_template` SET `RangeAttackTime` = 1573 WHERE `entry`=950; - -/* Thultazor */ -UPDATE `creature_template` SET `subname` = 'Arcane Goods Vendor' WHERE `entry`=983; - -/* Banalash */ -UPDATE `creature_template` SET `subname` = 'Trade Goods' WHERE `entry`=989; - -/* Watcher Hutchins */ -UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 32 WHERE `entry`=1001; - -/* Dragonmaw Raider */ -UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27 WHERE `entry`=1034; - -/* Dragonmaw Swamprunner */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry`=1035; - -/* Dragonmaw Centurion */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `unit_class` = 1 WHERE `entry`=1036; - -/* Dragonmaw Battlemaster */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `RangeAttackTime` = 1540 WHERE `entry`=1037; - -/* Dragonmaw Shadowwarder */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry`=1038; - -/* Red Dragonspawn */ -UPDATE `creature_template` SET `speed_walk` = 0.888888 WHERE `entry`=1045; - -/* Red Scalebane */ -UPDATE `creature_template` SET `speed_walk` = 0.888888, `BaseAttackTime` = 1175 WHERE `entry`=1047; - -/* Scalebane Lieutenant */ -UPDATE `creature_template` SET `speed_walk` = 0.888888, `BaseAttackTime` = 1166 WHERE `entry`=1048; - -/* Wyrmkin Firebrand */ -UPDATE `creature_template` SET `speed_walk` = 0.888888, `BaseAttackTime` = 1141 WHERE `entry`=1049; - -/* Scalebane Royal Guard */ -UPDATE `creature_template` SET `BaseAttackTime` = 1158 WHERE `entry`=1050; - -/* Dark Iron Demolitionist */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1341 WHERE `entry`=1054; - -/* Dragonmaw Bonewarder */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry`=1057; - -/* Jade */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 2, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 96, `maxgold` = 481 WHERE `entry`=1063; - -/* Grom'gol Grunt */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=1064; - -/* Merrin Rockweaver */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=1076; - -/* Prospector Whelgar */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=1077; - -/* Ormer Ironbraid */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=1078; - -/* Mire Lord */ -UPDATE `creature_template` SET `RangeAttackTime` = 1661 WHERE `entry`=1081; - -/* Watcher Merant */ -UPDATE `creature_template` SET `mingold` = 25, `maxgold` = 124 WHERE `entry`=1098; - -/* Watcher Gelwin */ -UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 28 WHERE `entry`=1099; - -/* Watcher Selkin */ -UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 32 WHERE `entry`=1100; - -/* Watcher Thayer */ -UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 29 WHERE `entry`=1101; - -/* Leech Widow */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1567 WHERE `entry`=1112; - -/* Bjarn */ -UPDATE `creature_template` SET `RangeAttackTime` = 1705 WHERE `entry`=1130; - -/* Timber */ -UPDATE `creature_template` SET `RangeAttackTime` = 1723 WHERE `entry`=1132; - -/* Starving Winter Wolf */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `BaseAttackTime` = 1900, `RangeAttackTime` = 2090 WHERE `entry`=1133; - -/* Razormaw Matriarch */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_walk` = 1.0 WHERE `entry`=1140; - -/* Watcher Sarys */ -UPDATE `creature_template` SET `mingold` = 23, `maxgold` = 115 WHERE `entry`=1203; - -/* Watcher Corwin */ -UPDATE `creature_template` SET `mingold` = 27, `maxgold` = 133 WHERE `entry`=1204; - -/* Chok'sul */ -UPDATE `creature_template` SET `BaseAttackTime` = 1466, `RangeAttackTime` = 1613 WHERE `entry`=1210; - -/* Grif Wildheart */ -UPDATE `creature_template` SET `maxlevel` = 12 WHERE `entry`=1231; - -/* Boran Ironclink */ -UPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 11 WHERE `entry`=1240; - -/* Tognus Flintfire */ -UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith' WHERE `entry`=1241; - -/* Kogan Forgestone */ -UPDATE `creature_template` SET `minlevel` = 8 WHERE `entry`=1245; - -/* Vosur Brakthel */ -UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist' WHERE `entry`=1246; - -/* Prospector Gehn */ -UPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 12 WHERE `entry`=1255; - -/* Great Father Arctikus */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1516, `RangeAttackTime` = 1668 WHERE `entry`=1260; - -/* Tundra MacGrann */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810, `RangeAttackTime` = 1991 WHERE `entry`=1266; - -/* Mountaineer Flint */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=1279; - -/* Archbishop Benedictus */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `rank` = 3 WHERE `entry`=1284; - -/* Thurman Mullby */ -UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=1285; - -/* Felicia Gump */ -UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=1303; - -/* Fluffy */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=1352; - -/* Sarltooth */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=1353; - -/* Apprentice Soren */ -UPDATE `creature_template` SET `BaseAttackTime` = 1980, `RangeAttackTime` = 2178 WHERE `entry`=1354; - -/* Cook Ghilm */ -UPDATE `creature_template` SET `maxlevel` = 11 WHERE `entry`=1355; - -/* Miner Grothor */ -UPDATE `creature_template` SET `maxlevel` = 10 WHERE `entry`=1358; - -/* Miner Grumnal */ -UPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 10 WHERE `entry`=1360; - -/* Balgaras the Foul */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1341 WHERE `entry`=1364; - -/* Saean */ -UPDATE `creature_template` SET `mingold` = 2, `maxgold` = 15 WHERE `entry`=1380; - -/* Brawn */ -UPDATE `creature_template` SET `subname` = 'Expert Leatherworker' WHERE `entry`=1385; - -/* Rogvar */ -UPDATE `creature_template` SET `subname` = 'Master Alchemist' WHERE `entry`=1386; - -/* Thysta */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=1387; - -/* Boss Galgosh */ -UPDATE `creature_template` SET `BaseAttackTime` = 1441, `RangeAttackTime` = 1585 WHERE `entry`=1398; - -/* Magosh */ -UPDATE `creature_template` SET `BaseAttackTime` = 1466, `RangeAttackTime` = 1613 WHERE `entry`=1399; - -/* Squirrel */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=1412; - -/* Fizzles */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 1 WHERE `entry`=1419; - -/* Toad */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=1420; - -/* Corbett Schneider */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 5 WHERE `entry`=1433; - -/* Watcher Cutford */ -UPDATE `creature_template` SET `mingold` = 26, `maxgold` = 132 WHERE `entry`=1436; - -/* Neal Allen */ -UPDATE `creature_template` SET `subname` = 'Engineering & General Goods Supplier' WHERE `entry`=1448; - -/* Falkan Armonis */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=1463; - -/* Gretta Finespindle */ -UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry`=1466; - -/* Ghak Healtouch */ -UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist' WHERE `entry`=1470; - -/* Kali Healtouch */ -UPDATE `creature_template` SET `subname` = 'Herbalist' WHERE `entry`=1473; - -/* Menethil Guard */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `mingold` = 1, `maxgold` = 614 WHERE `entry`=1475; - -/* Zanzil Zombie */ -UPDATE `creature_template` SET `maxgold` = 419 WHERE `entry`=1488; - -/* Zanzil Hunter */ -UPDATE `creature_template` SET `mingold` = 74, `maxgold` = 413 WHERE `entry`=1489; - -/* Zanzil Witch Doctor */ -UPDATE `creature_template` SET `maxgold` = 428 WHERE `entry`=1490; - -/* Zanzil Naga */ -UPDATE `creature_template` SET `maxgold` = 376 WHERE `entry`=1491; - -/* Gorlash */ -UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `maxgold` = 1181 WHERE `entry`=1492; - -/* Mok'rash */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry`=1493; - -/* Negolash */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `speed_walk` = 1.0, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310, `mingold` = 143, `maxgold` = 713 WHERE `entry`=1494; - -/* Mindless Zombie */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 4 WHERE `entry`=1501; - -/* Wretched Zombie */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 10.0, `maxgold` = 4 WHERE `entry`=1502; - -/* Scarlet Initiate */ -UPDATE `creature_template` SET `maxgold` = 7 WHERE `entry`=1507; - -/* Enraged Silverback Gorilla */ -UPDATE `creature_template` SET `maxlevel` = 42, `RangeAttackTime` = 1466 WHERE `entry`=1511; - -/* Mokk the Savage */ -UPDATE `creature_template` SET `BaseAttackTime` = 1570, `RangeAttackTime` = 1727, `mingold` = 35, `maxgold` = 176 WHERE `entry`=1514; - -/* Executor Zygand */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=1515; - -/* Konda */ -UPDATE `creature_template` SET `RangeAttackTime` = 1738 WHERE `entry`=1516; - -/* Scarlet Missionary */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `unit_class` = 1 WHERE `entry`=1536; - -/* Scale Belly */ -UPDATE `creature_template` SET `BaseAttackTime` = 1275, `RangeAttackTime` = 1402 WHERE `entry`=1552; - -/* Bloodsail Swashbuckler */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 43 WHERE `entry`=1563; - -/* Bloodsail Warlock */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 43 WHERE `entry`=1564; - -/* Bloodsail Sea Dog */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 45 WHERE `entry`=1565; - -/* Shellei Brondir */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=1571; - -/* Thorgrum Borrelson */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=1572; - -/* Gryth Thurden */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=1573; - -/* Northshire Guard */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 489 WHERE `entry`=1642; - -/* Bloodsail Elder Magus */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45 WHERE `entry`=1653; - -/* Meven Korgal */ -UPDATE `creature_template` SET `maxgold` = 9 WHERE `entry`=1667; - -/* Alyssa Eva */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=1673; - -/* Finbus Geargrind */ -UPDATE `creature_template` SET `subname` = 'Expert Engineer' WHERE `entry`=1676; - -/* Vernon Hale */ -UPDATE `creature_template` SET `subname` = 'Bait and Tackle Supplier' WHERE `entry`=1678; - -/* Warg Deepwater */ -UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=1683; - -/* Keeg Gibn */ -UPDATE `creature_template` SET `subname` = 'Ale and Wine' WHERE `entry`=1697; - -/* Paxton Ganter */ -UPDATE `creature_template` SET `subname` = 'Fisherman', `BaseAttackTime` = 1910, `RangeAttackTime` = 2101 WHERE `entry`=1700; - -/* Bronk Guzzlegear */ -UPDATE `creature_template` SET `subname` = 'Journeyman Engineer' WHERE `entry`=1702; - -/* Uthrar Threx */ -UPDATE `creature_template` SET `subname` = 'Journeyman Tailor' WHERE `entry`=1703; - -/* Rockjaw Raider */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 8 WHERE `entry`=1718; - -/* Deathguard Randolph */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 727 WHERE `entry`=1736; - -/* Deathguard Phillip */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 714 WHERE `entry`=1739; - -/* Deathguard Bartrand */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 714 WHERE `entry`=1741; - -/* Highlord Bolvar Fordragon */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `mingold` = 1, `maxgold` = 866 WHERE `entry`=1748; - -/* Lady Katrana Prestor */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=1749; - -/* Stormwind Royal Guard */ -UPDATE `creature_template` SET `mingold` = 103, `maxgold` = 517 WHERE `entry`=1756; - -/* Greater Feral Spirit */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=1764; - -/* Skeletal Terror */ -UPDATE `creature_template` SET `maxgold` = 716 WHERE `entry`=1785; - -/* Cold Wraith */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `unit_class` = 2, `mingold` = 152, `maxgold` = 761 WHERE `entry`=1800; - -/* Blood Wraith */ -UPDATE `creature_template` SET `maxlevel` = 55, `speed_walk` = 1.0, `RangeAttackTime` = 1320, `mingold` = 138, `maxgold` = 689 WHERE `entry`=1801; - -/* Wailing Death */ -UPDATE `creature_template` SET `maxgold` = 492 WHERE `entry`=1804; - -/* Scarlet Cavalier */ -UPDATE `creature_template` SET `BaseAttackTime` = 1166 WHERE `entry`=1836; - -/* Scarlet Judge */ -UPDATE `creature_template` SET `BaseAttackTime` = 1150, `RangeAttackTime` = 1265 WHERE `entry`=1837; - -/* Scarlet Interrogator */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1141, `RangeAttackTime` = 1255, `unit_class` = 1 WHERE `entry`=1838; - -/* Scarlet High Clerist */ -UPDATE `creature_template` SET `BaseAttackTime` = 1133, `RangeAttackTime` = 1246 WHERE `entry`=1839; - -/* Grand Inquisitor Isillien */ -UPDATE `creature_template` SET `BaseAttackTime` = 1133, `RangeAttackTime` = 1246 WHERE `entry`=1840; - -/* Scarlet Executioner */ -UPDATE `creature_template` SET `BaseAttackTime` = 1150, `RangeAttackTime` = 1265 WHERE `entry`=1841; - -/* Highlord Taelan Fordring */ -UPDATE `creature_template` SET `dmgschool` = 1 WHERE `entry`=1842; - -/* Foulmane */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183 WHERE `entry`=1847; - -/* Putridius */ -UPDATE `creature_template` SET `BaseAttackTime` = 1166 WHERE `entry`=1850; - -/* The Husk */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1133, `RangeAttackTime` = 1246 WHERE `entry`=1851; - -/* Darkmaster Gandling */ -UPDATE `creature_template` SET `mingold` = 503, `maxgold` = 2625 WHERE `entry`=1853; - -/* High Priest Thel'danis */ -UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `unit_class` = 1 WHERE `entry`=1854; - -/* Voidwalker */ -UPDATE `creature_template` SET `minlevel` = 17, `maxlevel` = 17 WHERE `entry`=1860; - -/* Succubus */ -UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20 WHERE `entry`=1863; - -/* Eliza's Guard */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `mingold` = 11, `maxgold` = 53 WHERE `entry`=1871; - -/* Berte */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=1880; - -/* Scarlet Smith */ -UPDATE `creature_template` SET `minlevel` = 59, `BaseAttackTime` = 1158, `RangeAttackTime` = 1274 WHERE `entry`=1885; - -/* Moonrage Watcher */ -UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 86 WHERE `entry`=1892; - -/* Moonrage Sentry */ -UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 95 WHERE `entry`=1893; - -/* Moonrage Elder */ -UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 101 WHERE `entry`=1896; - -/* Dalaran Conjuror */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=1915; - -/* Samuel Fipps */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 9 WHERE `entry`=1919; - -/* Dalaran Spellscribe */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1466 WHERE `entry`=1920; - -/* Combat Dummy */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `RangeAttackTime` = 2200 WHERE `entry`=1921; - -/* Sheep */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=1933; - -/* Rot Hide Bruiser */ -UPDATE `creature_template` SET `speed_walk` = 1.2, `BaseAttackTime` = 1466 WHERE `entry`=1944; - -/* Lillith Nefara */ -UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 19 WHERE `entry`=1946; - -/* Thule Ravenclaw */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=1947; - -/* Pilot Hammerfoot */ -UPDATE `creature_template` SET `BaseAttackTime` = 1840, `RangeAttackTime` = 2024 WHERE `entry`=1960; - -/* Mangeclaw */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2046 WHERE `entry`=1961; - -/* Treant */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `BaseAttackTime` = 1574 WHERE `entry`=1964; - -/* Stormwind City Patroller */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 689 WHERE `entry`=1976; - -/* Dark Iron Ambusher */ -UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 13 WHERE `entry`=1981; - -/* Grellkin */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 7 WHERE `entry`=1989; - -/* Giant Webwood Spider */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2001; - -/* Forlorn Spirit */ -UPDATE `creature_template` SET `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 12, `maxgold` = 64 WHERE `entry`=2044; - -/* Haggard Refugee */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2053; - -/* Sickly Refugee */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2054; - -/* Ravenclaw Apparition */ -UPDATE `creature_template` SET `mingold` = 16, `maxgold` = 78 WHERE `entry`=2056; - -/* Councilman Smithers */ -UPDATE `creature_template` SET `unit_class` = 1, `mingold` = 15, `maxgold` = 73 WHERE `entry`=2060; - -/* Councilman Thatcher */ -UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 67 WHERE `entry`=2061; - -/* Councilman Hendricks */ -UPDATE `creature_template` SET `mingold` = 15, `maxgold` = 73 WHERE `entry`=2062; - -/* Councilman Wilhelm */ -UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 50 WHERE `entry`=2063; - -/* Councilman Hartin */ -UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 50 WHERE `entry`=2064; - -/* Councilman Cooper */ -UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 50 WHERE `entry`=2065; - -/* Councilman Higarth */ -UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 50 WHERE `entry`=2066; - -/* Councilman Brunswick */ -UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 50 WHERE `entry`=2067; - -/* Lord Mayor Morrison */ -UPDATE `creature_template` SET `mingold` = 11, `maxgold` = 69 WHERE `entry`=2068; - -/* Ram */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=2098; - -/* Garneg Charskull */ -UPDATE `creature_template` SET `BaseAttackTime` = 1408 WHERE `entry`=2108; - -/* Black Rat */ -UPDATE `creature_template` SET `speed_run` = 0.714286 WHERE `entry`=2110; - -/* Archmage Ataeric */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2120; - -/* Edwin Harly */ -UPDATE `creature_template` SET `minlevel` = 18, `maxlevel` = 20 WHERE `entry`=2140; - -/* Dark Iron Raider */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1810, `RangeAttackTime` = 1991, `mingold` = 6, `maxgold` = 31 WHERE `entry`=2149; - -/* Moon Priestess Amara */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=2151; - -/* Cracked Golem */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2156; - -/* Stone Behemoth */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2157; - -/* Gravelflint Scout */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1790, `RangeAttackTime` = 1969, `mingold` = 5, `maxgold` = 52 WHERE `entry`=2158; - -/* Gravelflint Bonesnapper */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1980, `mingold` = 6, `maxgold` = 28 WHERE `entry`=2159; - -/* Gravelflint Geomancer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `unit_class` = 8, `mingold` = 7, `maxgold` = 62 WHERE `entry`=2160; - -/* Rabid Thistle Bear */ -UPDATE `creature_template` SET `maxlevel` = 14 WHERE `entry`=2164; - -/* Oakenscowl */ -UPDATE `creature_template` SET `BaseAttackTime` = 1575 WHERE `entry`=2166; - -/* Shadowclaw */ -UPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry`=2175; - -/* Deep Sea Threshadon */ -UPDATE `creature_template` SET `minlevel` = 25, `speed_walk` = 1.0, `BaseAttackTime` = 1740, `RangeAttackTime` = 1914, `mingold` = 10, `maxgold` = 52 WHERE `entry`=2188; - -/* Firecaller Radison */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1450 WHERE `entry`=2192; - -/* Wind Rider */ -UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 29, `BaseAttackTime` = 1720, `RangeAttackTime` = 1892, `mingold` = 17, `maxgold` = 86 WHERE `entry`=2224; - -/* Zora Guthrek */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 677 WHERE `entry`=2225; - -/* Karos Razok */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2226; - -/* Syndicate Assassin */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2246; - -/* Mug'thol */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258 WHERE `entry`=2257; - -/* Stone Fury */ -UPDATE `creature_template` SET `BaseAttackTime` = 1341, `RangeAttackTime` = 1475 WHERE `entry`=2258; - -/* Hillsbrad Sentry */ -UPDATE `creature_template` SET `detection_range` = 40.0 WHERE `entry`=2270; - -/* Dalaran Shield Guard */ -UPDATE `creature_template` SET `BaseAttackTime` = 2000 WHERE `entry`=2271; - -/* Enraged Stanley */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1947 WHERE `entry`=2275; - -/* Ravenclaw Regent */ -UPDATE `creature_template` SET `BaseAttackTime` = 1441, `RangeAttackTime` = 1585, `mingold` = 25, `maxgold` = 125 WHERE `entry`=2283; - -/* Crushridge Warmonger */ -UPDATE `creature_template` SET `BaseAttackTime` = 1341 WHERE `entry`=2287; - -/* Borgus Stoutarm */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2299; - -/* Captain Ironhill */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1350 WHERE `entry`=2304; - -/* Syndicate Wizard */ -UPDATE `creature_template` SET `minlevel` = 34 WHERE `entry`=2319; - -/* Thamner Pol */ -UPDATE `creature_template` SET `minlevel` = 8 WHERE `entry`=2326; - -/* Valdred Moray */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2332; - -/* Donald Rabonne */ -UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=2367; - -/* Lindea Rabonne */ -UPDATE `creature_template` SET `subname` = 'Tackle and Bait' WHERE `entry`=2383; - -/* Southshore Guard */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2386; - -/* Zarise */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2389; - -/* Aranae Venomblood */ -UPDATE `creature_template` SET `subname` = 'Herbalist' WHERE `entry`=2390; - -/* Serge Hinott */ -UPDATE `creature_template` SET `subname` = 'Expert Alchemist' WHERE `entry`=2391; - -/* Daryl Stack */ -UPDATE `creature_template` SET `subname` = 'Master Tailor', `minlevel` = 56, `maxlevel` = 56 WHERE `entry`=2399; - -/* Tarren Mill Deathguard */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2405; - -/* Felicia Maline */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2409; - -/* Crushridge Plunderer */ -UPDATE `creature_template` SET `BaseAttackTime` = 1341 WHERE `entry`=2416; - -/* Grel'borg the Miser */ -UPDATE `creature_template` SET `BaseAttackTime` = 1341 WHERE `entry`=2417; - -/* Targ */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258 WHERE `entry`=2420; - -/* Varimathras */ -UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62 WHERE `entry`=2425; - -/* Darla Harris */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2432; - -/* Helcular's Remains */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 704 WHERE `entry`=2433; - -/* Shadowy Assassin */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 1, `maxgold` = 489 WHERE `entry`=2434; - -/* Southshore Crier */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `mingold` = 19, `maxgold` = 97 WHERE `entry`=2435; - -/* Farmer Kent */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry`=2436; - -/* Cow */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=2442; - -/* Skhowl */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1358 WHERE `entry`=2452; - -/* Lo'Grosh */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1333, `RangeAttackTime` = 1466 WHERE `entry`=2453; - -/* Skeletal Fiend (Enraged Form) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=2454; - -/* Sloth */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 18, `maxgold` = 92 WHERE `entry`=2475; - -/* Large Loch Crocolisk */ -UPDATE `creature_template` SET `BaseAttackTime` = 1475, `RangeAttackTime` = 1622 WHERE `entry`=2476; - -/* Gradok */ -UPDATE `creature_template` SET `BaseAttackTime` = 1466, `RangeAttackTime` = 1613 WHERE `entry`=2477; - -/* Haren Swifthoof */ -UPDATE `creature_template` SET `minlevel` = 20, `BaseAttackTime` = 1466, `RangeAttackTime` = 1613 WHERE `entry`=2478; - -/* Sludge */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 18, `maxgold` = 92 WHERE `entry`=2479; - -/* Saltwater Snapjaw */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50 WHERE `entry`=2505; - -/* Remote-Controlled Golem */ -UPDATE `creature_template` SET `maxlevel` = 18 WHERE `entry`=2520; - -/* Skymane Gorilla */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry`=2521; - -/* Jaguero Stalker */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry`=2522; - -/* Minion of Morganth */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_walk` = 1.0, `BaseAttackTime` = 1710, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 64 WHERE `entry`=2531; - -/* Zanzil the Outcast */ -UPDATE `creature_template` SET `maxgold` = 343 WHERE `entry`=2534; - -/* Maury "Club Foot" Wilkins */ -UPDATE `creature_template` SET `maxgold` = 392 WHERE `entry`=2535; - -/* Jon-Jon the Crow */ -UPDATE `creature_template` SET `maxgold` = 288 WHERE `entry`=2536; - -/* Chucky "Ten Thumbs" */ -UPDATE `creature_template` SET `maxgold` = 427 WHERE `entry`=2537; - -/* Dalaran Serpent */ -UPDATE `creature_template` SET `maxlevel` = 15, `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1860, `RangeAttackTime` = 2046, `mingold` = 7, `maxgold` = 37 WHERE `entry`=2540; - -/* Fleet Master Firallon */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48 WHERE `entry`=2546; - -/* Captain Keelhaul */ -UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47 WHERE `entry`=2548; - -/* Garr Salthoof */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 43 WHERE `entry`=2549; - -/* Captain Stillwater */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46 WHERE `entry`=2550; - -/* Stromgarde Defender */ -UPDATE `creature_template` SET `BaseAttackTime` = 1341 WHERE `entry`=2584; - -/* Syndicate Prowler */ -UPDATE `creature_template` SET `BaseAttackTime` = 1341 WHERE `entry`=2588; - -/* Darbel Montrose */ -UPDATE `creature_template` SET `mingold` = 77, `maxgold` = 808 WHERE `entry`=2598; - -/* Foulbelly */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `BaseAttackTime` = 1266, `RangeAttackTime` = 1393, `mingold` = 103, `maxgold` = 514 WHERE `entry`=2601; - -/* Ruul Onestone */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 780 WHERE `entry`=2602; - -/* Kovork */ -UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 315 WHERE `entry`=2603; - -/* Molok the Crusher */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1350, `RangeAttackTime` = 1485, `mingold` = 63, `maxgold` = 315 WHERE `entry`=2604; - -/* Zalas Witherbark */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1325, `RangeAttackTime` = 1457, `mingold` = 72, `maxgold` = 362 WHERE `entry`=2605; - -/* Nimar the Slayer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1341, `RangeAttackTime` = 1475, `mingold` = 66, `maxgold` = 330 WHERE `entry`=2606; - -/* Prince Galen Trollbane */ -UPDATE `creature_template` SET `BaseAttackTime` = 1266 WHERE `entry`=2607; - -/* Lieutenant Valorcall */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=2612; - -/* Prairie Dog */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=2620; - -/* Spirit of Old */ -UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 103 WHERE `entry`=2623; - -/* Gazban */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `mingold` = 69, `maxgold` = 347 WHERE `entry`=2624; - -/* Old Man Heming */ -UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=2626; - -/* Grarnik Goodstitch */ -UPDATE `creature_template` SET `subname` = 'Expert Tailor' WHERE `entry`=2627; - -/* Syndicate Spectre */ -UPDATE `creature_template` SET `BaseAttackTime` = 1660, `RangeAttackTime` = 1826, `mingold` = 23, `maxgold` = 115 WHERE `entry`=2638; - -/* Vilebranch Headhunter */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258 WHERE `entry`=2641; - -/* Vilebranch Shadowcaster */ -UPDATE `creature_template` SET `BaseAttackTime` = 1250 WHERE `entry`=2642; - -/* Vilebranch Berserker */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258, `maxgold` = 1545 WHERE `entry`=2643; - -/* Vilebranch Blood Drinker */ -UPDATE `creature_template` SET `mingold` = 295 WHERE `entry`=2646; - -/* Vilebranch Soul Eater */ -UPDATE `creature_template` SET `unit_class` = 1, `mingold` = 337 WHERE `entry`=2647; - -/* Vilebranch Aman'zasi Guard */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183 WHERE `entry`=2648; - -/* Ward of Laze */ -UPDATE `creature_template` SET `mingold` = 25, `maxgold` = 127 WHERE `entry`=2667; - -/* Target Dummy */ -UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `speed_walk` = 1.0 WHERE `entry`=2673; - -/* Advanced Target Dummy */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `maxgold` = 1 WHERE `entry`=2674; - -/* Compact Harvest Reaper */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41 WHERE `entry`=2676; - -/* Mechanical Dragonling */ -UPDATE `creature_template` SET `mingold` = 2, `maxgold` = 10 WHERE `entry`=2678; - -/* Wenna Silkbeard */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 30 WHERE `entry`=2679; - -/* Namdo Bizzfizzle */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1770, `RangeAttackTime` = 1947, `mingold` = 1, `maxgold` = 300 WHERE `entry`=2683; - -/* Ruppo Zipcoil */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2688; - -/* Shadra */ -UPDATE `creature_template` SET `speed_walk` = 2.8, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310, `mingold` = 143, `maxgold` = 713 WHERE `entry`=2707; - -/* Scorched Guardian */ -UPDATE `creature_template` SET `BaseAttackTime` = 1300 WHERE `entry`=2726; - -/* Rabid Crag Coyote */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2730; - -/* Stromgarde Cavalryman */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=2738; - -/* Shadowforge Commander */ -UPDATE `creature_template` SET `BaseAttackTime` = 1316, `RangeAttackTime` = 1448 WHERE `entry`=2744; - -/* Ambassador Infernus */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=2745; - -/* Archaedas */ -UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `BaseAttackTime` = 1500, `RangeAttackTime` = 1800 WHERE `entry`=2748; - -/* Siege Golem */ -UPDATE `creature_template` SET `BaseAttackTime` = 1316, `RangeAttackTime` = 1448 WHERE `entry`=2749; - -/* War Golem */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1350, `RangeAttackTime` = 1485 WHERE `entry`=2751; - -/* Rumbler */ -UPDATE `creature_template` SET `BaseAttackTime` = 1275 WHERE `entry`=2752; - -/* Barnabus */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 2000, `RangeAttackTime` = 1760 WHERE `entry`=2753; - -/* Anathemus */ -UPDATE `creature_template` SET `speed_walk` = 0.777776, `BaseAttackTime` = 1266, `RangeAttackTime` = 1393 WHERE `entry`=2754; - -/* Myzrael */ -UPDATE `creature_template` SET `speed_walk` = 1.66667, `BaseAttackTime` = 1216, `RangeAttackTime` = 1338, `mingold` = 129, `maxgold` = 643 WHERE `entry`=2755; - -/* Blacklash */ -UPDATE `creature_template` SET `BaseAttackTime` = 1216, `RangeAttackTime` = 1338, `mingold` = 129, `maxgold` = 1890 WHERE `entry`=2757; - -/* Hematus */ -UPDATE `creature_template` SET `BaseAttackTime` = 1241, `RangeAttackTime` = 1365, `mingold` = 115, `maxgold` = 1698 WHERE `entry`=2759; - -/* Burning Exile */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=2760; - -/* Cresting Exile */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=2761; - -/* Thundering Exile */ -UPDATE `creature_template` SET `dmgschool` = 3 WHERE `entry`=2762; - -/* Thenan */ -UPDATE `creature_template` SET `speed_walk` = 0.777776, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 814 WHERE `entry`=2763; - -/* Daggerspine Marauder */ -UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 147 WHERE `entry`=2775; - -/* Vengeful Surge */ -UPDATE `creature_template` SET `dmgschool` = 4, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 147 WHERE `entry`=2776; - -/* Caretaker Nevlin */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258 WHERE `entry`=2780; - -/* Caretaker Weston */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258 WHERE `entry`=2781; - -/* Caretaker Alaric */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258 WHERE `entry`=2782; - -/* Marez Cowl */ -UPDATE `creature_template` SET `BaseAttackTime` = 1341 WHERE `entry`=2783; - -/* King Magni Bronzebeard */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `mingold` = 1, `maxgold` = 866 WHERE `entry`=2784; - -/* Enraged Rock Elemental */ -UPDATE `creature_template` SET `speed_walk` = 1.55556 WHERE `entry`=2791; - -/* Summoned Guardian */ -UPDATE `creature_template` SET `speed_walk` = 1.55556, `dmgschool` = 4, `BaseAttackTime` = 1341, `RangeAttackTime` = 1475, `mingold` = 70, `maxgold` = 349 WHERE `entry`=2794; - -/* Deneb Walker */ -UPDATE `creature_template` SET `subname` = 'Scrolls & Potions' WHERE `entry`=2805; - -/* Drovnar Strongbrew */ -UPDATE `creature_template` SET `maxlevel` = 40 WHERE `entry`=2812; - -/* Nixxrax Fillamug */ -UPDATE `creature_template` SET `subname` = 'Food and Drink' WHERE `entry`=2832; - -/* Myizz Luckycatch */ -UPDATE `creature_template` SET `subname` = 'Superior Fisherman' WHERE `entry`=2834; - -/* Brikk Keencraft */ -UPDATE `creature_template` SET `subname` = 'Master Blacksmith' WHERE `entry`=2836; - -/* Jaxin Chong */ -UPDATE `creature_template` SET `subname` = 'Expert Alchemist' WHERE `entry`=2837; - -/* Glyx Brewright */ - - -/* Qixdi Goodstitch */ -UPDATE `creature_template` SET `subname` = 'Cloth Armor and Accessories' WHERE `entry`=2849; - -/* Urda */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2851; - -/* Freed Druid of the Talon */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1910, `RangeAttackTime` = 2101, `mingold` = 2, `maxgold` = 11 WHERE `entry`=2853; - -/* Angrun */ -UPDATE `creature_template` SET `subname` = 'Superior Herbalist' WHERE `entry`=2856; - -/* Gringer */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2858; - -/* Gyll */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2859; - -/* Gorrik */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2861; - -/* Grunenstur Balindom */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry`=2876; - -/* Prismatic Exile */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `speed_walk` = 1.55556, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 145 WHERE `entry`=2887; - -/* Stonevault Seer */ -UPDATE `creature_template` SET `BaseAttackTime` = 1341 WHERE `entry`=2892; - -/* Dustbelcher Warrior */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2906; - -/* Dustbelcher Mystic */ -UPDATE `creature_template` SET `minlevel` = 36 WHERE `entry`=2907; - -/* Snake */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=2914; - -/* Hammertoe's Spirit */ -UPDATE `creature_template` SET `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 147 WHERE `entry`=2915; - -/* Prospector Remtravel */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2917; - -/* Fam'retor Guardian */ - - -/* Magregan Deepshadow */ -UPDATE `creature_template` SET `BaseAttackTime` = 1358 WHERE `entry`=2932; - -/* Dagun the Ravenous */ -UPDATE `creature_template` SET `mingold` = 107, `maxgold` = 534 WHERE `entry`=2937; - -/* Lanie Reed */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2941; - -/* Puppet of Helcular */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `BaseAttackTime` = 1590, `RangeAttackTime` = 1749, `mingold` = 32, `maxgold` = 161 WHERE `entry`=2946; - -/* Bristleback Shaman */ -UPDATE `creature_template` SET `maxgold` = 7 WHERE `entry`=2953; - -/* Tal */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=2995; - -/* Nida Winterhoof */ -UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=3014; - -/* Cairne Bloodhoof */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 866 WHERE `entry`=3057; - -/* Harant Ironbrace */ -UPDATE `creature_template` SET `subname` = 'Armorer and Shieldcrafter' WHERE `entry`=3080; - -/* Honor Guard */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry`=3083; - -/* Bluffwatcher */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 739 WHERE `entry`=3084; - -/* Gerald Crawley */ -UPDATE `creature_template` SET `subname` = 'Poison Supplier' WHERE `entry`=3090; - -/* Unseen */ -UPDATE `creature_template` SET `BaseAttackTime` = 1420, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry`=3094; - -/* Vile Familiar */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 7 WHERE `entry`=3101; - -/* Makrura Snapclaw */ -UPDATE `creature_template` SET `maxlevel` = 9, `speed_run` = 0.857143 WHERE `entry`=3105; - -/* Kolkar Outrunner */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `RangeAttackTime` = 2101 WHERE `entry`=3120; - -/* Herble Baubbletump */ -UPDATE `creature_template` SET `subname` = 'Engineering and Mining Supplies' WHERE `entry`=3133; - -/* Malissa */ -UPDATE `creature_template` SET `subname` = 'Poison Supplier' WHERE `entry`=3135; - -/* Clarise Gnarltree */ -UPDATE `creature_template` SET `subname` = 'Expert Blacksmith' WHERE `entry`=3136; - -/* Nez'raz */ -UPDATE `creature_template` SET `subname` = 'Zeppelin Master' WHERE `entry`=3149; - -/* Kzan Thornslash */ -UPDATE `creature_template` SET `RangeAttackTime` = 1837 WHERE `entry`=3159; - -/* Rarc */ -UPDATE `creature_template` SET `RangeAttackTime` = 2101 WHERE `entry`=3161; - -/* Stuart Fleming */ -UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=3178; - -/* Dark Iron Entrepreneur */ -UPDATE `creature_template` SET `minlevel` = 31, `speed_walk` = 1.0 WHERE `entry`=3180; - -/* Yarrog Baneshadow */ -UPDATE `creature_template` SET `RangeAttackTime` = 2156, `mingold` = 3, `maxgold` = 9 WHERE `entry`=3183; - -/* Burning Blade Neophyte */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `RangeAttackTime` = 2090 WHERE `entry`=3196; - -/* Burning Blade Cultist */ -UPDATE `creature_template` SET `RangeAttackTime` = 2046 WHERE `entry`=3199; - -/* Fizzle Darkstorm */ -UPDATE `creature_template` SET `RangeAttackTime` = 2046 WHERE `entry`=3203; - -/* Brave Proudsnout */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 689 WHERE `entry`=3210; - -/* Brave Lightninghorn */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 689 WHERE `entry`=3211; - -/* Brave Running Wolf */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 689 WHERE `entry`=3213; - -/* Brave Greathoof */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 689 WHERE `entry`=3214; - -/* "Squealer" Thornmantle */ -UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 9 WHERE `entry`=3229; - -/* Nazgrel */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 778 WHERE `entry`=3230; - -/* Silithid Harvester */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595 WHERE `entry`=3253; - -/* Sarkoth */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `RangeAttackTime` = 2167 WHERE `entry`=3281; - -/* Venture Co. Drudger */ - - -/* Venture Co. Peon */ - - -/* Hana'zua */ -UPDATE `creature_template` SET `RangeAttackTime` = 2189 WHERE `entry`=3287; - -/* Spirit of Minshina */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1900, `RangeAttackTime` = 2090, `mingold` = 3, `maxgold` = 13 WHERE `entry`=3289; - -/* Deek Fizzlebizz */ -UPDATE `creature_template` SET `subname` = 'Journeyman Engineer' WHERE `entry`=3290; - -/* Orgrimmar Grunt */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 714 WHERE `entry`=3296; - -/* Adder */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=3300; - -/* Morgan Ladimore */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=3301; - -/* Grisha */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=3305; - -/* Doras */ - - -/* Grelkor */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry`=3343; - -/* Southsea Brigand */ - - -/* Verog the Dervish */ -UPDATE `creature_template` SET `mingold` = 5, `maxgold` = 26 WHERE `entry`=3395; - -/* Gesharahan */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3398; - -/* Zeal'aya */ -UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=3405; - -/* Living Flame */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `dmgschool` = 2, `RangeAttackTime` = 2002, `mingold` = 5, `maxgold` = 23 WHERE `entry`=3417; - -/* Dig Rat */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=3444; - -/* Pilot Wizzlecrank */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 188 WHERE `entry`=3451; - -/* Rathorian */ -UPDATE `creature_template` SET `dmgschool` = 5 WHERE `entry`=3470; - -/* Tarhus */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=3500; - -/* Geoff */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=3509; - -/* Arch Druid Fandral Staghelm */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63 WHERE `entry`=3516; - -/* Bowen Brisboise */ -UPDATE `creature_template` SET `subname` = 'Journeyman Tailor' WHERE `entry`=3523; - -/* Spirit Wolf */ -UPDATE `creature_template` SET `speed_walk` = 2.0 WHERE `entry`=3524; - -/* Moonrage Armorer */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 252 WHERE `entry`=3529; - -/* Moonrage Tailor */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 282 WHERE `entry`=3531; - -/* Moonrage Leatherworker */ -UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 79 WHERE `entry`=3533; - -/* Wallace the Blind */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3534; - -/* Blackmoss the Fetid */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `BaseAttackTime` = 1550 WHERE `entry`=3535; - -/* Johan Focht */ -UPDATE `creature_template` SET `subname` = 'Miner' WHERE `entry`=3555; - -/* Andrew Hilbert */ -UPDATE `creature_template` SET `subname` = 'Trade Goods', `maxlevel` = 20 WHERE `entry`=3556; - -/* Guillaume Sorouy */ -UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith' WHERE `entry`=3557; - -/* Healing Ward */ -UPDATE `creature_template` SET `minlevel` = 37 WHERE `entry`=3560; - -/* Kyrai */ -UPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry`=3561; - -/* Alaindia */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=3562; - -/* Mist */ -UPDATE `creature_template` SET `BaseAttackTime` = 2000 WHERE `entry`=3568; - -/* Bogling */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `BaseAttackTime` = 1960, `RangeAttackTime` = 2156, `mingold` = 1, `maxgold` = 4 WHERE `entry`=3569; - -/* Cleansed Timberling */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `maxgold` = 1 WHERE `entry`=3570; - -/* Teldrassil Sentinel */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 85, `maxgold` = 425 WHERE `entry`=3571; - -/* Zizzek */ -UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=3572; - -/* Dalaran Miner */ -UPDATE `creature_template` SET `maxlevel` = 15, `speed_walk` = 1.0 WHERE `entry`=3578; - -/* Aman */ -UPDATE `creature_template` SET `BaseAttackTime` = 1510, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry`=3582; - -/* Therylune */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3584; - -/* Miner Johnson */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1650 WHERE `entry`=3586; - -/* Cyndra Kindwhisper */ -UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist' WHERE `entry`=3603; - -/* Malorne Bladeleaf */ -UPDATE `creature_template` SET `subname` = 'Herbalist' WHERE `entry`=3604; - -/* Nadyia Maneweaver */ -UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry`=3605; - -/* Alanna Raveneye */ -UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter' WHERE `entry`=3606; - -/* Androl Oakhand */ -UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=3607; - -/* Lordaeron Citizen */ -UPDATE `creature_template` SET `RangeAttackTime` = 2046, `mingold` = 4, `maxgold` = 19 WHERE `entry`=3617; - -/* Ghost Saber */ -UPDATE `creature_template` SET `RangeAttackTime` = 1947, `mingold` = 6, `maxgold` = 32 WHERE `entry`=3619; - -/* Trigore the Lasher */ -UPDATE `creature_template` SET `mingold` = 25, `maxgold` = 125 WHERE `entry`=3652; - -/* Mutanus the Devourer */ -UPDATE `creature_template` SET `mingold` = 50, `maxgold` = 270 WHERE `entry`=3654; - -/* Delgren the Purifier */ - - -/* Ilkrud Magthrull */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3664; - -/* Wisp */ - - -/* Volcor */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3692; - -/* Sentinel Selarin */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810, `RangeAttackTime` = 1991, `mingold` = 1, `maxgold` = 251 WHERE `entry`=3694; - -/* Bolyun */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `unit_class` = 1 WHERE `entry`=3698; - -/* Jadenvis Seawatcher */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=3700; - -/* Mystlash Flayer */ -UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 23, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 7, `maxgold` = 34 WHERE `entry`=3722; - -/* Dark Strand Cultist */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3725; - -/* Dark Strand Enforcer */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3727; - -/* Dark Strand Adept */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3728; - -/* Dark Strand Excavator */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3730; - -/* Apothecary Falthis */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1450 WHERE `entry`=3735; - -/* Darkslayer Mordenthal */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3736; - -/* Foulweald Warrior */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=3743; - -/* Foulweald Den Watcher */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=3746; - -/* Foulweald Ursa */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=3749; - -/* Felmusk Felsworn */ -UPDATE `creature_template` SET `minlevel` = 25 WHERE `entry`=3762; - -/* Bleakheart Shadowstalker */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=3770; - -/* Lesser Felguard */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3772; - -/* Akkrilus */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1425, `RangeAttackTime` = 1567 WHERE `entry`=3773; - -/* Felslayer */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3774; - -/* Syurana */ -UPDATE `creature_template` SET `subname` = 'Trade Goods Supplies' WHERE `entry`=3779; - -/* Shadethicket Wood Shaper */ -UPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry`=3781; - -/* Shadethicket Raincaller */ -UPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry`=3783; - -/* Terrowulf Packlord */ -UPDATE `creature_template` SET `minlevel` = 32, `speed_walk` = 1.0, `BaseAttackTime` = 1375, `RangeAttackTime` = 1512 WHERE `entry`=3792; - -/* Cenarion Protector */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=3797; - -/* Severed Druid */ -UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 133 WHERE `entry`=3799; - -/* Blink Dragon */ -UPDATE `creature_template` SET `maxlevel` = 27 WHERE `entry`=3815; - -/* Biletoad */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=3835; - -/* Mountaineer Pebblebitty */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `BaseAttackTime` = 1570, `RangeAttackTime` = 1727 WHERE `entry`=3836; - -/* Vesprystus */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=3838; - -/* Caylais Moonfeather */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=3841; - -/* Anaya */ -UPDATE `creature_template` SET `BaseAttackTime` = 1870, `RangeAttackTime` = 2057, `mingold` = 1, `maxgold` = 7 WHERE `entry`=3843; - -/* Shadowfang Wolfguard */ -UPDATE `creature_template` SET `mingold` = 16, `maxgold` = 164 WHERE `entry`=3854; - -/* Shadow Charger */ -UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21, `mingold` = 15, `maxgold` = 75 WHERE `entry`=3865; - -/* Deathsworn Captain */ -UPDATE `creature_template` SET `BaseAttackTime` = 1450, `RangeAttackTime` = 1595, `mingold` = 29, `maxgold` = 145 WHERE `entry`=3872; - -/* Dark Strand Assassin */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 7, `maxgold` = 60 WHERE `entry`=3879; - -/* Forsaken Scout */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1925, `mingold` = 10, `maxgold` = 88 WHERE `entry`=3893; - -/* Krolg */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry`=3897; - -/* Aligar the Tormentor */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1740, `RangeAttackTime` = 1914, `mingold` = 10, `maxgold` = 90 WHERE `entry`=3898; - -/* Balizar the Umbrage */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1740, `RangeAttackTime` = 1914, `mingold` = 10, `maxgold` = 52 WHERE `entry`=3899; - -/* Caedakar the Vicious */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1710, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 63 WHERE `entry`=3900; - -/* Shael'dryn */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3916; - -/* Befouled Water Elemental */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=3917; - -/* Shandris Feathermoon */ -UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62 WHERE `entry`=3936; - -/* Uthil Mooncall */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3941; - -/* Velinde Starsong */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=3946; - -/* Minor Water Guardian */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.55556, `speed_run` = 0.428571, `dmgschool` = 4, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=3950; - -/* Kylanna */ -UPDATE `creature_template` SET `subname` = 'Expert Alchemist' WHERE `entry`=3964; - -/* Cylania Rootstalker */ -UPDATE `creature_template` SET `subname` = 'Herbalist' WHERE `entry`=3965; - -/* Aayndia Floralwind */ -UPDATE `creature_template` SET `subname` = 'Expert Leatherworker' WHERE `entry`=3967; - -/* Venture Co. Logger */ - - -/* Venture Co. Deforester */ - - -/* Windshear Vermin */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 7, `maxgold` = 34 WHERE `entry`=3998; - -/* Windshear Tunnel Rat */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1790, `RangeAttackTime` = 1969, `mingold` = 6, `maxgold` = 29 WHERE `entry`=4001; - -/* Windshear Stonecutter */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 9, `maxgold` = 45 WHERE `entry`=4002; - -/* Pridewing Patriarch */ -UPDATE `creature_template` SET `speed_run` = 1.42857, `BaseAttackTime` = 1450 WHERE `entry`=4015; - -/* Vengeful Ancient */ -UPDATE `creature_template` SET `minlevel` = 30, `RangeAttackTime` = 1540 WHERE `entry`=4030; - -/* Mirkfallon Keeper */ -UPDATE `creature_template` SET `BaseAttackTime` = 1425 WHERE `entry`=4056; - -/* Forest Spirit */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=4059; - -/* Nal'taszar */ -UPDATE `creature_template` SET `rank` = 2, `BaseAttackTime` = 1400 WHERE `entry`=4066; - -/* Serpent Messenger */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 11 WHERE `entry`=4068; - -/* Roach */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=4076; - -/* Gravelsnout Digger */ -UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 63 WHERE `entry`=4113; - -/* Silithid Ravager */ -UPDATE `creature_template` SET `BaseAttackTime` = 1350 WHERE `entry`=4132; - -/* Me'lynn */ -UPDATE `creature_template` SET `subname` = 'Expert Tailor' WHERE `entry`=4159; - -/* Ainethil */ -UPDATE `creature_template` SET `subname` = 'Artisan Alchemist' WHERE `entry`=4160; - -/* Gazelle */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=4166; - -/* Ellandrieth */ -UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=4170; - -/* Grondal Moonbreeze */ -UPDATE `creature_template` SET `subname` = 'Journeyman Tailor' WHERE `entry`=4193; - -/* Silithid Swarm */ -UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22 WHERE `entry`=4196; - -/* Telonis */ -UPDATE `creature_template` SET `subname` = 'Artisan Leatherworker' WHERE `entry`=4212; - -/* Taladan */ -UPDATE `creature_template` SET `subname` = 'Expert Enchanter' WHERE `entry`=4213; - -/* Chardryn */ -UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=4216; - -/* Cyroen */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=4220; - -/* Voloren */ -UPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry`=4222; - -/* Fyldan */ -UPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry`=4223; - -/* Mythrin'dir */ -UPDATE `creature_template` SET `subname` = 'General Trade Supplier' WHERE `entry`=4229; - -/* Mydrannul */ -UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=4241; - -/* Goblin Racer */ -UPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 2.85714 WHERE `entry`=4251; - -/* Gnome Racer */ -UPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 2.85714 WHERE `entry`=4252; - -/* Bear Form (Night Elf Druid) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=4253; - -/* Brogus Thunderbrew */ -UPDATE `creature_template` SET `subname` = 'Food and Drink' WHERE `entry`=4255; - -/* Golnir Bouldertoe */ -UPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry`=4256; - -/* Lana Thunderbrew */ - - -/* Bengus Deepforge */ -UPDATE `creature_template` SET `subname` = 'Artisan Blacksmith' WHERE `entry`=4258; - -/* Bear Form (Tauren Druid) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=4261; - -/* Darnassus Sentinel */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=4262; - -/* Deepmoss Matriarch */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1947 WHERE `entry`=4264; - -/* Daelyshia */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=4267; - -/* Eye of Kilrogg */ -UPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 22, `speed_walk` = 1.0, `unit_class` = 1 WHERE `entry`=4277; - -/* Scarlet Scryer */ -UPDATE `creature_template` SET `mingold` = 70, `maxgold` = 504 WHERE `entry`=4293; - -/* Tharm */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=4312; - -/* Gorkas */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=4314; - -/* Nyse */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=4317; - -/* Thyssiana */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=4319; - -/* Baldruc */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=4321; - -/* Searing Hatchling */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42 WHERE `entry`=4323; - -/* Searing Whelp */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43 WHERE `entry`=4324; - -/* Firemane Scalebane */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44 WHERE `entry`=4328; - -/* Firemane Scout */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42 WHERE `entry`=4329; - -/* Firemane Ash Tail */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43 WHERE `entry`=4331; - -/* Firemane Flamecaller */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44 WHERE `entry`=4334; - -/* Brimgore */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `speed_walk` = 1.0, `BaseAttackTime` = 1275 WHERE `entry`=4339; - -/* Mottled Drywallow Crocolisk */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=4344; - -/* Drywallow Daggermaw */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41 WHERE `entry`=4345; - -/* Bloodfen Raptor */ -UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36 WHERE `entry`=4351; - -/* Bloodfen Razormaw */ -UPDATE `creature_template` SET `maxlevel` = 40 WHERE `entry`=4356; - -/* Bloodfen Lashtail */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41 WHERE `entry`=4357; - -/* Mirefin Puddlejumper */ -UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 249 WHERE `entry`=4358; - -/* Mirefin Murloc */ -UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36 WHERE `entry`=4359; - -/* Mirefin Warrior */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 55, `maxgold` = 300 WHERE `entry`=4360; - -/* Mirefin Oracle */ -UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38 WHERE `entry`=4363; - -/* Strashaz Warrior */ -UPDATE `creature_template` SET `BaseAttackTime` = 1150 WHERE `entry`=4364; - -/* Strashaz Serpent Guard */ -UPDATE `creature_template` SET `BaseAttackTime` = 1150 WHERE `entry`=4366; - -/* Strashaz Myrmidon */ -UPDATE `creature_template` SET `BaseAttackTime` = 1141 WHERE `entry`=4368; - -/* Strashaz Sorceress */ -UPDATE `creature_template` SET `BaseAttackTime` = 1141 WHERE `entry`=4370; - -/* Strashaz Siren */ -UPDATE `creature_template` SET `BaseAttackTime` = 1158 WHERE `entry`=4371; - -/* Strashaz Hydra */ -UPDATE `creature_template` SET `BaseAttackTime` = 1141 WHERE `entry`=4374; - -/* Darkmist Spider */ -UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36 WHERE `entry`=4376; - -/* Darkmist Hatchling */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4377; - -/* Darkmist Silkspinner */ -UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39 WHERE `entry`=4379; - -/* Withervine Creeper */ -UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36 WHERE `entry`=4382; - -/* Withervine Rager */ -UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39 WHERE `entry`=4385; - -/* Withervine Bark Ripper */ -UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 190 WHERE `entry`=4386; - -/* Young Murk Thresher */ -UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 41 WHERE `entry`=4388; - -/* Murk Thresher */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 43 WHERE `entry`=4389; - -/* Elder Murk Thresher */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 45 WHERE `entry`=4390; - -/* Swamp Ooze */ -UPDATE `creature_template` SET `maxlevel` = 39, `mingold` = 28, `maxgold` = 186 WHERE `entry`=4391; - -/* Corrosive Swamp Ooze */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 43, `maxgold` = 289 WHERE `entry`=4392; - -/* Mudrock Spikeshell */ -UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38 WHERE `entry`=4397; - -/* Mudrock Snapjaw */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42 WHERE `entry`=4400; - -/* Muckshell Clacker */ -UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40 WHERE `entry`=4401; - -/* Muckshell Snapclaw */ -UPDATE `creature_template` SET `mingold` = 41, `maxgold` = 215 WHERE `entry`=4402; - -/* Muckshell Pincer */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42 WHERE `entry`=4403; - -/* Muckshell Scrabbler */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43 WHERE `entry`=4404; - -/* Muckshell Razorclaw */ -UPDATE `creature_template` SET `mingold` = 44, `maxgold` = 375 WHERE `entry`=4405; - -/* Teloren */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=4407; - -/* Darkfang Creeper */ -UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39 WHERE `entry`=4412; - -/* Darkfang Venomspitter */ -UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38 WHERE `entry`=4414; - -/* Giant Darkfang Spider */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41 WHERE `entry`=4415; - -/* Overlord Ramtusk */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32 WHERE `entry`=4420; - -/* Charlga Razorflank */ -UPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33 WHERE `entry`=4421; - -/* Agathelos the Raging */ -UPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33 WHERE `entry`=4422; - -/* Darnassian Protector */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=4423; - -/* Aggem Thorncurse */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30 WHERE `entry`=4424; - -/* Blind Hunter */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `RangeAttackTime` = 1521 WHERE `entry`=4425; - -/* Ward Guardian */ -UPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 31 WHERE `entry`=4427; - -/* Death Speaker Jargba */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30 WHERE `entry`=4428; - -/* Razorfen Quilguard */ -UPDATE `creature_template` SET `maxlevel` = 26 WHERE `entry`=4436; - -/* Razorfen Warden */ -UPDATE `creature_template` SET `maxlevel` = 26 WHERE `entry`=4437; - -/* Razorfen Spearhide */ -UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30 WHERE `entry`=4438; - -/* Razorfen Defender */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry`=4442; - -/* Blackrock Summoner */ -UPDATE `creature_template` SET `maxlevel` = 23 WHERE `entry`=4463; - -/* Jade Sludge */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258 WHERE `entry`=4468; - -/* Blighted Zombie */ -UPDATE `creature_template` SET `maxgold` = 686 WHERE `entry`=4475; - -/* Feero Ironhand */ - - -/* Grenka Bloodscreech */ -UPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 31, `speed_walk` = 1.0, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 24, `maxgold` = 120 WHERE `entry`=4490; - -/* Maurin Bonesplitter */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=4498; - -/* Frostmaw */ -UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 270 WHERE `entry`=4504; - -/* Bloodsail Deckhand */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44 WHERE `entry`=4505; - -/* Bloodsail Swabby */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 44 WHERE `entry`=4506; - -/* Sargath */ -UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 32 WHERE `entry`=4509; - -/* Rotting Agam'ar */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28 WHERE `entry`=4512; - -/* Raging Agam'ar */ -UPDATE `creature_template` SET `maxlevel` = 26 WHERE `entry`=4514; - -/* Death's Head Acolyte */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry`=4515; - -/* Death's Head Adept */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry`=4516; - -/* Death's Head Priest */ -UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27 WHERE `entry`=4517; - -/* Death's Head Sage */ -UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30 WHERE `entry`=4518; - -/* Death's Head Seer */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry`=4519; - -/* Razorfen Geomancer */ -UPDATE `creature_template` SET `maxlevel` = 26 WHERE `entry`=4520; - -/* Razorfen Dustweaver */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry`=4522; - -/* Razorfen Groundshaker */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry`=4523; - -/* Razorfen Earthbreaker */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31 WHERE `entry`=4525; - -/* Wind Howler */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `dmgschool` = 3 WHERE `entry`=4526; - -/* Stone Rumbler */ -UPDATE `creature_template` SET `maxlevel` = 28 WHERE `entry`=4528; - -/* Razorfen Handler */ -UPDATE `creature_template` SET `maxlevel` = 26 WHERE `entry`=4530; - -/* Razorfen Beast Trainer */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry`=4531; - -/* Razorfen Beastmaster */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31 WHERE `entry`=4532; - -/* Tamed Hyena */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28 WHERE `entry`=4534; - -/* Tamed Battleboar */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26 WHERE `entry`=4535; - -/* Kraul Bat */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31 WHERE `entry`=4538; - -/* Greater Kraul Bat */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32 WHERE `entry`=4539; - -/* Blood of Agamaggan */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27 WHERE `entry`=4541; - -/* Michael Garrett */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=4551; - -/* Ronald Burch */ -UPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry`=4553; - -/* Eleanor Rusk */ -UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=4555; - -/* Daniel Bartlett */ -UPDATE `creature_template` SET `subname` = 'General Trade Supplier' WHERE `entry`=4561; - -/* Thomas Mordan */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=4562; - -/* Lizbeth Cromwell */ -UPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry`=4574; - -/* Hannah Akeley */ -UPDATE `creature_template` SET `subname` = 'Reagent Supplier' WHERE `entry`=4575; - -/* Josef Gregorian */ -UPDATE `creature_template` SET `subname` = 'Artisan Tailor' WHERE `entry`=4576; - -/* Ezekiel Graves */ -UPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry`=4585; - -/* Graham Van Talen */ -UPDATE `creature_template` SET `subname` = 'Journeyman Engineer' WHERE `entry`=4586; - -/* Elizabeth Van Talen */ -UPDATE `creature_template` SET `subname` = 'Engineering Supplier' WHERE `entry`=4587; - -/* Arthur Moore */ -UPDATE `creature_template` SET `subname` = 'Expert Leatherworker' WHERE `entry`=4588; - -/* James Van Brunt */ -UPDATE `creature_template` SET `subname` = 'Expert Blacksmith' WHERE `entry`=4596; - -/* Samuel Van Brunt */ -UPDATE `creature_template` SET `subname` = 'Blacksmithing Supplier' WHERE `entry`=4597; - -/* Sarah Killian */ -UPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry`=4599; - -/* Basil Frye */ -UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith' WHERE `entry`=4605; - -/* Doctor Marsh */ -UPDATE `creature_template` SET `subname` = 'Expert Alchemist' WHERE `entry`=4609; - -/* Doctor Herbert Halsey */ -UPDATE `creature_template` SET `subname` = 'Artisan Alchemist' WHERE `entry`=4611; - -/* Katrina Alliestar */ -UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=4615; - -/* Lavinia Crowe */ -UPDATE `creature_template` SET `subname` = 'Expert Enchanter' WHERE `entry`=4616; - -/* Geltharis */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=4619; - -/* Quilguard Champion */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31 WHERE `entry`=4623; - -/* Booty Bay Bruiser */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry`=4624; - -/* Arugal's Voidwalker */ -UPDATE `creature_template` SET `maxlevel` = 25, `mingold` = 9, `maxgold` = 45 WHERE `entry`=4627; - -/* Magram Scout */ -UPDATE `creature_template` SET `minlevel` = 32 WHERE `entry`=4638; - -/* Maraudine Bonepaw */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1620, `RangeAttackTime` = 1782 WHERE `entry`=4660; - -/* Burning Blade Invoker */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=4705; - -/* Slitherblade Oracle */ -UPDATE `creature_template` SET `maxlevel` = 35 WHERE `entry`=4718; - -/* Hulking Gritjaw Basilisk */ -UPDATE `creature_template` SET `speed_run` = 0.714286 WHERE `entry`=4729; - -/* Kildar */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=4752; - -/* Felicia Doan */ -UPDATE `creature_template` SET `subname` = 'General Trade Goods Vendor' WHERE `entry`=4775; - -/* Snufflenose Gopher */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=4781; - -/* Illusionary Nightmare */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `BaseAttackTime` = 1720, `RangeAttackTime` = 1892, `mingold` = 12, `maxgold` = 61 WHERE `entry`=4785; - -/* Force of Nature */ -UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 22 WHERE `entry`=4795; - -/* Fallenroot Shadowstalker */ -UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24 WHERE `entry`=4798; - -/* Fallenroot Hellcaller */ -UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25 WHERE `entry`=4799; - -/* Blackfathom Sea Witch */ -UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24 WHERE `entry`=4805; - -/* Blackfathom Myrmidon */ -UPDATE `creature_template` SET `maxlevel` = 23 WHERE `entry`=4807; - -/* Twilight Acolyte */ -UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `speed_walk` = 1.0, `RangeAttackTime` = 1604 WHERE `entry`=4809; - -/* Twilight Reaver */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `speed_walk` = 1.0, `RangeAttackTime` = 1567 WHERE `entry`=4810; - -/* Twilight Aquamancer */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `speed_walk` = 1.0, `RangeAttackTime` = 1567 WHERE `entry`=4811; - -/* Twilight Loreseeker */ -UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `speed_walk` = 1.0, `RangeAttackTime` = 1613 WHERE `entry`=4812; - -/* Twilight Shadowmage */ -UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `speed_walk` = 1.0, `RangeAttackTime` = 1567 WHERE `entry`=4813; - -/* Twilight Elementalist */ -UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `speed_walk` = 1.0, `RangeAttackTime` = 1567 WHERE `entry`=4814; - -/* Murkshallow Snapclaw */ -UPDATE `creature_template` SET `maxlevel` = 23 WHERE `entry`=4815; - -/* Blindlight Murloc */ -UPDATE `creature_template` SET `maxlevel` = 23 WHERE `entry`=4818; - -/* Blindlight Muckdweller */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry`=4819; - -/* Blindlight Oracle */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry`=4820; - -/* Skittering Crustacean */ -UPDATE `creature_template` SET `maxlevel` = 23 WHERE `entry`=4821; - -/* Snapping Crustacean */ -UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24 WHERE `entry`=4822; - -/* Barbed Crustacean */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `speed_walk` = 1.0, `RangeAttackTime` = 1604 WHERE `entry`=4823; - -/* Aku'mai Fisher */ -UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24 WHERE `entry`=4824; - -/* Aku'mai Snapjaw */ -UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `speed_walk` = 1.0, `RangeAttackTime` = 1595 WHERE `entry`=4825; - -/* Deep Pool Threshfin */ -UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `speed_walk` = 1.0, `RangeAttackTime` = 1595 WHERE `entry`=4827; - -/* Aku'mai */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.0, `RangeAttackTime` = 1558 WHERE `entry`=4829; - -/* Old Serra'kis */ -UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `speed_walk` = 1.0, `RangeAttackTime` = 1567 WHERE `entry`=4830; - -/* Lady Sarevess */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry`=4831; - -/* Twilight Lord Kelris */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `speed_walk` = 1.0, `RangeAttackTime` = 1567 WHERE `entry`=4832; - -/* Deadmire */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45 WHERE `entry`=4841; - -/* Earthcaller Halmgar */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `speed_walk` = 1.0, `BaseAttackTime` = 1341, `RangeAttackTime` = 1475, `mingold` = 70, `maxgold` = 349 WHERE `entry`=4842; - -/* Shadowforge Surveyor */ -UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry`=4844; - -/* Shadowforge Relic Hunter */ -UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `BaseAttackTime` = 1341, `RangeAttackTime` = 1475 WHERE `entry`=4847; - -/* Shadowforge Darkcaster */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=4848; - -/* Shadowforge Archaeologist */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=4849; - -/* Stonevault Cave Lurker */ -UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39 WHERE `entry`=4850; - -/* Stonevault Oracle */ -UPDATE `creature_template` SET `maxlevel` = 38 WHERE `entry`=4852; - -/* Stonevault Geomancer */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=4853; - -/* Grimlok */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `BaseAttackTime` = 1275, `RangeAttackTime` = 1402 WHERE `entry`=4854; - -/* Stonevault Brawler */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=4855; - -/* Stone Keeper */ -UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=4857; - -/* Stone Steward */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=4860; - -/* Shrike Bat */ -UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `RangeAttackTime` = 1485 WHERE `entry`=4861; - -/* Jadespine Basilisk */ -UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40 WHERE `entry`=4863; - -/* Ghamoo-ra */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry`=4887; - -/* Brant Jasperbloom */ -UPDATE `creature_template` SET `subname` = 'Herbalist' WHERE `entry`=4898; - -/* Alchemist Narett */ -UPDATE `creature_template` SET `subname` = 'Expert Alchemist' WHERE `entry`=4900; - -/* Theramore Lieutenant */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 651 WHERE `entry`=4947; - -/* Thrall */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 866 WHERE `entry`=4949; - -/* Moccasin */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=4953; - -/* Haunting Spirit */ -UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22, `speed_walk` = 1.0, `RangeAttackTime` = 1980, `mingold` = 7, `maxgold` = 34 WHERE `entry`=4958; - -/* Lady Jaina Proudmoore */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63 WHERE `entry`=4968; - -/* Old Town Thug */ -UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 92 WHERE `entry`=4969; - -/* Slim's Friend */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1670, `RangeAttackTime` = 1837, `mingold` = 22, `maxgold` = 109 WHERE `entry`=4971; - -/* Kagoro */ -UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 147 WHERE `entry`=4972; - -/* Murkshallow Softshell */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `speed_walk` = 1.0, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 9, `maxgold` = 47 WHERE `entry`=4977; - -/* Aku'mai Servant */ -UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `speed_walk` = 1.55556, `dmgschool` = 4, `RangeAttackTime` = 1576, `mingold` = 47, `maxgold` = 237 WHERE `entry`=4978; - -/* Paval Reethe */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=4980; - -/* World Alchemy Trainer */ -UPDATE `creature_template` SET `subname` = 'Alchemy Trainer', `speed_walk` = 1.0 WHERE `entry`=5032; - -/* World Engineering Trainer */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5037; - -/* World Enchanting Trainer */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5038; - -/* World Leatherworking Trainer */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5040; - -/* World Tailoring Trainer */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5041; - -/* Defias Rioter */ -UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 29 WHERE `entry`=5043; - -/* Theramore Skirmisher */ -UPDATE `creature_template` SET `BaseAttackTime` = 1630, `RangeAttackTime` = 1793, `mingold` = 26, `maxgold` = 278 WHERE `entry`=5044; - -/* Private Hallan */ -UPDATE `creature_template` SET `BaseAttackTime` = 1650, `RangeAttackTime` = 1815, `mingold` = 24, `maxgold` = 119 WHERE `entry`=5045; - -/* Lieutenant Caldwell */ -UPDATE `creature_template` SET `BaseAttackTime` = 1620, `RangeAttackTime` = 1782, `mingold` = 28, `maxgold` = 255 WHERE `entry`=5046; - -/* Ellaercia */ -UPDATE `creature_template` SET `subname` = 'Tabard Designer' WHERE `entry`=5047; - -/* Lyesa Steelbrow */ -UPDATE `creature_template` SET `subname` = 'Guild Tabard Vendor' WHERE `entry`=5049; - -/* Wolfguard Worg */ -UPDATE `creature_template` SET `maxlevel` = 21 WHERE `entry`=5058; - -/* Connor Rivers */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 313 WHERE `entry`=5081; - -/* Falgran Hastil */ -UPDATE `creature_template` SET `mingold` = 27, `maxgold` = 133 WHERE `entry`=5088; - -/* Lupine Delusion */ -UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `speed_walk` = 1.0, `mingold` = 22, `maxgold` = 110 WHERE `entry`=5097; - -/* Fillius Fizzlespinner */ -UPDATE `creature_template` SET `subname` = 'Trade Supplier' WHERE `entry`=5100; - -/* Bryllia Ironbrand */ -UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=5101; - -/* Barim Jurgenstaad */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=5110; - -/* Fimble Finespindle */ -UPDATE `creature_template` SET `subname` = 'Expert Leatherworker' WHERE `entry`=5127; - -/* Jonivera Farmountain */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 689 WHERE `entry`=5134; - -/* Svalbrad Farmountain */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 689 WHERE `entry`=5135; - -/* Gwina Stonebranch */ -UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=5138; - -/* Kurdrum Barleybeard */ -UPDATE `creature_template` SET `subname` = 'Reagents & Poisons', `mingold` = 1, `maxgold` = 689 WHERE `entry`=5139; - -/* Ginny Longberry */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=5151; - -/* Jormund Stonebrow */ -UPDATE `creature_template` SET `subname` = 'Expert Tailor' WHERE `entry`=5153; - -/* Gimble Thistlefuzz */ -UPDATE `creature_template` SET `subname` = 'Expert Enchanter' WHERE `entry`=5157; - -/* Emrul Riknussun */ -UPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry`=5160; - -/* Tansy Puddlefizz */ -UPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry`=5162; - -/* Burbik Gearspanner */ -UPDATE `creature_template` SET `subname` = 'Trade Supplier' WHERE `entry`=5163; - -/* Grumnus Steelshaper */ -UPDATE `creature_template` SET `subname` = 'Armor Crafter' WHERE `entry`=5164; - -/* Springspindle Fizzlegear */ -UPDATE `creature_template` SET `subname` = 'Artisan Engineer' WHERE `entry`=5174; - -/* Tally Berryfizz */ -UPDATE `creature_template` SET `subname` = 'Expert Alchemist' WHERE `entry`=5177; - -/* Hammerhead Shark */ -UPDATE `creature_template` SET `mingold` = 44, `maxgold` = 222 WHERE `entry`=5185; - -/* Fungal Ooze */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5235; - -/* Atal'ai Warrior */ -UPDATE `creature_template` SET `maxlevel` = 49 WHERE `entry`=5256; - -/* Atal'ai Witch Doctor */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 50 WHERE `entry`=5259; - -/* Unliving Atal'ai */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 49 WHERE `entry`=5267; - -/* Atal'ai Corpse Eater */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50 WHERE `entry`=5270; - -/* Atal'ai Deathwalker */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51 WHERE `entry`=5271; - -/* Atal'ai High Priest */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51 WHERE `entry`=5273; - -/* Nightmare Scalebane */ -UPDATE `creature_template` SET `maxlevel` = 51 WHERE `entry`=5277; - -/* Nightmare Wyrmkin */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51 WHERE `entry`=5280; - -/* Nightmare Wanderer */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50 WHERE `entry`=5283; - -/* Hakkari Frostwing */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50 WHERE `entry`=5291; - -/* Enraged Feral Scar */ -UPDATE `creature_template` SET `maxlevel` = 45 WHERE `entry`=5295; - -/* Lethlas */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1158 WHERE `entry`=5312; - -/* Hatecrest Serpent Guard */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5333; - -/* Hatecrest Myrmidon */ -UPDATE `creature_template` SET `minlevel` = 43, `speed_walk` = 1.0 WHERE `entry`=5334; - -/* Hatecrest Sorceress */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5336; - -/* Hatecrest Siren */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5337; - -/* Lady Szallah */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1266 WHERE `entry`=5343; - -/* Diamond Head */ -UPDATE `creature_template` SET `BaseAttackTime` = 1275, `RangeAttackTime` = 1402 WHERE `entry`=5345; - -/* Bloodroar the Stalker */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 49, `RangeAttackTime` = 1375 WHERE `entry`=5346; - -/* Antilus the Soarer */ -UPDATE `creature_template` SET `RangeAttackTime` = 1375 WHERE `entry`=5347; - -/* Arash-ethis */ -UPDATE `creature_template` SET `RangeAttackTime` = 1365 WHERE `entry`=5349; - -/* Qirot */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1258 WHERE `entry`=5350; - -/* Gnarl Leafbrother */ -UPDATE `creature_template` SET `BaseAttackTime` = 1283, `RangeAttackTime` = 1411 WHERE `entry`=5354; - -/* Land Walker */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258 WHERE `entry`=5357; - -/* Cliff Giant */ -UPDATE `creature_template` SET `minlevel` = 49, `BaseAttackTime` = 1266 WHERE `entry`=5358; - -/* Wave Strider */ -UPDATE `creature_template` SET `minlevel` = 47 WHERE `entry`=5361; - -/* Veyzhak the Cannibal */ -UPDATE `creature_template` SET `rank` = 2, `BaseAttackTime` = 1250, `RangeAttackTime` = 1375, `mingold` = 111, `maxgold` = 555 WHERE `entry`=5399; - -/* Zekkis */ -UPDATE `creature_template` SET `rank` = 2, `RangeAttackTime` = 1375, `mingold` = 100, `maxgold` = 499 WHERE `entry`=5400; - -/* Khan Hratha */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 671 WHERE `entry`=5402; - -/* Nightmare */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry`=5407; - -/* Harvester Swarm */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `BaseAttackTime` = 1770, `RangeAttackTime` = 1947, `mingold` = 9, `maxgold` = 43 WHERE `entry`=5409; - -/* Giant Surf Glider */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1365 WHERE `entry`=5432; - -/* Coral Shark */ -UPDATE `creature_template` SET `maxlevel` = 47, `mingold` = 99, `maxgold` = 494 WHERE `entry`=5434; - -/* Sand Shark */ -UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 50 WHERE `entry`=5435; - -/* Sea Elemental */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=5461; - -/* Sea Spray */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=5462; - -/* Coast Strider */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258 WHERE `entry`=5466; - -/* Deep Dweller */ -UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `speed_walk` = 1.4, `speed_run` = 1.42857, `BaseAttackTime` = 1266 WHERE `entry`=5467; - -/* Raging Dune Smasher */ -UPDATE `creature_template` SET `mingold` = 115, `maxgold` = 576 WHERE `entry`=5470; - -/* Erika Tate */ -UPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry`=5483; - -/* Catherine Leland */ -UPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry`=5494; - -/* Strumner Flintheel */ -UPDATE `creature_template` SET `subname` = 'Armor Crafter' WHERE `entry`=5508; - -/* Brooke Stonebraid */ -UPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry`=5514; - -/* Billibub Cogspinner */ -UPDATE `creature_template` SET `subname` = 'Engineering Supplier' WHERE `entry`=5519; - -/* Spackle Thornberry */ -UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=5520; - -/* Grunt Zuul */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 54, `maxgold` = 269 WHERE `entry`=5546; - -/* Grunt Tharlak */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 54, `maxgold` = 269 WHERE `entry`=5547; - -/* Fizzlebang Booms */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 502 WHERE `entry`=5569; - -/* Ironforge Guard */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 806 WHERE `entry`=5595; - -/* Bartender Wental */ -UPDATE `creature_template` SET `subname` = 'Food and Drinks' WHERE `entry`=5620; - -/* Wastewander Assassin */ -UPDATE `creature_template` SET `minlevel` = 44 WHERE `entry`=5623; - -/* Undercity Guardian */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=5624; - -/* Dalinda Malem */ - - -/* Sandfury Firecaller */ -UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry`=5647; - -/* Undercity Practice Dummy */ -UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5652; - -/* Gunther's Visage */ -UPDATE `creature_template` SET `mingold` = 50, `maxgold` = 250 WHERE `entry`=5666; - -/* Dalin Forgewright */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5682; - -/* Dalin Forgewright Projection */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5691; - -/* Comar Villard Projection */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5692; - -/* Spawn of Hakkar */ -UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `rank` = 1 WHERE `entry`=5708; - -/* Shade of Eranikus */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=5709; - -/* Jammal'an the Prophet */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54 WHERE `entry`=5710; - -/* Ogom the Wretched */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53 WHERE `entry`=5711; - -/* Zolo */ -UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51 WHERE `entry`=5712; - -/* Gasher */ -UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51 WHERE `entry`=5713; - -/* Loro */ -UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51 WHERE `entry`=5714; - -/* Hukku */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52 WHERE `entry`=5715; - -/* Zul'Lor */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52 WHERE `entry`=5716; - -/* Mijan */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52 WHERE `entry`=5717; - -/* Morphaz */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52 WHERE `entry`=5719; - -/* Weaver */ -UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `mingold` = 124, `maxgold` = 1968 WHERE `entry`=5720; - -/* Dreamscythe */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `mingold` = 129, `maxgold` = 1765 WHERE `entry`=5721; - -/* Hazzas */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53 WHERE `entry`=5722; - -/* Warug's Target Dummy */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5723; - -/* Deathguard Lundmark */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=5725; - -/* Caged Squirrel */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=5739; - -/* Caged Rabbit */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `RangeAttackTime` = 2200 WHERE `entry`=5741; - -/* Caged Toad */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `RangeAttackTime` = 2200 WHERE `entry`=5742; - -/* Caged Sheep */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `RangeAttackTime` = 2200 WHERE `entry`=5743; - -/* Killian Sanatha */ -UPDATE `creature_template` SET `maxlevel` = 18 WHERE `entry`=5748; - -/* Martha Strain */ -UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=5753; - -/* Lilly */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5757; - -/* Leo Sarn */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5758; - -/* Deviate Moccasin */ -UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21, `mingold` = 21, `maxgold` = 104 WHERE `entry`=5762; - -/* Nightmare Ectoplasm */ -UPDATE `creature_template` SET `maxlevel` = 21, `mingold` = 7, `maxgold` = 34 WHERE `entry`=5763; - -/* Guardian of Blizzard */ -UPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 1.42857, `detection_range` = 40.0, `BaseAttackTime` = 1020, `RangeAttackTime` = 1122 WHERE `entry`=5764; - -/* Savannah Cub */ -UPDATE `creature_template` SET `maxlevel` = 5 WHERE `entry`=5766; - -/* Evolving Ectoplasm (Red) */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5776; - -/* Evolving Ectoplasm (Green) */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5777; - -/* Evolving Ectoplasm (Black) */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5778; - -/* Cloned Ectoplasm */ -UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 70 WHERE `entry`=5780; - -/* Silithid Creeper Egg */ -UPDATE `creature_template` SET `minlevel` = 21, `BaseAttackTime` = 1800, `RangeAttackTime` = 1980 WHERE `entry`=5781; - -/* Sister Hatelash */ -UPDATE `creature_template` SET `BaseAttackTime` = 1550 WHERE `entry`=5785; - -/* Cobrahn Snake Form */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=5791; - -/* Aean Swiftriver */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=5797; - -/* Thora Feathermoon */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=5798; - -/* Hannah Bladeleaf */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=5799; - -/* Marcus Bel */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=5800; - -/* Treant Ally */ -UPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 23 WHERE `entry`=5806; - -/* Warlord Kolkanis */ -UPDATE `creature_template` SET `BaseAttackTime` = 1575, `RangeAttackTime` = 1732 WHERE `entry`=5808; - -/* Watch Commander Zalaphil */ -UPDATE `creature_template` SET `BaseAttackTime` = 2500 WHERE `entry`=5809; - -/* Kurgul */ -UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=5815; - -/* Margol the Rager */ -UPDATE `creature_template` SET `BaseAttackTime` = 1266 WHERE `entry`=5833; - -/* Foreman Grills */ -UPDATE `creature_template` SET `maxlevel` = 19 WHERE `entry`=5835; - -/* Takk the Leaper */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857 WHERE `entry`=5842; - -/* Slave Worker */ - - -/* Captain Gerogg Hammertoe */ -UPDATE `creature_template` SET `BaseAttackTime` = 1425, `RangeAttackTime` = 1567 WHERE `entry`=5851; - -/* Inferno Elemental */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=5852; - -/* Swinegart Spearhide */ -UPDATE `creature_template` SET `BaseAttackTime` = 1450, `RangeAttackTime` = 1595 WHERE `entry`=5864; - -/* Serpent Form */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=5872; - -/* Thun'grim Firegaze */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5878; - -/* Mesa Earth Spirit */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5889; - -/* Redrock Earth Spirit */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200 WHERE `entry`=5890; - -/* Minor Manifestation of Earth */ -UPDATE `creature_template` SET `RangeAttackTime` = 2046 WHERE `entry`=5891; - -/* Minor Manifestation of Fire */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 2, `BaseAttackTime` = 1890, `RangeAttackTime` = 2079 WHERE `entry`=5893; - -/* Corrupt Minor Manifestation of Water */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 4, `BaseAttackTime` = 1790, `RangeAttackTime` = 1969 WHERE `entry`=5894; - -/* Minor Manifestation of Water */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 4, `BaseAttackTime` = 1790, `RangeAttackTime` = 1969, `mingold` = 1, `maxgold` = 275 WHERE `entry`=5895; - -/* Fire Spirit */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `dmgschool` = 2, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5896; - -/* Corrupt Water Spirit */ -UPDATE `creature_template` SET `maxlevel` = 19, `speed_walk` = 1.0, `dmgschool` = 4 WHERE `entry`=5897; - -/* Air Spirit */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `dmgschool` = 3, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5898; - -/* Telf Joolam */ -UPDATE `creature_template` SET `RangeAttackTime` = 1826 WHERE `entry`=5900; - -/* Minor Manifestation of Air */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `dmgschool` = 3, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5902; - -/* Deviate Faerie Dragon */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1483, `RangeAttackTime` = 1631 WHERE `entry`=5912; - -/* Deviate Nightmare */ -UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 28 WHERE `entry`=5914; - -/* Brother Ravenoak */ -UPDATE `creature_template` SET `BaseAttackTime` = 1408 WHERE `entry`=5915; - -/* Owl Form */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=5918; - -/* Sorrow Wing */ -UPDATE `creature_template` SET `speed_run` = 1.42857, `rank` = 2 WHERE `entry`=5928; - -/* Vile Sting */ -UPDATE `creature_template` SET `RangeAttackTime` = 1494 WHERE `entry`=5937; - -/* Lau'Tiki */ -UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=5941; - -/* Male Dark Assassin */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5946; - -/* Female Dark Assassin */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5947; - -/* Female Pirate */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5948; - -/* Male Pirate */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5949; - -/* Hare */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=5951; - -/* Den Grunt */ -UPDATE `creature_template` SET `mingold` = 85, `maxgold` = 425 WHERE `entry`=5952; - -/* Dreadmaul Ogre */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `unit_class` = 1 WHERE `entry`=5974; - -/* Dreadmaul Brute */ -UPDATE `creature_template` SET `speed_walk` = 1.6 WHERE `entry`=5976; - -/* Portal Seeker */ -UPDATE `creature_template` SET `unit_class` = 8, `mingold` = 61, `maxgold` = 644 WHERE `entry`=5981; - -/* Black Slayer */ -UPDATE `creature_template` SET `minlevel` = 46 WHERE `entry`=5982; - -/* Scorpok Stinger */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51 WHERE `entry`=5988; - -/* Wayward Buzzard */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=6013; - -/* Boar Spirit */ -UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 20, `speed_walk` = 1.0, `mingold` = 27, `maxgold` = 136 WHERE `entry`=6021; - -/* Breyk */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=6026; - -/* Kitha */ -UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=6027; - -/* Razorfen Stalker */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry`=6035; - -/* Aqua Guardian */ -UPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 23, `speed_walk` = 1.55556, `dmgschool` = 4, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 9, `maxgold` = 45 WHERE `entry`=6047; - -/* Maraudine Khan Guard */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 1.42857, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 329 WHERE `entry`=6069; - -/* Maraudine Khan Advisor */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `BaseAttackTime` = 1620, `RangeAttackTime` = 1782, `mingold` = 28, `maxgold` = 138 WHERE `entry`=6070; - -/* Legion Hound */ -UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 67 WHERE `entry`=6071; - -/* Diathorus the Seeker */ -UPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `speed_walk` = 1.0 WHERE `entry`=6072; - -/* Azuregos */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429 WHERE `entry`=6109; - -/* Vejrek */ -UPDATE `creature_template` SET `BaseAttackTime` = 1860, `RangeAttackTime` = 2046 WHERE `entry`=6113; - -/* Roaming Felguard */ -UPDATE `creature_template` SET `minlevel` = 29, `detection_range` = 18.0 WHERE `entry`=6115; - -/* Vorlus Vilehoof */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=6128; - -/* Blue Scalebane */ -UPDATE `creature_template` SET `speed_walk` = 0.888888 WHERE `entry`=6130; - -/* Lord Arkkoroc */ -UPDATE `creature_template` SET `BaseAttackTime` = 1175 WHERE `entry`=6134; - -/* Arkkoran Muckdweller */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=6136; - -/* Hetaera */ -UPDATE `creature_template` SET `BaseAttackTime` = 1216 WHERE `entry`=6140; - -/* Pridewing Soarer */ -UPDATE `creature_template` SET `minlevel` = 21 WHERE `entry`=6141; - -/* Son of Arkkoroc */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183 WHERE `entry`=6144; - -/* School of Fish */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=6145; - -/* Cliff Breaker */ -UPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 1.42857 WHERE `entry`=6146; - -/* Roogug */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28 WHERE `entry`=6168; - -/* Defias Raider */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1810, `RangeAttackTime` = 1991, `mingold` = 5, `maxgold` = 43 WHERE `entry`=6180; - -/* Caverndeep Burrower */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 27, `RangeAttackTime` = 1567 WHERE `entry`=6206; - -/* Caverndeep Ambusher */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 27, `RangeAttackTime` = 1881 WHERE `entry`=6207; - -/* Caverndeep Invader */ -UPDATE `creature_template` SET `RangeAttackTime` = 1567 WHERE `entry`=6208; - -/* Caverndeep Looter */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1383, `RangeAttackTime` = 1521 WHERE `entry`=6209; - -/* Caverndeep Pillager */ -UPDATE `creature_template` SET `RangeAttackTime` = 1604 WHERE `entry`=6210; - -/* Caverndeep Reaver */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `RangeAttackTime` = 1567 WHERE `entry`=6211; - -/* Dark Iron Agent */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `RangeAttackTime` = 1475 WHERE `entry`=6212; - -/* Irradiated Invader */ -UPDATE `creature_template` SET `RangeAttackTime` = 1567, `unit_class` = 8 WHERE `entry`=6213; - -/* Chomper */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `BaseAttackTime` = 1400, `RangeAttackTime` = 1540, `mingold` = 36, `maxgold` = 179 WHERE `entry`=6215; - -/* Irradiated Slime */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `RangeAttackTime` = 1567 WHERE `entry`=6218; - -/* Corrosive Lurker */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `RangeAttackTime` = 1567 WHERE `entry`=6219; - -/* Irradiated Horror */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `speed_run` = 1.14286, `dmgschool` = 4, `RangeAttackTime` = 1549 WHERE `entry`=6220; - -/* Addled Leper */ -UPDATE `creature_template` SET `BaseAttackTime` = 1760, `RangeAttackTime` = 1936 WHERE `entry`=6221; - -/* Leprous Technician */ -UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `RangeAttackTime` = 1881 WHERE `entry`=6222; - -/* Leprous Defender */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `RangeAttackTime` = 1567 WHERE `entry`=6223; - -/* Leprous Machinesmith */ -UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `RangeAttackTime` = 1881 WHERE `entry`=6224; - -/* Mechano-Tank */ -UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `speed_run` = 1.14286, `RangeAttackTime` = 1549 WHERE `entry`=6225; - -/* Mechano-Flamewalker */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31, `speed_run` = 1.14286, `RangeAttackTime` = 1475 WHERE `entry`=6226; - -/* Mechano-Frostwalker */ -UPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 32, `speed_run` = 1.14286, `RangeAttackTime` = 1475 WHERE `entry`=6227; - -/* Dark Iron Ambassador */ -UPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `BaseAttackTime` = 1358, `RangeAttackTime` = 1494, `mingold` = 57, `maxgold` = 286 WHERE `entry`=6228; - -/* Crowd Pummeler 9-60 */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `RangeAttackTime` = 1475 WHERE `entry`=6229; - -/* Peacekeeper Security Suit */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31, `RangeAttackTime` = 1475 WHERE `entry`=6230; - -/* Techbot */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1425, `RangeAttackTime` = 1567 WHERE `entry`=6231; - -/* Arcane Nullifier X-21 */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `RangeAttackTime` = 1475 WHERE `entry`=6232; - -/* Mechanized Sentry */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `RangeAttackTime` = 1567 WHERE `entry`=6233; - -/* Mechanized Guardian */ -UPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 32, `RangeAttackTime` = 1475 WHERE `entry`=6234; - -/* Electrocutioner 6000 */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `RangeAttackTime` = 1475 WHERE `entry`=6235; - -/* Big Will */ -UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 138 WHERE `entry`=6238; - -/* Cyclonian */ -UPDATE `creature_template` SET `dmgschool` = 3, `mingold` = 87, `maxgold` = 437 WHERE `entry`=6239; - -/* Affray Challenger */ -UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 50 WHERE `entry`=6240; - -/* Gelihast */ -UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26 WHERE `entry`=6243; - -/* Anathera */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=6245; - -/* Latherion */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `unit_class` = 2, `maxgold` = 1 WHERE `entry`=6246; - -/* Summoned Felhunter */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1881 WHERE `entry`=6268; - -/* Mouse */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=6271; - -/* Radnaal Maneweaver */ -UPDATE `creature_template` SET `subname` = 'Skinner' WHERE `entry`=6287; - -/* Jayla */ -UPDATE `creature_template` SET `subname` = 'Skinner' WHERE `entry`=6288; - -/* Thelgrum Stonehammer */ -UPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry`=6298; - -/* Delfrum Flintbeard */ -UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith' WHERE `entry`=6299; - -/* Gorbold Steelhand */ -UPDATE `creature_template` SET `subname` = 'General Trade Supplier' WHERE `entry`=6301; - -/* Dannie Fizzwizzle */ -UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=6328; - -/* Irradiated Pillager */ -UPDATE `creature_template` SET `RangeAttackTime` = 1567 WHERE `entry`=6329; - -/* Cat */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=6368; - -/* Dane Winslow */ -UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=6373; - -/* Cylina Darkheart */ -UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=6374; - -/* Wren Darkspring */ -UPDATE `creature_template` SET `subname` = 'Demon Trainer', `BaseAttackTime` = 1960, `RangeAttackTime` = 2156 WHERE `entry`=6376; - -/* Jubahl Corpseseeker */ -UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=6382; - -/* Ward of Zanzil */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0, `BaseAttackTime` = 1550, `RangeAttackTime` = 1705, `mingold` = 38, `maxgold` = 191 WHERE `entry`=6386; - -/* Zanzil Skeleton */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `BaseAttackTime` = 1560, `RangeAttackTime` = 1716, `mingold` = 36, `maxgold` = 181 WHERE `entry`=6388; - -/* Ulag the Cleaver */ -UPDATE `creature_template` SET `mingold` = 2, `maxgold` = 10 WHERE `entry`=6390; - -/* Holdout Warrior */ -UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30 WHERE `entry`=6391; - -/* Holdout Medic */ -UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `RangeAttackTime` = 1540 WHERE `entry`=6392; - -/* Holdout Technician */ -UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `speed_walk` = 1.0, `RangeAttackTime` = 1549 WHERE `entry`=6407; - -/* Skeleton */ -UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25 WHERE `entry`=6412; - -/* Ironspine */ -UPDATE `creature_template` SET `BaseAttackTime` = 1350, `RangeAttackTime` = 1485 WHERE `entry`=6489; - -/* Azshir the Sleepless */ -UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 624 WHERE `entry`=6490; - -/* Rift Spawn */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `dmgschool` = 6, `mingold` = 4, `maxgold` = 22 WHERE `entry`=6492; - -/* Illusionary Phantasm */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `mingold` = 50, `maxgold` = 248 WHERE `entry`=6493; - -/* Scorching Elemental */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=6520; - -/* Living Blaze */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=6521; - -/* Demon of the Orb */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1341, `RangeAttackTime` = 1475, `mingold` = 71, `maxgold` = 354 WHERE `entry`=6549; - -/* Mana Surge */ -UPDATE `creature_template` SET `dmgschool` = 6 WHERE `entry`=6550; - -/* Glutinous Ooze */ -UPDATE `creature_template` SET `maxgold` = 247 WHERE `entry`=6559; - -/* Cat Form (Night Elf Druid) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=6571; - -/* Cat Form (Tauren Druid) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=6572; - -/* Travel Form (Druid) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=6573; - -/* Scarlet Trainee */ -UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 30 WHERE `entry`=6575; - -/* Bingles Blastenheimer */ -UPDATE `creature_template` SET `BaseAttackTime` = 1850, `RangeAttackTime` = 2035 WHERE `entry`=6577; - -/* Ravasaur Matriarch */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `BaseAttackTime` = 1233 WHERE `entry`=6581; - -/* Gruff */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1175 WHERE `entry`=6583; - -/* Monnos the Elder */ -UPDATE `creature_template` SET `minlevel` = 54, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310 WHERE `entry`=6646; - -/* Magister Hawkhelm */ -UPDATE `creature_template` SET `minlevel` = 52, `speed_walk` = 1.0, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=6647; - -/* Antilos */ -UPDATE `creature_template` SET `BaseAttackTime` = 1233, `RangeAttackTime` = 1356 WHERE `entry`=6648; - -/* General Fangferror */ -UPDATE `creature_template` SET `minlevel` = 51 WHERE `entry`=6650; - -/* Master Feardred */ -UPDATE `creature_template` SET `minlevel` = 52, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=6652; - -/* Huge Toad */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=6653; - -/* "Plucky" Johnson's Human Form */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=6666; - -/* Gelkak Gyromast */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=6667; - -/* Baritanas Skyriver */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=6706; - -/* Thalon */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=6726; - -/* Morridune */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `BaseAttackTime` = 1740, `RangeAttackTime` = 1914, `mingold` = 11, `maxgold` = 53 WHERE `entry`=6729; - -/* Harlown Darkweave */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=6731; - -/* Stonevault Basher */ -UPDATE `creature_template` SET `BaseAttackTime` = 1341 WHERE `entry`=6733; - -/* Water Spirit */ -UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `speed_walk` = 1.0, `dmgschool` = 4, `BaseAttackTime` = 1820, `RangeAttackTime` = 2002, `mingold` = 2, `maxgold` = 8 WHERE `entry`=6748; - -/* Smudge Thunderwood */ -UPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry`=6779; - -/* Den Mother */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=6788; - -/* Defias Bodyguard */ -UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 26 WHERE `entry`=6866; - -/* Onin MacHammar */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `BaseAttackTime` = 1890, `RangeAttackTime` = 2079 WHERE `entry`=6886; - -/* Baelog */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41 WHERE `entry`=6906; - -/* Eric "The Swift" */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40 WHERE `entry`=6907; - -/* Olaf */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40 WHERE `entry`=6908; - -/* Sethir the Ancient */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2046 WHERE `entry`=6909; - -/* Revelosh */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40 WHERE `entry`=6910; - -/* Minion of Sethir */ -UPDATE `creature_template` SET `maxlevel` = 9, `speed_walk` = 1.0, `BaseAttackTime` = 1890, `RangeAttackTime` = 2079, `mingold` = 3, `maxgold` = 13 WHERE `entry`=6911; - -/* Lost One Rift Traveler */ -UPDATE `creature_template` SET `speed_walk` = 1.11111, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 9, `maxgold` = 47 WHERE `entry`=6913; - -/* Swamp Spirit */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 0.666668, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 147 WHERE `entry`=6932; - -/* Earthen Rocksmasher */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661 WHERE `entry`=7011; - -/* Earthen Sculptor */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661 WHERE `entry`=7012; - -/* Venomlash Scorpid */ -UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `RangeAttackTime` = 1475 WHERE `entry`=7022; - -/* Obsidian Sentinel */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=7023; - -/* Agent Kearnen */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=7024; - -/* Shadowforge Geologist */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `BaseAttackTime` = 1266, `RangeAttackTime` = 1393 WHERE `entry`=7030; - -/* Obsidian Elemental */ -UPDATE `creature_template` SET `minlevel` = 51 WHERE `entry`=7031; - -/* Condemned Acolyte */ -UPDATE `creature_template` SET `detection_range` = 20.0, `mingold` = 1430, `maxgold` = 1630 WHERE `entry`=7068; - -/* Condemned Monk */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 20.0, `mingold` = 1538, `maxgold` = 1738 WHERE `entry`=7069; - -/* Condemned Cleric */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 20.0, `mingold` = 1491, `maxgold` = 1691 WHERE `entry`=7070; - -/* Cursed Paladin */ -UPDATE `creature_template` SET `detection_range` = 20.0, `mingold` = 1465, `maxgold` = 1665 WHERE `entry`=7071; - -/* Cursed Justicar */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 20.0, `mingold` = 1430, `maxgold` = 1630 WHERE `entry`=7072; - -/* Arados the Damned */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `unit_class` = 2 WHERE `entry`=7073; - -/* Judge Thelgram */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1610, `unit_class` = 8 WHERE `entry`=7074; - -/* Writhing Mage */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 20.0, `mingold` = 1571, `maxgold` = 1771 WHERE `entry`=7075; - -/* Earthen Guardian */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `BaseAttackTime` = 1520, `RangeAttackTime` = 1672 WHERE `entry`=7076; - -/* Earthen Hallshaper */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661 WHERE `entry`=7077; - -/* Cleft Scorpid */ -UPDATE `creature_template` SET `minlevel` = 35 WHERE `entry`=7078; - -/* Viscous Fallout */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_run` = 1.14286, `dmgschool` = 4, `RangeAttackTime` = 1549 WHERE `entry`=7079; - -/* Shadowforge Ambusher */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `speed_walk` = 1.0, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=7091; - -/* Jadefire Satyr */ -UPDATE `creature_template` SET `maxlevel` = 50, `speed_walk` = 1.0 WHERE `entry`=7105; - -/* Jadefire Betrayer */ -UPDATE `creature_template` SET `minlevel` = 52 WHERE `entry`=7108; - -/* Toxic Horror */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=7132; - -/* Infernal Bodyguard */ -UPDATE `creature_template` SET `mingold` = 138, `maxgold` = 689 WHERE `entry`=7135; - -/* Deadwood Den Watcher */ -UPDATE `creature_template` SET `maxgold` = 679 WHERE `entry`=7156; - -/* Deadwood Avenger */ -UPDATE `creature_template` SET `mingold` = 114, `maxgold` = 754 WHERE `entry`=7157; - -/* Deadwood Shaman */ -UPDATE `creature_template` SET `maxgold` = 754 WHERE `entry`=7158; - -/* Polly */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `RangeAttackTime` = 2013 WHERE `entry`=7167; - -/* Thragomm */ -UPDATE `creature_template` SET `BaseAttackTime` = 1466, `RangeAttackTime` = 1613 WHERE `entry`=7170; - -/* Lore Keeper of Norgannon */ -UPDATE `creature_template` SET `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=7172; - -/* Ancient Stone Keeper */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=7206; - -/* Noarm */ - - -/* Obsidian Shard */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1660, `RangeAttackTime` = 1826, `mingold` = 23, `maxgold` = 115 WHERE `entry`=7209; - -/* Sand Storm */ -UPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 0.428571, `BaseAttackTime` = 1570, `RangeAttackTime` = 1727, `mingold` = 2, `maxgold` = 10 WHERE `entry`=7226; - -/* Ironaya */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `BaseAttackTime` = 1550, `RangeAttackTime` = 1850 WHERE `entry`=7228; - -/* Sandfury Shadowhunter */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46 WHERE `entry`=7246; - -/* Sandfury Soul Eater */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46 WHERE `entry`=7247; - -/* Ember */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_walk` = 1.0, `speed_run` = 0.857143, `dmgschool` = 2, `BaseAttackTime` = 1690, `RangeAttackTime` = 1859, `mingold` = 14, `maxgold` = 72 WHERE `entry`=7266; - -/* Chief Ukorz Sandscalp */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=7267; - -/* Sandfury Guardian */ -UPDATE `creature_template` SET `maxlevel` = 46 WHERE `entry`=7268; - -/* Scarab */ -UPDATE `creature_template` SET `maxlevel` = 46 WHERE `entry`=7269; - -/* Theka the Martyr */ -UPDATE `creature_template` SET `minlevel` = 45 WHERE `entry`=7272; - -/* Gahz'rilla */ -UPDATE `creature_template` SET `BaseAttackTime` = 1275, `RangeAttackTime` = 1402, `mingold` = 99, `maxgold` = 494 WHERE `entry`=7273; - -/* Sandfury Executioner */ -UPDATE `creature_template` SET `RangeAttackTime` = 1384 WHERE `entry`=7274; - -/* Shadowpriest Sezz'ziz */ -UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `BaseAttackTime` = 1266, `RangeAttackTime` = 1393, `mingold` = 103, `maxgold` = 1320 WHERE `entry`=7275; - -/* Zul'Farrak Dead Hero */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=7276; - -/* Zul'Farrak Zombie */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 183, `maxgold` = 1286 WHERE `entry`=7286; - -/* Shadowforge Sharpshooter */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=7290; - -/* Galgann Firehammer */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `BaseAttackTime` = 1000, `RangeAttackTime` = 1100 WHERE `entry`=7291; - -/* [UNUSED] Drayl */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1660, `RangeAttackTime` = 1826, `mingold` = 23, `maxgold` = 115 WHERE `entry`=7293; - -/* Earthen Custodian */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661 WHERE `entry`=7309; - -/* Lady Sathrah */ -UPDATE `creature_template` SET `RangeAttackTime` = 2068 WHERE `entry`=7319; - -/* Stonevault Mauler */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=7320; - -/* Stonevault Flameweaver */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=7321; - -/* Battle Boar Horror */ -UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 37 WHERE `entry`=7334; - -/* Death's Head Geomancer */ -UPDATE `creature_template` SET `maxlevel` = 36 WHERE `entry`=7335; - -/* Death's Head Necromancer */ -UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37 WHERE `entry`=7337; - -/* Skeletal Shadowcaster */ -UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 36, `BaseAttackTime` = 1590, `RangeAttackTime` = 1749 WHERE `entry`=7340; - -/* Skeletal Frostweaver */ -UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38 WHERE `entry`=7341; - -/* Skeletal Summoner */ -UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40 WHERE `entry`=7342; - -/* Splinterbone Warrior */ -UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38 WHERE `entry`=7344; - -/* Splinterbone Captain */ -UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40 WHERE `entry`=7345; - -/* Splinterbone Centurion */ -UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39 WHERE `entry`=7346; - -/* Boneflayer Ghoul */ -UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39 WHERE `entry`=7347; - -/* Thorn Eater Ghoul */ -UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38 WHERE `entry`=7348; - -/* Tomb Fiend */ -UPDATE `creature_template` SET `BaseAttackTime` = 1650, `RangeAttackTime` = 1815, `mingold` = 24, `maxgold` = 119 WHERE `entry`=7349; - -/* Tomb Reaver */ -UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 37, `BaseAttackTime` = 1358, `RangeAttackTime` = 1494, `mingold` = 63, `maxgold` = 317 WHERE `entry`=7351; - -/* Frozen Soul */ -UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38 WHERE `entry`=7352; - -/* Freezing Spirit */ -UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40 WHERE `entry`=7353; - -/* Ragglesnout */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `rank` = 1, `BaseAttackTime` = 1200, `RangeAttackTime` = 1300, `mingold` = 2544, `maxgold` = 12720 WHERE `entry`=7354; - -/* Tuten'kash */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `BaseAttackTime` = 1325, `RangeAttackTime` = 1457, `mingold` = 77, `maxgold` = 383 WHERE `entry`=7355; - -/* Plaguemaw the Rotting */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `BaseAttackTime` = 1316, `RangeAttackTime` = 1448, `mingold` = 80, `maxgold` = 941 WHERE `entry`=7356; - -/* Mordresh Fire Eye */ -UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 39 WHERE `entry`=7357; - -/* Amnennar the Coldbringer */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41 WHERE `entry`=7358; - -/* Dun Garok Soldier */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `mingold` = 13, `maxgold` = 63 WHERE `entry`=7360; - -/* Grubbis */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `BaseAttackTime` = 1341, `RangeAttackTime` = 1475, `mingold` = 70, `maxgold` = 626 WHERE `entry`=7361; - -/* Flawless Draenethyst Sphere */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=7364; - -/* Flawless Draenethyst Fragment */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 147 WHERE `entry`=7365; - -/* Restless Shade */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=7370; - -/* White Kitten */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=7386; - -/* Prairie Chicken */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=7392; - -/* Ancona Chicken */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=7394; - -/* Earthen Stonebreaker */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661 WHERE `entry`=7396; - -/* Earthen Stonecarver */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661 WHERE `entry`=7397; - -/* Draenei Refugee */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1560, `RangeAttackTime` = 1716, `mingold` = 37, `maxgold` = 183 WHERE `entry`=7401; - -/* Deadly Cleft Scorpid */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `RangeAttackTime` = 1716 WHERE `entry`=7405; - -/* Oglethorpe Obnoticus */ -UPDATE `creature_template` SET `subname` = 'Master Gnome Engineer' WHERE `entry`=7406; - -/* Faltering Draenethyst Sphere */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=7409; - -/* Spirit of Sathrah */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1890, `RangeAttackTime` = 2079, `mingold` = 3, `maxgold` = 14 WHERE `entry`=7411; - -/* Winterfall Ursa */ -UPDATE `creature_template` SET `maxgold` = 907 WHERE `entry`=7438; - -/* Winterfall Shaman */ -UPDATE `creature_template` SET `maxgold` = 871 WHERE `entry`=7439; - -/* Winterfall Den Watcher */ -UPDATE `creature_template` SET `maxgold` = 830 WHERE `entry`=7440; - -/* Winterfall Pathfinder */ -UPDATE `creature_template` SET `maxgold` = 750 WHERE `entry`=7442; - -/* Ice Thistle Yeti */ -UPDATE `creature_template` SET `maxgold` = 828 WHERE `entry`=7458; - -/* Hederine Manastalker */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=7462; - -/* Curse of the Eye (Male) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=7503; - -/* Curse of the Eye (Female) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=7504; - -/* Goblin Land Mine */ -UPDATE `creature_template` SET `mingold` = 34, `maxgold` = 168 WHERE `entry`=7527; - -/* Dark Whelpling */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=7543; - -/* Emerald Whelpling */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=7545; - -/* Tree Frog */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=7549; - -/* Wood Frog */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=7550; - -/* Snowshoe Rabbit */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=7560; - -/* Scarlet Snake */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=7566; - -/* Ribbon Snake */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=7568; - -/* Green Water Snake */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=7569; - -/* Leprous Assistant */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `RangeAttackTime` = 1881 WHERE `entry`=7603; - -/* Sergeant Bly */ -UPDATE `creature_template` SET `RangeAttackTime` = 1384 WHERE `entry`=7604; - -/* Raven */ -UPDATE `creature_template` SET `RangeAttackTime` = 1384 WHERE `entry`=7605; - -/* Oro Eyegouge */ -UPDATE `creature_template` SET `RangeAttackTime` = 1384 WHERE `entry`=7606; - -/* Weegli Blastfuse */ -UPDATE `creature_template` SET `RangeAttackTime` = 1448 WHERE `entry`=7607; - -/* Murta Grimgut */ -UPDATE `creature_template` SET `RangeAttackTime` = 1384 WHERE `entry`=7608; - -/* Razelikh the Defiler */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 2713 WHERE `entry`=7664; - -/* Grol the Destroyer */ -UPDATE `creature_template` SET `speed_walk` = 1.6 WHERE `entry`=7665; - -/* Servant of Sevine */ -UPDATE `creature_template` SET `minlevel` = 55 WHERE `entry`=7671; - -/* Grimtotem Naturalist */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=7726; - -/* Spirit of Kirith */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 689 WHERE `entry`=7729; - -/* Dupe Bug */ -UPDATE `creature_template` SET `speed_walk` = 0.4, `speed_run` = 0.285714, `RangeAttackTime` = 2200 WHERE `entry`=7732; - -/* Ilifar */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1158, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry`=7734; - -/* Felcular */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283, `mingold` = 157, `maxgold` = 786 WHERE `entry`=7735; - -/* Burning Servant */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_walk` = 1.0, `speed_run` = 0.857143, `dmgschool` = 2, `BaseAttackTime` = 1710, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 64 WHERE `entry`=7738; - -/* Corporal Thund Splithoof */ -UPDATE `creature_template` SET `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 1, `maxgold` = 689 WHERE `entry`=7750; - -/* Witherbark Felhunter */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1540, `RangeAttackTime` = 1694, `mingold` = 39, `maxgold` = 197 WHERE `entry`=7767; - -/* Witherbark Bloodling */ -UPDATE `creature_template` SET `BaseAttackTime` = 1760, `RangeAttackTime` = 1936 WHERE `entry`=7768; - -/* Hazzali Parasite */ - - -/* Winkey */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=7770; - -/* Kalin Windflight */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry`=7772; - -/* Priestess Tyriona */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `unit_class` = 2 WHERE `entry`=7779; - -/* Loramus Thalipedes */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=7783; - -/* Ward of Zum'rah */ -UPDATE `creature_template` SET `speed_run` = 1.0, `BaseAttackTime` = 1550, `RangeAttackTime` = 1705, `mingold` = 38, `maxgold` = 191 WHERE `entry`=7785; - -/* Skeleton of Zum'rah */ -UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `BaseAttackTime` = 1660, `RangeAttackTime` = 1826, `mingold` = 23, `maxgold` = 115 WHERE `entry`=7786; - -/* Sandfury Slave */ -UPDATE `creature_template` SET `BaseAttackTime` = 1580, `RangeAttackTime` = 1738, `mingold` = 34, `maxgold` = 168 WHERE `entry`=7787; - -/* Sandfury Drudge */ -UPDATE `creature_template` SET `BaseAttackTime` = 1560, `RangeAttackTime` = 1716, `mingold` = 37, `maxgold` = 183 WHERE `entry`=7788; - -/* Sandfury Cretin */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 534 WHERE `entry`=7789; - -/* Theka the Martyr Shapeshift */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=7791; - -/* Hydromancer Velratha */ -UPDATE `creature_template` SET `RangeAttackTime` = 1384 WHERE `entry`=7795; - -/* Nekrum Gutchewer */ -UPDATE `creature_template` SET `maxlevel` = 46, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 534 WHERE `entry`=7796; - -/* Ruuzlu */ -UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=7797; - -/* Mekgineer Thermaplugg */ -UPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `RangeAttackTime` = 1475 WHERE `entry`=7800; - -/* Scorpid Duneburrower */ -UPDATE `creature_template` SET `RangeAttackTime` = 1672 WHERE `entry`=7803; - -/* Wastewander Scofflaw */ -UPDATE `creature_template` SET `BaseAttackTime` = 1510, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 360 WHERE `entry`=7805; - -/* Homing Robot OOX-09/HL */ -UPDATE `creature_template` SET `speed_run` = 0.714286 WHERE `entry`=7806; - -/* Marauding Owlbeast */ -UPDATE `creature_template` SET `BaseAttackTime` = 1510, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 374 WHERE `entry`=7808; - -/* Vilebranch Ambusher */ -UPDATE `creature_template` SET `mingold` = 43, `maxgold` = 498 WHERE `entry`=7809; - -/* Bera Stonehammer */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=7823; - -/* Bulkrek Ragefist */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=7824; - -/* Teremus the Devourer */ -UPDATE `creature_template` SET `rank` = 3, `mingold` = 8283, `maxgold` = 41416 WHERE `entry`=7846; - -/* Lurking Feral Scar */ -UPDATE `creature_template` SET `mingold` = 43, `maxgold` = 440 WHERE `entry`=7848; - -/* Mobile Alert System */ -UPDATE `creature_template` SET `RangeAttackTime` = 1837 WHERE `entry`=7849; - -/* Kernobee */ -UPDATE `creature_template` SET `RangeAttackTime` = 1903 WHERE `entry`=7850; - -/* Southsea Freebooter */ - - -/* Dream Vision */ -UPDATE `creature_template` SET `speed_walk` = 0.6, `speed_run` = 1.42857, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=7863; - -/* Wildhammer Sentry */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=7865; - -/* Peter Galen */ -UPDATE `creature_template` SET `subname` = 'Master Dragonscale Leatherworker' WHERE `entry`=7866; - -/* Thorkaf Dragoneye */ -UPDATE `creature_template` SET `subname` = 'Master Dragonscale Leatherworker', `speed_walk` = 1.0 WHERE `entry`=7867; - -/* Sarah Tanner */ -UPDATE `creature_template` SET `subname` = 'Master Elemental Leatherworker' WHERE `entry`=7868; - -/* Brumn Winterhoof */ -UPDATE `creature_template` SET `subname` = 'Master Elemental Leatherworker' WHERE `entry`=7869; - -/* Se'Jib */ -UPDATE `creature_template` SET `subname` = 'Master Tribal Leatherworker' WHERE `entry`=7871; - -/* Death's Head Cultist */ -UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry`=7872; - -/* Razorfen Thornweaver */ -UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry`=7874; - -/* Spitelash Battlemaster */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=7885; - -/* Ambassador Bloodrage */ -UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 36, `BaseAttackTime` = 1350, `RangeAttackTime` = 1485 WHERE `entry`=7895; - -/* Alarm-a-bomb 2600 */ -UPDATE `creature_template` SET `RangeAttackTime` = 1991 WHERE `entry`=7897; - -/* Pirate treasure trigger mob */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143 WHERE `entry`=7898; - -/* Treasure Hunting Pirate */ -UPDATE `creature_template` SET `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 370 WHERE `entry`=7899; - -/* Treasure Hunting Swashbuckler */ -UPDATE `creature_template` SET `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 312 WHERE `entry`=7901; - -/* Treasure Hunting Buccaneer */ -UPDATE `creature_template` SET `BaseAttackTime` = 1510, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 296 WHERE `entry`=7902; - -/* Walking Bomb */ -UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_walk` = 2.4, `speed_run` = 0.857143, `BaseAttackTime` = 1710, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 64 WHERE `entry`=7915; - -/* Stone Watcher of Norgannon */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry`=7918; - -/* High Tinker Mekkatorque */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `mingold` = 1, `maxgold` = 866 WHERE `entry`=7937; - -/* Feathermoon Sentinel */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=7939; - -/* Tinkmaster Overspark */ -UPDATE `creature_template` SET `subname` = 'Master Gnome Engineer' WHERE `entry`=7944; - -/* Brannock */ -UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=7946; - -/* Kylanna Windwhisper */ -UPDATE `creature_template` SET `subname` = 'Master Alchemist' WHERE `entry`=7948; - -/* Xylinnia Starshine */ -UPDATE `creature_template` SET `subname` = 'Expert Enchanter' WHERE `entry`=7949; - -/* Mulgore Protector */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 739 WHERE `entry`=7975; - -/* Deathguard Elite */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 830 WHERE `entry`=7980; - -/* Vile Priestess Hexx */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183 WHERE `entry`=7995; - -/* Blastmaster Emi Shortfuse */ -UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `RangeAttackTime` = 1595 WHERE `entry`=7998; - -/* Tyrande Whisperwind */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `mingold` = 1, `maxgold` = 866 WHERE `entry`=7999; - -/* Sen'jin Guardian */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595, `mingold` = 85, `maxgold` = 425 WHERE `entry`=8017; - -/* Guthrum Thunderfist */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=8018; - -/* Fyldren Moonfeather */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=8019; - -/* Shyn */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=8020; - -/* Sharpbeak's Father */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 54, `maxgold` = 269 WHERE `entry`=8024; - -/* Sharpbeak's Mother */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 54, `maxgold` = 269 WHERE `entry`=8025; - -/* Dark Iron Land Mine */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `speed_walk` = 1.0, `speed_run` = 1.0, `BaseAttackTime` = 1690, `RangeAttackTime` = 1859, `mingold` = 19, `maxgold` = 97 WHERE `entry`=8035; - -/* Edana Hatetalon */ -UPDATE `creature_template` SET `BaseAttackTime` = 1241, `RangeAttackTime` = 1365, `mingold` = 115, `maxgold` = 1908 WHERE `entry`=8075; - -/* Sul'lithuz Sandcrawler */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 47 WHERE `entry`=8095; - -/* Ziggle Sparks */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1550, `RangeAttackTime` = 1705, `mingold` = 1, `maxgold` = 577 WHERE `entry`=8116; - -/* Wizbang Booms */ -UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `speed_walk` = 1.0, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 1, `maxgold` = 502 WHERE `entry`=8117; - -/* Lillian Singh */ -UPDATE `creature_template` SET `BaseAttackTime` = 1710, `RangeAttackTime` = 1881, `mingold` = 1, `maxgold` = 377 WHERE `entry`=8118; - -/* Sul'lithuz Abomination */ -UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47 WHERE `entry`=8120; - -/* Jaxxil Sparks */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1770, `RangeAttackTime` = 1947, `mingold` = 1, `maxgold` = 300 WHERE `entry`=8121; - -/* Kizzak Sparks */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1770, `RangeAttackTime` = 1947, `mingold` = 1, `maxgold` = 300 WHERE `entry`=8122; - -/* Nixx Sprocketspring */ -UPDATE `creature_template` SET `subname` = 'Master Goblin Engineer' WHERE `entry`=8126; - -/* Antu'sul */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48 WHERE `entry`=8127; - -/* Pikkle */ -UPDATE `creature_template` SET `subname` = 'Miner' WHERE `entry`=8128; - -/* Wrinkle Goodsteel */ -UPDATE `creature_template` SET `subname` = 'Superior Armor Crafter' WHERE `entry`=8129; - -/* Lord Shalzaru */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=8136; - -/* Sul'lithuz Broodling */ -UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 145 WHERE `entry`=8138; - -/* Camp Mojache Brave */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=8147; - -/* Sul'lithuz Warder */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `speed_walk` = 1.0, `BaseAttackTime` = 1658, `RangeAttackTime` = 1824, `mingold` = 1, `maxgold` = 4 WHERE `entry`=8149; - -/* Narv Hidecrafter */ -UPDATE `creature_template` SET `subname` = 'Expert Leathercrafter' WHERE `entry`=8153; - -/* Kargath Grunt */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 692, `maxgold` = 692 WHERE `entry`=8155; - -/* Servant of Antu'sul */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `BaseAttackTime` = 1283, `RangeAttackTime` = 1411, `mingold` = 96, `maxgold` = 480 WHERE `entry`=8156; - -/* Greater Healing Ward */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `BaseAttackTime` = 1560, `RangeAttackTime` = 1716, `mingold` = 3, `maxgold` = 14 WHERE `entry`=8179; - -/* Omgorn the Lost */ -UPDATE `creature_template` SET `BaseAttackTime` = 1233, `RangeAttackTime` = 1356 WHERE `entry`=8201; - -/* Cyclok the Mad */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `RangeAttackTime` = 1375 WHERE `entry`=8202; - -/* Kregg Keelhaul */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258 WHERE `entry`=8203; - -/* Haarka the Ravenous */ -UPDATE `creature_template` SET `BaseAttackTime` = 1233, `RangeAttackTime` = 1356 WHERE `entry`=8205; - -/* Greater Firebird */ -UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `BaseAttackTime` = 1266, `RangeAttackTime` = 1393 WHERE `entry`=8207; - -/* Murderous Blisterpaw */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `BaseAttackTime` = 1291, `RangeAttackTime` = 1420 WHERE `entry`=8208; - -/* Razortalon */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=8210; - -/* Old Cliff Jumper */ -UPDATE `creature_template` SET `RangeAttackTime` = 1430 WHERE `entry`=8211; - -/* The Reak */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1241, `RangeAttackTime` = 1365 WHERE `entry`=8212; - -/* Ironback */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1338 WHERE `entry`=8213; - -/* Jalinde Summerdrake */ -UPDATE `creature_template` SET `BaseAttackTime` = 1216 WHERE `entry`=8214; - -/* Mith'rethis the Enchanter */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=8217; - -/* Witherheart the Stalker */ -UPDATE `creature_template` SET `BaseAttackTime` = 1275, `RangeAttackTime` = 1402 WHERE `entry`=8218; - -/* Muck Frenzy */ -UPDATE `creature_template` SET `minlevel` = 14 WHERE `entry`=8236; - -/* Oozeling */ - - -/* Soaring Razorbeak */ -UPDATE `creature_template` SET `minlevel` = 40 WHERE `entry`=8276; - -/* Shleipnarr */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=8280; - -/* Scald */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=8281; - -/* Slave Master Blackheart */ -UPDATE `creature_template` SET `BaseAttackTime` = 1233, `RangeAttackTime` = 1356 WHERE `entry`=8283; - -/* Dorius Stonetender */ -UPDATE `creature_template` SET `speed_run` = 0.714286 WHERE `entry`=8284; - -/* Mojo the Twisted */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `BaseAttackTime` = 1250 WHERE `entry`=8296; - -/* Akubar the Seer */ -UPDATE `creature_template` SET `BaseAttackTime` = 1191 WHERE `entry`=8298; - -/* Deatheye */ -UPDATE `creature_template` SET `BaseAttackTime` = 1241, `RangeAttackTime` = 1365, `mingold` = 109, `maxgold` = 545 WHERE `entry`=8302; - -/* Grunter */ -UPDATE `creature_template` SET `BaseAttackTime` = 1233, `RangeAttackTime` = 1356 WHERE `entry`=8303; - -/* Alenndaar Lapidaar */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=8308; - -/* Atal'ai Deathwalker's Spirit */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `mingold` = 107, `maxgold` = 537 WHERE `entry`=8317; - -/* Nightmare Whelp */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50 WHERE `entry`=8319; - -/* Sprok */ -UPDATE `creature_template` SET `BaseAttackTime` = 1730, `RangeAttackTime` = 1903 WHERE `entry`=8320; - -/* Atal'ai Skeleton */ -UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47, `BaseAttackTime` = 1550, `RangeAttackTime` = 1705, `mingold` = 38, `maxgold` = 190 WHERE `entry`=8324; - -/* Hakkari Sapper */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50 WHERE `entry`=8336; - -/* Dark Iron Steelshifter */ -UPDATE `creature_template` SET `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 384 WHERE `entry`=8337; - -/* Dark Iron Marksman */ -UPDATE `creature_template` SET `RangeAttackTime` = 1606, `mingold` = 54, `maxgold` = 269 WHERE `entry`=8338; - -/* Mechanical Chicken */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=8376; - -/* Patrick Mills */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=8382; - -/* Master Wood */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=8383; - -/* Deep Lurker */ -UPDATE `creature_template` SET `maxlevel` = 49 WHERE `entry`=8384; - -/* Horizon Scout First Mate */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738, `mingold` = 34, `maxgold` = 168 WHERE `entry`=8387; - -/* Horizon Scout Cook */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1590, `RangeAttackTime` = 1749, `mingold` = 32, `maxgold` = 161 WHERE `entry`=8388; - -/* Horizon Scout Engineer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1590, `RangeAttackTime` = 1749, `mingold` = 32, `maxgold` = 161 WHERE `entry`=8389; - -/* Lathoric the Black */ -UPDATE `creature_template` SET `mingold` = 147, `maxgold` = 737 WHERE `entry`=8391; - -/* Pilot Xiggs Fuselighter */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 564 WHERE `entry`=8392; - -/* Roland Geardabbler */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738, `unit_class` = 8, `mingold` = 34, `maxgold` = 168 WHERE `entry`=8394; - -/* Ogtinc */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry`=8405; - -/* Caravan Master Tset */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=8409; - -/* Dorius */ -UPDATE `creature_template` SET `BaseAttackTime` = 1510, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry`=8421; - -/* Hakkari Bloodkeeper */ -UPDATE `creature_template` SET `maxlevel` = 50, `mingold` = 107, `maxgold` = 534 WHERE `entry`=8438; - -/* Shade of Hakkar */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `speed_walk` = 1.0, `maxgold` = 2 WHERE `entry`=8440; - -/* Avatar of Hakkar */ -UPDATE `creature_template` SET `minlevel` = 50, `speed_walk` = 1.0, `BaseAttackTime` = 1225, `RangeAttackTime` = 1347, `unit_class` = 2, `mingold` = 124, `maxgold` = 620 WHERE `entry`=8443; - -/* Trade Master Kovic */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry`=8444; - -/* Xiggs Fuselighter's Flyingmachine */ -UPDATE `creature_template` SET `mingold` = 37, `maxgold` = 183 WHERE `entry`=8446; - -/* Skeletal Servant */ -UPDATE `creature_template` SET `minlevel` = 57 WHERE `entry`=8477; - -/* Second Mate Shandril */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738, `mingold` = 34, `maxgold` = 168 WHERE `entry`=8478; - -/* Kalaran the Deceiver */ -UPDATE `creature_template` SET `BaseAttackTime` = 1216, `RangeAttackTime` = 1338, `mingold` = 8, `maxgold` = 40 WHERE `entry`=8480; - -/* Nightmare Suppressor */ -UPDATE `creature_template` SET `maxlevel` = 50 WHERE `entry`=8497; - -/* Gibblewilt */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `BaseAttackTime` = 1550, `RangeAttackTime` = 1705 WHERE `entry`=8503; - -/* Dark Iron Sentry */ -UPDATE `creature_template` SET `unit_class` = 2, `mingold` = 103, `maxgold` = 640 WHERE `entry`=8504; - -/* Hex of Jammal'an */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=8505; - -/* Gretta Ganter */ -UPDATE `creature_template` SET `subname` = 'Fisherman Supplies' WHERE `entry`=8508; - -/* Blighted Surge */ -UPDATE `creature_template` SET `maxlevel` = 55, `dmgschool` = 4 WHERE `entry`=8519; - -/* Plague Ravager */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=8520; - -/* Blighted Horror */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `dmgschool` = 4 WHERE `entry`=8521; - -/* Plague Monstrosity */ -UPDATE `creature_template` SET `minlevel` = 57, `speed_run` = 1.14286, `dmgschool` = 4 WHERE `entry`=8522; - -/* Cannibal Ghoul */ -UPDATE `creature_template` SET `maxgold` = 789 WHERE `entry`=8530; - -/* Unseen Servant */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=8538; - -/* Gangled Golem */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=8544; - -/* Stitched Golem */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8545; - -/* Death Cultist */ -UPDATE `creature_template` SET `minlevel` = 53 WHERE `entry`=8547; - -/* Chief Sharptusk Thornmantle */ -UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 9 WHERE `entry`=8554; - -/* Crypt Stalker */ -UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=8555; - -/* Glutton */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40 WHERE `entry`=8567; - -/* Magus Rimtori */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1420, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry`=8578; - -/* Atal'alarion */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry`=8580; - -/* Blood Elf Defender */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1650, `mingold` = 46, `maxgold` = 230 WHERE `entry`=8581; - -/* Frost Spectre */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `BaseAttackTime` = 1600, `RangeAttackTime` = 1760, `mingold` = 31, `maxgold` = 154 WHERE `entry`=8585; - -/* Umbranse the Spiritspeaker */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=8588; - -/* Angered Infernal */ -UPDATE `creature_template` SET `minlevel` = 53, `speed_walk` = 1.0, `BaseAttackTime` = 1490, `RangeAttackTime` = 1639, `mingold` = 48, `maxgold` = 239 WHERE `entry`=8608; - -/* Alexandra Constantine */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=8609; - -/* Kroum */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=8610; - -/* Idol Room Spawner */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=8611; - -/* Screecher Spirit */ -UPDATE `creature_template` SET `mingold` = 17, `maxgold` = 86 WHERE `entry`=8612; - -/* Mithril Dragonling */ -UPDATE `creature_template` SET `speed_walk` = 1.11111, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=8615; - -/* Infernal Servant */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 54, `maxgold` = 269 WHERE `entry`=8616; - -/* Hukku's Voidwalker */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `BaseAttackTime` = 1490, `RangeAttackTime` = 1639, `mingold` = 48, `maxgold` = 241 WHERE `entry`=8656; - -/* Hukku's Succubus */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `BaseAttackTime` = 1490, `RangeAttackTime` = 1639, `mingold` = 48, `maxgold` = 241 WHERE `entry`=8657; - -/* Hukku's Imp */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `BaseAttackTime` = 1490, `RangeAttackTime` = 1639, `mingold` = 48, `maxgold` = 241 WHERE `entry`=8658; - -/* The Evalcharr */ -UPDATE `creature_template` SET `BaseAttackTime` = 1250 WHERE `entry`=8660; - -/* Gusting Vortex */ -UPDATE `creature_template` SET `dmgschool` = 3 WHERE `entry`=8667; - -/* Felhound Tracker */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=8668; - -/* Jubie Gadgetspring */ -UPDATE `creature_template` SET `subname` = 'Engineering Supplier', `speed_walk` = 1.0 WHERE `entry`=8678; - -/* Massive Infernal */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 2.0, `speed_run` = 1.42857, `rank` = 3, `RangeAttackTime` = 1500 WHERE `entry`=8680; - -/* Dreadlord */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857 WHERE `entry`=8716; - -/* Felguard Elite */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857 WHERE `entry`=8717; - -/* Manahound */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857 WHERE `entry`=8718; - -/* Buzzek Bracketswing */ -UPDATE `creature_template` SET `subname` = 'Master Engineer' WHERE `entry`=8736; - -/* Raytaf */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1258 WHERE `entry`=8756; - -/* Shahiar */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1258 WHERE `entry`=8757; - -/* Zaman */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1258 WHERE `entry`=8758; - -/* Emerald Dragon Whelp */ -UPDATE `creature_template` SET `speed_walk` = 1.11111, `RangeAttackTime` = 2200, `unit_class` = 8, `maxgold` = 1 WHERE `entry`=8776; - -/* Battle Chicken */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `maxgold` = 1 WHERE `entry`=8836; - -/* Muck Splash */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=8837; - -/* Tyrion's Spybot */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=8856; - -/* Sandfury Acolyte */ -UPDATE `creature_template` SET `BaseAttackTime` = 1570, `RangeAttackTime` = 1727, `mingold` = 35, `maxgold` = 174 WHERE `entry`=8876; - -/* Sandfury Zealot */ -UPDATE `creature_template` SET `BaseAttackTime` = 1560, `RangeAttackTime` = 1716, `mingold` = 37, `maxgold` = 183 WHERE `entry`=8877; - -/* A tormented voice */ - - -/* Anvilrage Overseer */ -UPDATE `creature_template` SET `BaseAttackTime` = 1333 WHERE `entry`=8889; - -/* Anvilrage Footman */ -UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 52 WHERE `entry`=8892; - -/* Anvilrage Soldier */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 53 WHERE `entry`=8893; - -/* Anvilrage Medic */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 53 WHERE `entry`=8894; - -/* Anvilrage Officer */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54 WHERE `entry`=8895; - -/* Shadowforge Peasant */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 54 WHERE `entry`=8896; - -/* Doomforge Craftsman */ -UPDATE `creature_template` SET `maxlevel` = 54 WHERE `entry`=8897; - -/* Anvilrage Marshal */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55 WHERE `entry`=8898; - -/* Doomforge Dragoon */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55 WHERE `entry`=8899; - -/* Doomforge Arcanasmith */ -UPDATE `creature_template` SET `maxlevel` = 55 WHERE `entry`=8900; - -/* Anvilrage Reservist */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55 WHERE `entry`=8901; - -/* Shadowforge Citizen */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 56 WHERE `entry`=8902; - -/* Anvilrage Captain */ -UPDATE `creature_template` SET `maxlevel` = 56 WHERE `entry`=8903; - -/* Shadowforge Senator */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56 WHERE `entry`=8904; - -/* Warbringer Construct */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54 WHERE `entry`=8905; - -/* Ragereaver Golem */ -UPDATE `creature_template` SET `maxlevel` = 55 WHERE `entry`=8906; - -/* Wrath Hammer Construct */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56 WHERE `entry`=8907; - -/* Molten War Golem */ -UPDATE `creature_template` SET `maxlevel` = 56 WHERE `entry`=8908; - -/* Blazing Fireguard */ -UPDATE `creature_template` SET `maxlevel` = 54 WHERE `entry`=8910; - -/* Fireguard Destroyer */ -UPDATE `creature_template` SET `maxlevel` = 56 WHERE `entry`=8911; - -/* Twilight Emissary */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 53 WHERE `entry`=8913; - -/* Twilight Bodyguard */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54 WHERE `entry`=8914; - -/* Arena Spectator */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 54 WHERE `entry`=8916; - -/* Quarry Slave */ - - -/* Weapon Technician */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 56 WHERE `entry`=8920; - -/* Bloodhound Mastiff */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55 WHERE `entry`=8922; - -/* Panzor the Invincible */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 2561 WHERE `entry`=8923; - -/* The Behemoth */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `rank` = 2, `mingold` = 120, `maxgold` = 598 WHERE `entry`=8924; - -/* Dredge Worm */ -UPDATE `creature_template` SET `maxlevel` = 52, `mingold` = 51, `maxgold` = 257 WHERE `entry`=8925; - -/* Deep Stinger */ -UPDATE `creature_template` SET `maxlevel` = 52 WHERE `entry`=8926; - -/* Dark Screecher */ -UPDATE `creature_template` SET `maxlevel` = 52, `RangeAttackTime` = 1650 WHERE `entry`=8927; - -/* Burrowing Thundersnout */ -UPDATE `creature_template` SET `maxlevel` = 52, `mingold` = 46, `maxgold` = 230 WHERE `entry`=8928; - -/* Princess Moira Bronzebeard */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `unit_class` = 2 WHERE `entry`=8929; - -/* Borer Beetle */ -UPDATE `creature_template` SET `maxlevel` = 52 WHERE `entry`=8932; - -/* Cave Creeper */ -UPDATE `creature_template` SET `maxlevel` = 52 WHERE `entry`=8933; - -/* Christopher Hewen */ -UPDATE `creature_template` SET `subname` = 'General Trade Goods Vendor', `minlevel` = 30, `maxlevel` = 30 WHERE `entry`=8934; - -/* Pet Bomb */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=8937; - -/* Effsee */ - - -/* Hematos */ -UPDATE `creature_template` SET `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=8976; - -/* Thauris Balgarr */ -UPDATE `creature_template` SET `mingold` = 144, `maxgold` = 720 WHERE `entry`=8978; - -/* Gruklash */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=8979; - -/* Firegut Captain */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `speed_walk` = 1.6, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 53, `maxgold` = 267 WHERE `entry`=8980; - -/* Malfunctioning Reaver */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 139, `maxgold` = 696 WHERE `entry`=8981; - -/* Ironhand Guardian */ -UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56 WHERE `entry`=8982; - -/* Golem Lord Argelmach */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry`=8983; - -/* Voidwalker Minion */ -UPDATE `creature_template` SET `mingold` = 57, `maxgold` = 79 WHERE `entry`=8996; - -/* Bael'Gar */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54 WHERE `entry`=9016; - -/* Lord Incendius */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=9017; - -/* Emperor Dagran Thaurissan */ -UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59 WHERE `entry`=9019; - -/* Lord Roccor */ -UPDATE `creature_template` SET `rank` = 2 WHERE `entry`=9025; - -/* Overmaster Pyron */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `dmgschool` = 2 WHERE `entry`=9026; - -/* Gorosh the Dervish */ -UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `mingold` = 147, `maxgold` = 1784 WHERE `entry`=9027; - -/* Grizzle */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `mingold` = 143, `maxgold` = 2301 WHERE `entry`=9028; - -/* Eviscerator */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9029; - -/* Ok'thor the Breaker */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9030; - -/* Anub'shiah */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `mingold` = 138, `maxgold` = 689 WHERE `entry`=9031; - -/* Hedrum the Creeper */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `mingold` = 133, `maxgold` = 666 WHERE `entry`=9032; - -/* General Angerforge */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry`=9033; - -/* Doom'rel */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry`=9039; - -/* Warder Stilgiss */ -UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56 WHERE `entry`=9041; - -/* Verek */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=9042; - -/* Scarshield Quartermaster */ -UPDATE `creature_template` SET `rank` = 2 WHERE `entry`=9046; - -/* Fineous Darkvire */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54 WHERE `entry`=9056; - -/* Sha'ni Proudtusk */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595, `mingold` = 1, `maxgold` = 702 WHERE `entry`=9136; - -/* Ambassador Flamelash */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry`=9156; - -/* Burning Spirit */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `dmgschool` = 2, `mingold` = 12, `maxgold` = 61 WHERE `entry`=9178; - -/* Highlord Omokk */ -UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59 WHERE `entry`=9196; - -/* War Master Voone */ -UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `BaseAttackTime` = 1333 WHERE `entry`=9237; - -/* Firebrand Pyromancer */ -UPDATE `creature_template` SET `maxlevel` = 58 WHERE `entry`=9264; - -/* Petra Grossen */ -UPDATE `creature_template` SET `speed_run` = 0.828571 WHERE `entry`=9273; - -/* Dadanga */ -UPDATE `creature_template` SET `speed_run` = 0.828571 WHERE `entry`=9274; - -/* Enraged Wyvern */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=9297; - -/* Gaeriyan */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=9299; - -/* Blazerunner */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=9376; - -/* Swirling Vortex */ -UPDATE `creature_template` SET `dmgschool` = 3 WHERE `entry`=9377; - -/* Ground Pounder */ -UPDATE `creature_template` SET `mingold` = 36, `maxgold` = 181 WHERE `entry`=9396; - -/* Living Storm */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 3 WHERE `entry`=9397; - -/* Twilight's Hammer Executioner */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56, `speed_walk` = 1.0, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9398; - -/* Spawn of Bael'Gar */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 215 WHERE `entry`=9436; - -/* Dark Keeper Vorfalk */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9437; - -/* Dark Keeper Bethek */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9438; - -/* Dark Keeper Uggel */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=9439; - -/* Dark Keeper Zimrel */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 200, `maxgold` = 998 WHERE `entry`=9441; - -/* Dark Keeper Ofgut */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9442; - -/* Dark Keeper Pelver */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=9443; - -/* Dark Guard */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `mingold` = 147, `maxgold` = 1388 WHERE `entry`=9445; - -/* Scarlet Warder */ -UPDATE `creature_template` SET `mingold` = 1351, `maxgold` = 1463 WHERE `entry`=9447; - -/* Scarlet Praetorian */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `mingold` = 1377, `maxgold` = 1497 WHERE `entry`=9448; - -/* Scarlet Cleric */ -UPDATE `creature_template` SET `mingold` = 1357, `maxgold` = 1471 WHERE `entry`=9449; - -/* Scarlet Curate */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `mingold` = 1367, `maxgold` = 1484 WHERE `entry`=9450; - -/* Scarlet Archmage */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1183, `mingold` = 1346, `maxgold` = 1456 WHERE `entry`=9451; - -/* Scarlet Enchanter */ -UPDATE `creature_template` SET `mingold` = 1229, `maxgold` = 1335 WHERE `entry`=9452; - -/* Aquementas */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=9453; - -/* Warlord Krom'zar */ -UPDATE `creature_template` SET `mingold` = 16, `maxgold` = 87 WHERE `entry`=9456; - -/* Horde Defender */ -UPDATE `creature_template` SET `detection_range` = 25.0, `mingold` = 5, `maxgold` = 24 WHERE `entry`=9457; - -/* Horde Axe Thrower */ -UPDATE `creature_template` SET `detection_range` = 25.0, `mingold` = 5, `maxgold` = 23 WHERE `entry`=9458; - -/* Gadgetzan Bruiser */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry`=9460; - -/* Frenzied Black Drake */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1216, `RangeAttackTime` = 1338, `mingold` = 129, `maxgold` = 643 WHERE `entry`=9461; - -/* Chieftain Bloodmaw */ -UPDATE `creature_template` SET `BaseAttackTime` = 2500, `maxgold` = 309 WHERE `entry`=9462; - -/* Overlord Ror */ -UPDATE `creature_template` SET `minlevel` = 51 WHERE `entry`=9464; - -/* Watchman Doomgrip */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 152, `maxgold` = 1133 WHERE `entry`=9476; - -/* Cloned Ooze */ -UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 316 WHERE `entry`=9477; - -/* Gorishi Egg */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=9496; - -/* Gorishi Grub */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1530, `RangeAttackTime` = 1683, `mingold` = 41, `maxgold` = 207 WHERE `entry`=9498; - -/* Private Rocknot */ -UPDATE `creature_template` SET `speed_run` = 0.714286 WHERE `entry`=9503; - -/* Grark Lorkrub */ -UPDATE `creature_template` SET `BaseAttackTime` = 1200 WHERE `entry`=9520; - -/* Enraged Felbat */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `BaseAttackTime` = 1216, `RangeAttackTime` = 1338 WHERE `entry`=9521; - -/* Blackrock Ambusher */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 143, `maxgold` = 713 WHERE `entry`=9522; - -/* Kolkar Stormseer */ -UPDATE `creature_template` SET `mingold` = 5 WHERE `entry`=9523; - -/* Kolkar Invader */ -UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 49 WHERE `entry`=9524; - -/* Enraged Gryphon */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=9526; - -/* Enraged Hippogryph */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `speed_run` = 4.28571, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606 WHERE `entry`=9527; - -/* Hurley Blackbreath */ -UPDATE `creature_template` SET `mingold` = 147, `maxgold` = 2123 WHERE `entry`=9537; - -/* High Executioner Nuzrak */ -UPDATE `creature_template` SET `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=9538; - -/* Shadow of Lexlort */ -UPDATE `creature_template` SET `BaseAttackTime` = 1430, `RangeAttackTime` = 1573, `mingold` = 60, `maxgold` = 298 WHERE `entry`=9539; - -/* Blackbreath Crony */ -UPDATE `creature_template` SET `mingold` = 147, `maxgold` = 1575 WHERE `entry`=9541; - -/* Franclorn's Spirit */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=9542; - -/* Raschal the Courier */ -UPDATE `creature_template` SET `BaseAttackTime` = 1590, `RangeAttackTime` = 1749, `mingold` = 1, `maxgold` = 526 WHERE `entry`=9546; - -/* Felhound Minion */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=9556; - -/* Arei */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 0.928571, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 1, `maxgold` = 702 WHERE `entry`=9598; - -/* Arei Transformed */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=9599; - -/* Parrot */ - - -/* Treant Spirit */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `speed_walk` = 1.0, `BaseAttackTime` = 1420, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry`=9601; - -/* Hahk'Zor */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 139, `maxgold` = 696 WHERE `entry`=9602; - -/* Gorgon'och */ -UPDATE `creature_template` SET `BaseAttackTime` = 1200, `RangeAttackTime` = 1320, `mingold` = 130, `maxgold` = 651 WHERE `entry`=9604; - -/* Blackrock Raider */ -UPDATE `creature_template` SET `mingold` = 61, `maxgold` = 305 WHERE `entry`=9605; - -/* Gargantuan Ooze */ -UPDATE `creature_template` SET `maxlevel` = 51, `speed_walk` = 1.0, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595, `mingold` = 55, `maxgold` = 276 WHERE `entry`=9621; - -/* Lil' Smoky */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=9657; - -/* Sprite Darter Hatchling */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=9662; - -/* Tink Sprocketwhistle */ -UPDATE `creature_template` SET `RangeAttackTime` = 1947 WHERE `entry`=9676; - -/* Ograbisi */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=9677; - -/* Shill Dinger */ -UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56 WHERE `entry`=9678; - -/* Crest Killer */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54 WHERE `entry`=9680; - -/* Jaz */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53 WHERE `entry`=9681; - -/* Marshal Reginald Windsor */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `BaseAttackTime` = 1241, `RangeAttackTime` = 1365, `mingold` = 1, `maxgold` = 731 WHERE `entry`=9682; - -/* Lar'korwi */ -UPDATE `creature_template` SET `mingold` = 53, `maxgold` = 267 WHERE `entry`=9684; - -/* Fire Beetle */ -UPDATE `creature_template` SET `speed_run` = 0.714286 WHERE `entry`=9699; - -/* Lava Crab */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=9700; - -/* Spire Scorpid */ - - -/* Illusionary Dreamwatcher */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=9705; - -/* Scarshield Portal */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=9707; - -/* Ghok Bashguud */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283, `mingold` = 142, `maxgold` = 708 WHERE `entry`=9718; - -/* Quartermaster Zigris */ -UPDATE `creature_template` SET `rank` = 2 WHERE `entry`=9736; - -/* Flamekin Torcher */ - - -/* Flamekin Rager */ - - -/* Pyroguard Emberseer */ -UPDATE `creature_template` SET `rank` = 3, `dmgschool` = 2 WHERE `entry`=9816; - -/* Locheed */ -UPDATE `creature_template` SET `BaseAttackTime` = 1530, `RangeAttackTime` = 1683, `mingold` = 41, `maxgold` = 207 WHERE `entry`=9876; - -/* Common Kitten */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `speed_run` = 1.14286, `maxgold` = 1 WHERE `entry`=9937; - -/* Magmus */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry`=9938; - -/* Arugal */ -UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `mingold` = 24, `maxgold` = 119 WHERE `entry`=10000; - -/* Tainted Rat */ - - -/* Tainted Cockroach */ - - -/* Brackenwall Enforcer */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 526, `maxgold` = 526 WHERE `entry`=10036; - -/* Lakeshire Guard */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 502 WHERE `entry`=10037; - -/* Night Watch Guard */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 213, `maxgold` = 213 WHERE `entry`=10038; - -/* Gorishi Hive Guard */ -UPDATE `creature_template` SET `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 53, `maxgold` = 267 WHERE `entry`=10040; - -/* Gorishi Hive Queen */ -UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595, `mingold` = 55, `maxgold` = 276 WHERE `entry`=10041; - -/* Corrupted Saber */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=10042; - -/* High Priestess of Thaurissan */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `unit_class` = 2 WHERE `entry`=10076; - -/* Deathmaw */ -UPDATE `creature_template` SET `BaseAttackTime` = 1200, `RangeAttackTime` = 1329 WHERE `entry`=10077; - -/* Terrorspark */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 139, `maxgold` = 696 WHERE `entry`=10078; - -/* Dustwraith */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45 WHERE `entry`=10081; - -/* Zerillis */ -UPDATE `creature_template` SET `mingold` = 93, `maxgold` = 1307 WHERE `entry`=10082; - -/* High Justice Grimstone */ -UPDATE `creature_template` SET `mingold` = 116, `maxgold` = 582 WHERE `entry`=10096; - -/* Vault Warder */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384 WHERE `entry`=10120; - -/* Rookery Whelp */ -UPDATE `creature_template` SET `RangeAttackTime` = 1595 WHERE `entry`=10161; - -/* Lady Sylvanas Windrunner */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `mingold` = 1, `maxgold` = 866 WHERE `entry`=10181; - -/* Onyxia */ -UPDATE `creature_template` SET `mingold` = 914892, `maxgold` = 1066294 WHERE `entry`=10184; - -/* General Colbatann */ -UPDATE `creature_template` SET `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=10196; - -/* Mezzir the Howler */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183 WHERE `entry`=10197; - -/* Kashoch the Reaver */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150 WHERE `entry`=10198; - -/* Grizzle Snowpaw */ -UPDATE `creature_template` SET `BaseAttackTime` = 1158 WHERE `entry`=10199; - -/* Rak'shiri */ -UPDATE `creature_template` SET `BaseAttackTime` = 1500 WHERE `entry`=10200; - -/* Lady Hederine */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1141 WHERE `entry`=10201; - -/* Azurous */ -UPDATE `creature_template` SET `BaseAttackTime` = 1158, `RangeAttackTime` = 1274 WHERE `entry`=10202; - -/* Misha */ -UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62 WHERE `entry`=10204; - -/* Superior Healing Ward */ -UPDATE `creature_template` SET `maxlevel` = 56, `mingold` = 44, `maxgold` = 220 WHERE `entry`=10218; - -/* Bijou */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 817 WHERE `entry`=10257; - -/* Rookery Guardian */ -UPDATE `creature_template` SET `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=10258; - -/* Worg Pup */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=10259; - -/* Burning Felhound */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1470, `RangeAttackTime` = 1617 WHERE `entry`=10261; - -/* Burning Felguard */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=10263; - -/* Solakar Flamewreath */ -UPDATE `creature_template` SET `BaseAttackTime` = 2600, `RangeAttackTime` = 1283 WHERE `entry`=10264; - -/* Rotgath Stonebeard */ -UPDATE `creature_template` SET `subname` = 'Expert Blacksmith' WHERE `entry`=10276; - -/* Groum Stonebeard */ -UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith' WHERE `entry`=10277; - -/* Captured Felwood Ooze */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1710, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 64 WHERE `entry`=10290; - -/* Vaelan */ -UPDATE `creature_template` SET `maxlevel` = 54, `speed_walk` = 1.0, `BaseAttackTime` = 1225, `RangeAttackTime` = 1347, `unit_class` = 1 WHERE `entry`=10296; - -/* Murkdeep */ -UPDATE `creature_template` SET `mingold` = 5, `maxgold` = 55 WHERE `entry`=10323; - -/* Vaelastrasz the Red */ -UPDATE `creature_template` SET `unit_class` = 1, `mingold` = 164, `maxgold` = 818 WHERE `entry`=10340; - -/* General Drakkisath */ -UPDATE `creature_template` SET `speed_run` = 0.992063, `rank` = 3 WHERE `entry`=10363; - -/* Yaelika Farclaw */ -UPDATE `creature_template` SET `subname` = 'Reagents & Poisons', `mingold` = 1, `maxgold` = 689 WHERE `entry`=10364; - -/* Shrye Ragefist */ -UPDATE `creature_template` SET `subname` = 'Food and Drink', `mingold` = 1, `maxgold` = 752 WHERE `entry`=10367; - -/* [UNUSED] Xur'gyl */ -UPDATE `creature_template` SET `subname` = 'Axe Trainer', `speed_walk` = 1.0, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 1, `maxgold` = 502 WHERE `entry`=10370; - -/* Xabraxxis */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1810, `RangeAttackTime` = 1991, `mingold` = 10, `maxgold` = 52 WHERE `entry`=10373; - -/* Omusa Thunderhorn */ -UPDATE `creature_template` SET `detection_range` = 20.0 WHERE `entry`=10378; - -/* Broken Cadaver */ -UPDATE `creature_template` SET `mingold` = 65, `maxgold` = 326 WHERE `entry`=10383; - -/* Vengeful Phantom */ -UPDATE `creature_template` SET `mingold` = 56, `maxgold` = 278 WHERE `entry`=10387; - -/* Spiteful Phantom */ -UPDATE `creature_template` SET `speed_walk` = 1.11111, `dmgschool` = 4, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry`=10388; - -/* Wrath Phantom */ -UPDATE `creature_template` SET `dmgschool` = 5, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=10389; - -/* Skul */ -UPDATE `creature_template` SET `mingold` = 346, `maxgold` = 2854 WHERE `entry`=10393; - -/* Black Guard Sentry */ -UPDATE `creature_template` SET `dmgschool` = 5, `mingold` = 152, `maxgold` = 2416 WHERE `entry`=10394; - -/* Rockwing Gargoyle */ -UPDATE `creature_template` SET `minlevel` = 57 WHERE `entry`=10408; - -/* Eye of Naxxramas */ -UPDATE `creature_template` SET `maxgold` = 808 WHERE `entry`=10411; - -/* Warchief Rend Blackhand */ -UPDATE `creature_template` SET `rank` = 3, `mingold` = 6929, `maxgold` = 34647 WHERE `entry`=10429; - -/* Ramstein the Gorger */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `mingold` = 1, `maxgold` = 1757 WHERE `entry`=10439; - -/* Chromatic Whelp */ -UPDATE `creature_template` SET `detection_range` = 25.0 WHERE `entry`=10442; - -/* Chromatic Dragonspawn */ -UPDATE `creature_template` SET `detection_range` = 25.0 WHERE `entry`=10447; - -/* Rend on Drake Visual */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.42857 WHERE `entry`=10459; - -/* Plagued Insect */ - - -/* Skulking Corpse */ -UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `speed_run` = 0.428571, `RangeAttackTime` = 1540, `mingold` = 65, `maxgold` = 326 WHERE `entry`=10479; - -/* Risen Lackey */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56 WHERE `entry`=10482; - -/* Ragged Ghoul */ -UPDATE `creature_template` SET `maxlevel` = 58, `speed_walk` = 1.0, `BaseAttackTime` = 1158, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry`=10497; - -/* Kirtonos the Herald */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 168, `maxgold` = 838 WHERE `entry`=10506; - -/* Jed Runewatcher */ -UPDATE `creature_template` SET `mingold` = 310, `maxgold` = 1552 WHERE `entry`=10509; - -/* The Unforgiven */ -UPDATE `creature_template` SET `mingold` = 534, `maxgold` = 2669 WHERE `entry`=10516; - -/* Vaelastrasz */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `mingold` = 432, `maxgold` = 2158 WHERE `entry`=10538; - -/* Vol'jin */ -UPDATE `creature_template` SET `subname` = 'King of Darkspear Trolls', `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=10540; - -/* Krakle's Thermometer */ - - -/* Lady Vespia */ -UPDATE `creature_template` SET `BaseAttackTime` = 1450 WHERE `entry`=10559; - -/* Crypt Scarab */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 0.833332 WHERE `entry`=10577; - -/* Kirtonos the Herald (Spell Visual) */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 2000 WHERE `entry`=10579; - -/* Young Arikara */ -UPDATE `creature_template` SET `rank` = 1 WHERE `entry`=10581; - -/* Dog */ - - -/* Gryfe */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=10583; - -/* Urok Doomhowl */ -UPDATE `creature_template` SET `rank` = 2 WHERE `entry`=10584; - -/* Smolderweb Hatchling */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=10598; - -/* Urok Enforcer */ -UPDATE `creature_template` SET `mingold` = 133, `maxgold` = 666 WHERE `entry`=10601; - -/* Hallucination */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=10603; - -/* Huntress Nhemai */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=10604; - -/* Huntress Yaeliura */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=10606; - -/* Rivern Frostwind */ -UPDATE `creature_template` SET `subname` = 'Wintersaber Trainers' WHERE `entry`=10618; - -/* Oakpaw */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063 WHERE `entry`=10640; - -/* Branch Snapper */ -UPDATE `creature_template` SET `BaseAttackTime` = 1441, `RangeAttackTime` = 1585 WHERE `entry`=10641; - -/* Eck'alom */ -UPDATE `creature_template` SET `dmgschool` = 4, `BaseAttackTime` = 1425 WHERE `entry`=10642; - -/* Prince Raze */ -UPDATE `creature_template` SET `BaseAttackTime` = 1350 WHERE `entry`=10647; - -/* Guardian Felhunter */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=10656; - -/* Corrupted Cat */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `RangeAttackTime` = 2200 WHERE `entry`=10657; - -/* Cobalt Whelp */ -UPDATE `creature_template` SET `minlevel` = 54 WHERE `entry`=10659; - -/* Manaclaw */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=10663; - -/* Scryer */ -UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857 WHERE `entry`=10664; - -/* Raider Jhash */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=10676; - -/* Summoned Blackhand Dreadweaver */ -UPDATE `creature_template` SET `BaseAttackTime` = 2600, `RangeAttackTime` = 1274 WHERE `entry`=10680; - -/* Summoned Blackhand Veteran */ -UPDATE `creature_template` SET `RangeAttackTime` = 1274 WHERE `entry`=10681; - -/* Raider Kerr */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=10682; - -/* Rookery Hatcher */ -UPDATE `creature_template` SET `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 903 WHERE `entry`=10683; - -/* Swine */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=10685; - -/* Bile Slime */ -UPDATE `creature_template` SET `mingold` = 62, `maxgold` = 308 WHERE `entry`=10697; - -/* Summoned Zombie */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54 WHERE `entry`=10698; - -/* Carrion Scarab */ -UPDATE `creature_template` SET `mingold` = 58, `maxgold` = 288 WHERE `entry`=10699; - -/* Belfry Bat */ - - -/* Temporal Parasite */ -UPDATE `creature_template` SET `maxlevel` = 57 WHERE `entry`=10717; - -/* Shahram */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=10718; - -/* Herald of Thrall */ -UPDATE `creature_template` SET `mingold` = 45, `maxgold` = 224 WHERE `entry`=10719; - -/* Shy-Rotam */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1500, `RangeAttackTime` = 1265 WHERE `entry`=10737; - -/* High Chief Winterfall */ -UPDATE `creature_template` SET `maxgold` = 2823 WHERE `entry`=10738; - -/* Sian-Rotam */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `RangeAttackTime` = 1265 WHERE `entry`=10741; - -/* Blackhand Dragon Handler */ -UPDATE `creature_template` SET `detection_range` = 25.0 WHERE `entry`=10742; - -/* Scalding Elemental */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `dmgschool` = 4 WHERE `entry`=10756; - -/* Boiling Elemental */ -UPDATE `creature_template` SET `speed_run` = 0.857143, `dmgschool` = 4 WHERE `entry`=10757; - -/* Finkle Einhorn */ -UPDATE `creature_template` SET `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=10776; - -/* Infected Squirrel */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=10779; - -/* Infected Deer */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=10780; - -/* Orb of Deception (Orc, Male) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10783; - -/* Orb of Deception (Orc, Female) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10784; - -/* Orb of Deception (Tauren, Male) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10785; - -/* Orb of Deception (Tauren, Female) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10786; - -/* Orb of Deception (Troll, Male) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10787; - -/* Orb of Deception (Troll, Female) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10788; - -/* Orb of Deception (Undead, Male) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10789; - -/* Orb of Deception (Undead, Female) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10790; - -/* Orb of Deception (Dwarf, Male) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10791; - -/* Orb of Deception (Dwarf, Female) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10792; - -/* Orb of Deception (Gnome, Male) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10793; - -/* Orb of Deception (Gnome, Female) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10794; - -/* Orb of Deception (Human, Male) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10795; - -/* Orb of Deception (Human, Female) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10796; - -/* Orb of Deception (NightElf, Male) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10797; - -/* Orb of Deception (Nightelf, Female) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=10798; - -/* Warosh */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry`=10799; - -/* Warosh the Redeemed */ -UPDATE `creature_template` SET `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=10800; - -/* Hitah'ya the Keeper */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183 WHERE `entry`=10802; - -/* Timmy the Cruel */ -UPDATE `creature_template` SET `rank` = 2, `mingold` = 142, `maxgold` = 2828 WHERE `entry`=10808; - -/* Stonespine */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283 WHERE `entry`=10809; - -/* Grand Crusader Dathrohan */ -UPDATE `creature_template` SET `mingold` = 461, `maxgold` = 2307 WHERE `entry`=10812; - -/* Balnazzar */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 461, `maxgold` = 3148 WHERE `entry`=10813; - -/* Baron Bloodbane */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `unit_class` = 2 WHERE `entry`=10819; - -/* Hed'mush the Rotting */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=10821; - -/* Warlord Thresh'jin */ -UPDATE `creature_template` SET `BaseAttackTime` = 1166, `RangeAttackTime` = 1283 WHERE `entry`=10822; - -/* Zul'Brin Warpbranch */ -UPDATE `creature_template` SET `BaseAttackTime` = 1158, `RangeAttackTime` = 1274 WHERE `entry`=10823; - -/* Gish the Unmoving */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=10825; - -/* Lord Darkscythe */ -UPDATE `creature_template` SET `BaseAttackTime` = 1175 WHERE `entry`=10826; - -/* Deathspeaker Selendre */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=10827; - -/* High General Abbendis */ -UPDATE `creature_template` SET `BaseAttackTime` = 1158, `mingold` = 2035, `maxgold` = 2141 WHERE `entry`=10828; - -/* Farmer Dalson */ -UPDATE `creature_template` SET `mingold` = 56, `maxgold` = 278 WHERE `entry`=10836; - -/* Undead Scarab */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `mingold` = 58, `maxgold` = 288 WHERE `entry`=10876; - -/* Arikara */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=10882; - -/* Sindrayl */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=10897; - -/* Goraluk Anvilcrack */ -UPDATE `creature_template` SET `rank` = 1 WHERE `entry`=10899; - -/* Winterfall Runner */ -UPDATE `creature_template` SET `minlevel` = 57 WHERE `entry`=10916; - -/* Aurius */ - - -/* Rotting Worm */ - - -/* Succubus Minion */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40 WHERE `entry`=10928; - -/* Joseph Redpath */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=10936; - -/* Captain Redpath */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=10937; - -/* Redpath the Corrupted */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=10938; - -/* Marduk the Black */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310 WHERE `entry`=10939; - -/* Ghost of the Past */ - - -/* Decrepit Guardian */ -UPDATE `creature_template` SET `mingold` = 115, `maxgold` = 574 WHERE `entry`=10943; - -/* Davil Lightfire */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=10944; - -/* Davil Crokford */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=10945; - -/* Horgus the Ravager */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 1824, `maxgold` = 1824 WHERE `entry`=10946; - -/* Darrowshire Betrayer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1440, `RangeAttackTime` = 1584 WHERE `entry`=10947; - -/* Darrowshire Defender */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1440, `RangeAttackTime` = 1584 WHERE `entry`=10948; - -/* Silver Hand Disciple */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1320 WHERE `entry`=10949; - -/* Redpath Militia */ -UPDATE `creature_template` SET `maxlevel` = 56, `speed_walk` = 1.0, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595 WHERE `entry`=10950; - -/* Marauding Corpse */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595 WHERE `entry`=10951; - -/* Marauding Skeleton */ -UPDATE `creature_template` SET `speed_walk` = 0.888888, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595 WHERE `entry`=10952; - -/* Servant of Horgus */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1320 WHERE `entry`=10953; - -/* Bloodletter */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1320 WHERE `entry`=10954; - -/* Summoned Water Elemental */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56, `dmgschool` = 4, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 55, `maxgold` = 273 WHERE `entry`=10955; - -/* Umi's Mechanical Yeti */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=10980; - -/* Frostwolf */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 2.57143 WHERE `entry`=10981; - -/* Whitewhisker Vermin */ -UPDATE `creature_template` SET `mingold` = 152, `maxgold` = 761 WHERE `entry`=10982; - -/* Winterax Troll */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1292 WHERE `entry`=10983; - -/* Winterax Berserker */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1283 WHERE `entry`=10984; - -/* Ice Giant */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `speed_walk` = 1.0, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=10985; - -/* Snowblind Harpy */ -UPDATE `creature_template` SET `mingold` = 126, `maxgold` = 699 WHERE `entry`=10986; - -/* Irondeep Trogg */ -UPDATE `creature_template` SET `mingold` = 152, `maxgold` = 761 WHERE `entry`=10987; - -/* Kodo Spirit */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 64, `maxgold` = 318 WHERE `entry`=10988; - -/* Blizzard Elemental */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `speed_walk` = 1.0, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=10989; - -/* Alterac Ram */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `mingold` = 63, `maxgold` = 316 WHERE `entry`=10990; - -/* Wildpaw Gnoll */ -UPDATE `creature_template` SET `mingold` = 61, `maxgold` = 488 WHERE `entry`=10991; - -/* Fallen Hero */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 152, `maxgold` = 761 WHERE `entry`=10996; - -/* Captured Arko'narin */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48 WHERE `entry`=11016; - -/* Arko'narin */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `speed_walk` = 1.0, `BaseAttackTime` = 1530, `RangeAttackTime` = 1683, `mingold` = 1, `maxgold` = 602 WHERE `entry`=11018; - -/* Illusory Wraith */ -UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `speed_walk` = 1.0, `BaseAttackTime` = 1500, `RangeAttackTime` = 1650, `mingold` = 47, `maxgold` = 233 WHERE `entry`=11027; - -/* Jemma Quikswitch */ -UPDATE `creature_template` SET `subname` = 'Journeyman Engineer' WHERE `entry`=11028; - -/* Trixie Quikswitch */ -UPDATE `creature_template` SET `subname` = 'Expert Engineer' WHERE `entry`=11029; - -/* Mindless Undead */ - - -/* Franklin Lloyd */ -UPDATE `creature_template` SET `subname` = 'Expert Engineer' WHERE `entry`=11031; - -/* Jenna Lemkenilli */ -UPDATE `creature_template` SET `subname` = 'Journeyman Engineer' WHERE `entry`=11037; - -/* Milla Fairancora */ -UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist' WHERE `entry`=11041; - -/* Sylvanna Forestmoon */ -UPDATE `creature_template` SET `subname` = 'Expert Alchemist' WHERE `entry`=11042; - -/* Doctor Martin Felben */ -UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist Trainer' WHERE `entry`=11044; - -/* Victor Ward */ -UPDATE `creature_template` SET `subname` = 'Journeyman Tailor' WHERE `entry`=11048; - -/* Rhiannon Davis */ -UPDATE `creature_template` SET `subname` = 'Expert Tailor' WHERE `entry`=11049; - -/* Trianna */ -UPDATE `creature_template` SET `subname` = 'Journeyman Tailor' WHERE `entry`=11050; - -/* Timothy Worthington */ -UPDATE `creature_template` SET `subname` = 'Master Tailor' WHERE `entry`=11052; - -/* Crimson Rifleman */ -UPDATE `creature_template` SET `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=11054; - -/* Fras Siabi */ -UPDATE `creature_template` SET `BaseAttackTime` = 1141, `RangeAttackTime` = 1255, `mingold` = 173, `maxgold` = 1981 WHERE `entry`=11058; - -/* Darrowshire Spirit */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 714 WHERE `entry`=11064; - -/* Thonys Pillarstone */ -UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter' WHERE `entry`=11065; - -/* Malcomb Wynn */ -UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter' WHERE `entry`=11067; - -/* Lalina Summermoon */ -UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter' WHERE `entry`=11070; - -/* Kitta Firewind */ -UPDATE `creature_template` SET `subname` = 'Artisan Enchanter' WHERE `entry`=11072; - -/* Annora */ -UPDATE `creature_template` SET `subname` = 'Master Enchanter', `speed_walk` = 1.0, `BaseAttackTime` = 1470, `RangeAttackTime` = 1617 WHERE `entry`=11073; - -/* Hgarth */ -UPDATE `creature_template` SET `subname` = 'Artisan Enchanter' WHERE `entry`=11074; - -/* Cauldron Lord Bilemaw */ -UPDATE `creature_template` SET `mingold` = 50, `maxgold` = 250 WHERE `entry`=11075; - -/* Cauldron Lord Razarch */ -UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 316 WHERE `entry`=11076; - -/* Cauldron Lord Malvinious */ -UPDATE `creature_template` SET `mingold` = 54, `maxgold` = 269 WHERE `entry`=11077; - -/* Cauldron Lord Soulwrath */ -UPDATE `creature_template` SET `mingold` = 57, `maxgold` = 287 WHERE `entry`=11078; - -/* Faldron */ -UPDATE `creature_template` SET `subname` = 'Expert Leatherworker' WHERE `entry`=11081; - -/* Stratholme Courier */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=11082; - -/* Darianna */ -UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry`=11083; - -/* Drakk Stonehand */ -UPDATE `creature_template` SET `subname` = 'Master Leatherworking Trainer' WHERE `entry`=11097; - -/* Hahrana Ironhide */ -UPDATE `creature_template` SET `subname` = 'Master Leatherworker' WHERE `entry`=11098; - -/* Argent Guard */ -UPDATE `creature_template` SET `mingold` = 40, `maxgold` = 199 WHERE `entry`=11099; - -/* Argent Rider */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=11102; - -/* Crimson Hammersmith */ -UPDATE `creature_template` SET `mingold` = 168, `maxgold` = 838 WHERE `entry`=11120; - -/* Black Guard Swordsmith */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1133, `RangeAttackTime` = 1246, `mingold` = 187, `maxgold` = 935 WHERE `entry`=11121; - -/* Restless Soul */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=11122; - -/* Freed Soul */ -UPDATE `creature_template` SET `speed_walk` = 6.0, `speed_run` = 2.14286, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=11136; - -/* Maethrya */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=11138; - -/* Yugrek */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=11139; - -/* Spirit of Trey Lightforge */ -UPDATE `creature_template` SET `mingold` = 121, `maxgold` = 604 WHERE `entry`=11141; - -/* Undead Postman */ -UPDATE `creature_template` SET `BaseAttackTime` = 1191, `RangeAttackTime` = 1310, `mingold` = 1, `maxgold` = 817 WHERE `entry`=11142; - -/* Postmaster Malown */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283, `mingold` = 435, `maxgold` = 2176 WHERE `entry`=11143; - -/* Ironus Coldsteel */ -UPDATE `creature_template` SET `subname` = 'Special Weapon Crafter' WHERE `entry`=11146; - -/* Crystal Trigger */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=11179; - -/* Bloodvenom Post Brave */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 727 WHERE `entry`=11180; - -/* Qia */ -UPDATE `creature_template` SET `subname` = 'Trade Goods Supplies' WHERE `entry`=11189; - -/* Everlook Bruiser */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57 WHERE `entry`=11190; - -/* Argent Defender */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 689 WHERE `entry`=11194; - -/* Deathcharger */ -UPDATE `creature_template` SET `speed_run` = 1.38571, `detection_range` = 18.0, `RangeAttackTime` = 900 WHERE `entry`=11195; - -/* Mindless Skeleton */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=11197; - -/* Crimson Cannon */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=11199; - -/* Summoned Skeleton */ -UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 39 WHERE `entry`=11200; - -/* Kerlonian Evershade */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=11218; - -/* Blood Parrot */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=11236; - -/* Manifestation of Water */ -UPDATE `creature_template` SET `dmgschool` = 4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=11256; - -/* Onyxian Whelp */ -UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 57 WHERE `entry`=11262; - -/* Spectral Projection */ -UPDATE `creature_template` SET `minlevel` = 58, `mingold` = 61, `maxgold` = 307 WHERE `entry`=11263; - -/* Caer Darrow Citizen */ -UPDATE `creature_template` SET `minlevel` = 14, `maxlevel` = 57, `speed_walk` = 1.0, `mingold` = 61, `maxgold` = 307 WHERE `entry`=11277; - -/* Magnus Frostwake */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 1, `maxgold` = 627 WHERE `entry`=11278; - -/* Caer Darrow Guardsman */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 48, `maxgold` = 240 WHERE `entry`=11279; - -/* Caer Darrow Cannoneer */ -UPDATE `creature_template` SET `minlevel` = 50, `BaseAttackTime` = 2000, `mingold` = 47, `maxgold` = 233 WHERE `entry`=11280; - -/* Caer Darrow Horseman */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 51, `maxgold` = 257 WHERE `entry`=11281; - -/* Melia */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `maxgold` = 1 WHERE `entry`=11282; - -/* Sammy */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `maxgold` = 1 WHERE `entry`=11283; - -/* Dark Shade */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 59, `speed_walk` = 1.0, `BaseAttackTime` = 1158, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 2857 WHERE `entry`=11284; - -/* Rory */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 23, `maxgold` = 115 WHERE `entry`=11285; - -/* Magistrate Marduke */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=11286; - -/* Baker Masterson */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 1, `maxgold` = 464 WHERE `entry`=11287; - -/* Mossflayer Zombie */ -UPDATE `creature_template` SET `maxgold` = 741 WHERE `entry`=11290; - -/* Unliving Mossflayer */ -UPDATE `creature_template` SET `maxgold` = 531 WHERE `entry`=11291; - -/* Darrowshire Poltergeist */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=11296; - -/* Joseph Dirte */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 2000, `mingold` = 18, `maxgold` = 92 WHERE `entry`=11316; - -/* Panda Cub */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=11325; - -/* Mini Diablo */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=11326; - -/* Zergling */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `maxgold` = 1 WHERE `entry`=11327; - -/* Hakkari Oracle */ -UPDATE `creature_template` SET `maxgold` = 489 WHERE `entry`=11346; - -/* Zealot Lor'Khan */ -UPDATE `creature_template` SET `minlevel` = 60, `speed_walk` = 1.0, `BaseAttackTime` = 2000 WHERE `entry`=11347; - -/* Zealot Zath */ -UPDATE `creature_template` SET `minlevel` = 60 WHERE `entry`=11348; - -/* Gurubashi Warrior */ -UPDATE `creature_template` SET `maxgold` = 576 WHERE `entry`=11355; - -/* Soulflayer */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=11359; - -/* Bloodseeker Bat */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 2.14286 WHERE `entry`=11368; - -/* Hooktooth Frenzy */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=11374; - -/* Bloodlord Mandokir */ -UPDATE `creature_template` SET `speed_walk` = 0.833332, `speed_run` = 2.14286 WHERE `entry`=11382; - -/* High Priestess Hai'watna */ -UPDATE `creature_template` SET `rank` = 1 WHERE `entry`=11383; - -/* Sandfury Speaker */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=11387; - -/* Witherbark Speaker */ -UPDATE `creature_template` SET `minlevel` = 57 WHERE `entry`=11388; - -/* Vilebranch Speaker */ -UPDATE `creature_template` SET `minlevel` = 60 WHERE `entry`=11391; - -/* Minor Infernal */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=11437; - -/* Illusion of Jandice Barov */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283, `mingold` = 158, `maxgold` = 792 WHERE `entry`=11439; - -/* Mushgog */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=11447; - -/* Gordok Warlock */ -UPDATE `creature_template` SET `detection_range` = 25.0, `mingold` = 481, `maxgold` = 2236 WHERE `entry`=11448; - -/* Gordok Reaver */ -UPDATE `creature_template` SET `detection_range` = 25.0 WHERE `entry`=11450; - -/* Warpwood Treant */ -UPDATE `creature_template` SET `minlevel` = 53 WHERE `entry`=11462; - -/* Tsu'zee */ -UPDATE `creature_template` SET `rank` = 1 WHERE `entry`=11467; - -/* Eldreth Apparition */ -UPDATE `creature_template` SET `minlevel` = 56 WHERE `entry`=11471; - -/* Eldreth Spectre */ -UPDATE `creature_template` SET `minlevel` = 56, `speed_walk` = 1.11111, `speed_run` = 1.14286 WHERE `entry`=11473; - -/* Eldreth Phantasm */ -UPDATE `creature_template` SET `minlevel` = 57 WHERE `entry`=11475; - -/* Rotting Highborne */ -UPDATE `creature_template` SET `minlevel` = 57 WHERE `entry`=11477; - -/* Arcane Aberration */ -UPDATE `creature_template` SET `minlevel` = 57, `dmgschool` = 6 WHERE `entry`=11480; - -/* Mana Remnant */ -UPDATE `creature_template` SET `dmgschool` = 6 WHERE `entry`=11483; - -/* Residual Monstrosity */ -UPDATE `creature_template` SET `dmgschool` = 6, `mingold` = 168, `maxgold` = 838 WHERE `entry`=11484; - -/* Magister Kalendris */ -UPDATE `creature_template` SET `minlevel` = 59 WHERE `entry`=11487; - -/* Tendris Warpwood */ -UPDATE `creature_template` SET `minlevel` = 59 WHERE `entry`=11489; - -/* Zevrim Thornhoof */ -UPDATE `creature_template` SET `minlevel` = 56 WHERE `entry`=11490; - -/* Alzinn Trigger */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=11494; - -/* The Razza */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=11497; - -/* Skarr the Unbreakable */ -UPDATE `creature_template` SET `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=11498; - -/* Ragnaros */ -UPDATE `creature_template` SET `mingold` = 1302365, `maxgold` = 1403983 WHERE `entry`=11502; - -/* Kodo Apparition */ -UPDATE `creature_template` SET `mingold` = 25, `maxgold` = 127 WHERE `entry`=11521; - -/* Skeletal Scholomance Student */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=11547; - -/* Timbermaw Mystic */ -UPDATE `creature_template` SET `mingold` = 61, `maxgold` = 305 WHERE `entry`=11552; - -/* Magrami Spectre */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `BaseAttackTime` = 1620, `RangeAttackTime` = 1782 WHERE `entry`=11560; - -/* Whirlwind Ripper */ -UPDATE `creature_template` SET `dmgschool` = 3 WHERE `entry`=11576; - -/* Whirlwind Stormwalker */ -UPDATE `creature_template` SET `dmgschool` = 3 WHERE `entry`=11577; - -/* Whirlwind Shredder */ -UPDATE `creature_template` SET `dmgschool` = 3 WHERE `entry`=11578; - -/* Nefarian */ -UPDATE `creature_template` SET `subname` = 'The Head of The Black Flight', `speed_walk` = 0.833332, `mingold` = 2247690, `maxgold` = 2417690 WHERE `entry`=11583; - -/* Risen Guardian */ -UPDATE `creature_template` SET `mingold` = 65, `maxgold` = 866 WHERE `entry`=11598; - -/* Irondeep Shaman */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `mingold` = 152, `maxgold` = 761 WHERE `entry`=11600; - -/* Irondeep Skullthumper */ -UPDATE `creature_template` SET `mingold` = 152, `maxgold` = 761 WHERE `entry`=11602; - -/* Whitewhisker Digger */ -UPDATE `creature_template` SET `mingold` = 152, `maxgold` = 761 WHERE `entry`=11603; - -/* Whitewhisker Geomancer */ -UPDATE `creature_template` SET `mingold` = 147, `maxgold` = 737 WHERE `entry`=11604; - -/* Whitewhisker Overseer */ -UPDATE `creature_template` SET `mingold` = 152, `maxgold` = 761 WHERE `entry`=11605; - -/* Scourge Summoning Crystal */ -UPDATE `creature_template` SET `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=11623; - -/* Tamed Kodo */ -UPDATE `creature_template` SET `maxlevel` = 34, `speed_walk` = 2.8, `BaseAttackTime` = 1660, `RangeAttackTime` = 1826, `mingold` = 23, `maxgold` = 114 WHERE `entry`=11627; - -/* Decaying Corpse */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.571429 WHERE `entry`=11628; - -/* Servant of Weldon Barov */ -UPDATE `creature_template` SET `mingold` = 24, `maxgold` = 121 WHERE `entry`=11636; - -/* Servant of Alexi Barov */ -UPDATE `creature_template` SET `mingold` = 12, `maxgold` = 62 WHERE `entry`=11637; - -/* Morloch */ -UPDATE `creature_template` SET `maxgold` = 786 WHERE `entry`=11657; - -/* Flamewaker Healer */ -UPDATE `creature_template` SET `mingold` = 1007, `maxgold` = 5037 WHERE `entry`=11663; - -/* Flamewaker Elite */ -UPDATE `creature_template` SET `mingold` = 300, `maxgold` = 1500 WHERE `entry`=11664; - -/* Firewalker */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=11666; - -/* Flameguard */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=11667; - -/* Firelord */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=11668; - -/* Snowblind Windcaller */ -UPDATE `creature_template` SET `mingold` = 122, `maxgold` = 638 WHERE `entry`=11675; - -/* Taskmaster Snivvle */ -UPDATE `creature_template` SET `mingold` = 143, `maxgold` = 713 WHERE `entry`=11677; - -/* Snowblind Ambusher */ -UPDATE `creature_template` SET `mingold` = 61, `maxgold` = 675 WHERE `entry`=11678; - -/* Winterax Witch Doctor */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1274, `unit_class` = 2 WHERE `entry`=11679; - -/* Cursed Centaur */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `BaseAttackTime` = 1266, `RangeAttackTime` = 1393, `mingold` = 97, `maxgold` = 486 WHERE `entry`=11688; - -/* Gnarlpine Instigator */ -UPDATE `creature_template` SET `mingold` = 2, `maxgold` = 8 WHERE `entry`=11690; - -/* Chal Fairwind */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=11696; - -/* Varian Wrynn */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 2100, `RangeAttackTime` = 1000 WHERE `entry`=11699; - -/* Mor'vek */ -UPDATE `creature_template` SET `mingold` = 64, `maxgold` = 318 WHERE `entry`=11701; - -/* Arin'sor */ -UPDATE `creature_template` SET `mingold` = 64, `maxgold` = 318 WHERE `entry`=11702; - -/* Sentinel Aynasha */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857 WHERE `entry`=11711; - -/* Blackwood Tracker */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `RangeAttackTime` = 2046, `mingold` = 4, `maxgold` = 19 WHERE `entry`=11713; - -/* Marosh the Devious */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `RangeAttackTime` = 1991, `mingold` = 5, `maxgold` = 58 WHERE `entry`=11714; - -/* Dust Stormer */ -UPDATE `creature_template` SET `dmgschool` = 3 WHERE `entry`=11744; - -/* Cyclone Warrior */ -UPDATE `creature_template` SET `maxlevel` = 59, `dmgschool` = 3 WHERE `entry`=11745; - -/* Salome */ - - -/* Ambershard Destroyer */ -UPDATE `creature_template` SET `speed_walk` = 1.55556 WHERE `entry`=11782; - -/* Theradrim Shardling */ -UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46 WHERE `entry`=11783; - -/* Theradrim Guardian */ -UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 48 WHERE `entry`=11784; - -/* Deep Borer */ -UPDATE `creature_template` SET `maxlevel` = 48 WHERE `entry`=11789; - -/* Putridus Satyr */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44 WHERE `entry`=11790; - -/* Putridus Trickster */ -UPDATE `creature_template` SET `maxlevel` = 45 WHERE `entry`=11791; - -/* Putridus Shadowstalker */ -UPDATE `creature_template` SET `maxlevel` = 44 WHERE `entry`=11792; - -/* Celebrian Dryad */ -UPDATE `creature_template` SET `maxlevel` = 46 WHERE `entry`=11793; - -/* Bunthen Plainswind */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=11798; - -/* Silva Fil'naveth */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=11800; - -/* Dendrite Starblaze */ -UPDATE `creature_template` SET `maxlevel` = 60 WHERE `entry`=11802; - -/* Voriya */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595 WHERE `entry`=11815; - -/* Moonglade Warden */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 54, `maxgold` = 269 WHERE `entry`=11822; - -/* Keeper Remulos */ -UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62 WHERE `entry`=11832; - -/* Captured Rabid Thistle Bear */ -UPDATE `creature_template` SET `minlevel` = 14, `maxlevel` = 14, `speed_walk` = 1.0, `BaseAttackTime` = 1870, `RangeAttackTime` = 2057 WHERE `entry`=11836; - -/* Wildpaw Shaman */ -UPDATE `creature_template` SET `mingold` = 61, `maxgold` = 721 WHERE `entry`=11837; - -/* Wildpaw Mystic */ -UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 316 WHERE `entry`=11838; - -/* Wildpaw Brute */ -UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 316 WHERE `entry`=11839; - -/* Wildpaw Alpha */ -UPDATE `creature_template` SET `mingold` = 61, `maxgold` = 305 WHERE `entry`=11840; - -/* Doomguard */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 126, `maxgold` = 631 WHERE `entry`=11859; - -/* Tsunaman */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=11862; - -/* Mortar Team Target Dummy */ -UPDATE `creature_template` SET `minlevel` = 14, `maxlevel` = 14, `maxgold` = 1 WHERE `entry`=11875; - -/* Demon Spirit */ -UPDATE `creature_template` SET `mingold` = 24, `maxgold` = 120 WHERE `entry`=11876; - -/* Obi */ -UPDATE `creature_template` SET `maxlevel` = 2, `maxgold` = 1 WHERE `entry`=11884; - -/* Mercutio Filthgorger */ -UPDATE `creature_template` SET `mingold` = 58, `maxgold` = 288 WHERE `entry`=11886; - -/* Crypt Robber */ -UPDATE `creature_template` SET `mingold` = 61, `maxgold` = 2033 WHERE `entry`=11887; - -/* Crusader Lord Valdelmar */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1175, `mingold` = 1414, `maxgold` = 1545 WHERE `entry`=11898; - -/* Shardi */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=11899; - -/* Brakkar */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=11900; - -/* Andruk */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=11901; - -/* Goggeroc */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1508, `RangeAttackTime` = 1659, `mingold` = 18, `maxgold` = 91 WHERE `entry`=11920; - -/* Demon Portal Guardian */ -UPDATE `creature_template` SET `mingold` = 26, `maxgold` = 132 WHERE `entry`=11937; - -/* Drek'Thar */ -UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `rank` = 1, `mingold` = 264, `maxgold` = 1873 WHERE `entry`=11946; - -/* Captain Galvangar */ -UPDATE `creature_template` SET `rank` = 1, `mingold` = 173, `maxgold` = 900 WHERE `entry`=11947; - -/* Vanndar Stormpike */ -UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `rank` = 1, `mingold` = 264, `maxgold` = 1873 WHERE `entry`=11948; - -/* Captain Balinda Stonehearth */ -UPDATE `creature_template` SET `rank` = 1, `mingold` = 173, `maxgold` = 900 WHERE `entry`=11949; - -/* Great Bear Spirit */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0 WHERE `entry`=11956; - -/* Great Cat Spirit */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0 WHERE `entry`=11957; - -/* Flamegor */ -UPDATE `creature_template` SET `mingold` = 1208090, `maxgold` = 1208090 WHERE `entry`=11981; - -/* Magmadar */ -UPDATE `creature_template` SET `mingold` = 381176, `maxgold` = 465881 WHERE `entry`=11982; - -/* Firemaw */ -UPDATE `creature_template` SET `mingold` = 1186290, `maxgold` = 1201890 WHERE `entry`=11983; - -/* Golemagg the Incinerator */ -UPDATE `creature_template` SET `mingold` = 1069897, `maxgold` = 1307652 WHERE `entry`=11988; - -/* Stormpike Herald */ -UPDATE `creature_template` SET `mingold` = 64, `maxgold` = 318 WHERE `entry`=11997; - -/* Frostwolf Herald */ -UPDATE `creature_template` SET `mingold` = 64, `maxgold` = 318 WHERE `entry`=11998; - -/* Broodlord Lashlayer */ -UPDATE `creature_template` SET `mingold` = 1605590, `maxgold` = 1605590 WHERE `entry`=12017; - -/* Majordomo Executus */ -UPDATE `creature_template` SET `mingold` = 7972, `maxgold` = 39861 WHERE `entry`=12018; - -/* Malvor */ -UPDATE `creature_template` SET `subname` = 'Herbalist' WHERE `entry`=12025; - -/* Tukk */ -UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=12027; - -/* Lui'Mala */ -UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=12032; - -/* Ursol'lok */ -UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `speed_walk` = 1.0, `BaseAttackTime` = 1391, `RangeAttackTime` = 1530 WHERE `entry`=12037; - -/* Alliance Sentinel */ -UPDATE `creature_template` SET `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=12048; - -/* Stormpike Defender */ -UPDATE `creature_template` SET `mingold` = 70, `maxgold` = 604 WHERE `entry`=12050; - -/* Frostwolf Legionnaire */ -UPDATE `creature_template` SET `mingold` = 83, `maxgold` = 416 WHERE `entry`=12051; - -/* Frostwolf Warrior */ -UPDATE `creature_template` SET `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=12052; - -/* Frostwolf Guardian */ -UPDATE `creature_template` SET `mingold` = 70, `maxgold` = 352 WHERE `entry`=12053; - -/* Baron Geddon */ -UPDATE `creature_template` SET `dmgschool` = 2, `mingold` = 516580, `maxgold` = 631375 WHERE `entry`=12056; - -/* Garr */ -UPDATE `creature_template` SET `mingold` = 516580, `maxgold` = 631375 WHERE `entry`=12057; - -/* Stormpike Quartermaster */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry`=12096; - -/* Frostwolf Quartermaster */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry`=12097; - -/* Priestess of Elune */ -UPDATE `creature_template` SET `maxgold` = 2 WHERE `entry`=12116; - -/* Plagueland Termite */ - - -/* Duros */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 886 WHERE `entry`=12122; - -/* Reef Shark */ -UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 104 WHERE `entry`=12123; - -/* Great Shark */ -UPDATE `creature_template` SET `minlevel` = 52, `speed_walk` = 1.0, `BaseAttackTime` = 1225, `RangeAttackTime` = 1347, `mingold` = 124, `maxgold` = 620 WHERE `entry`=12124; - -/* Mammoth Shark */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `speed_walk` = 1.0, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329, `mingold` = 133, `maxgold` = 666 WHERE `entry`=12125; - -/* Lord Tirion Fordring */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `rank` = 1, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265 WHERE `entry`=12126; - -/* Stormpike Guardsman */ -UPDATE `creature_template` SET `mingold` = 83, `maxgold` = 772 WHERE `entry`=12127; - -/* Crimson Elite */ -UPDATE `creature_template` SET `RangeAttackTime` = 1265, `mingold` = 176, `maxgold` = 3033 WHERE `entry`=12128; - -/* Onyxian Warder */ -UPDATE `creature_template` SET `maxlevel` = 63 WHERE `entry`=12129; - -/* Squibby Overspeck */ -UPDATE `creature_template` SET `subname` = 'Zeppelin Master' WHERE `entry`=12137; - -/* Lunaclaw */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1860, `RangeAttackTime` = 2046, `mingold` = 12, `maxgold` = 16 WHERE `entry`=12138; - -/* Guardian of Elune */ -UPDATE `creature_template` SET `mingold` = 64, `maxgold` = 318 WHERE `entry`=12140; - -/* Son of Flame */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=12143; - -/* Lunaclaw Spirit */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1880, `RangeAttackTime` = 2068, `mingold` = 3, `maxgold` = 16 WHERE `entry`=12144; - -/* Voice of Elune */ - - -/* Winterax Axe Thrower */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1301 WHERE `entry`=12156; - -/* Winterax Shadow Hunter */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1274, `unit_class` = 2 WHERE `entry`=12157; - -/* Winterax Hunter */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1310 WHERE `entry`=12158; - -/* Korrak the Bloodrager */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1246, `mingold` = 178, `maxgold` = 891 WHERE `entry`=12159; - -/* Shadowglen Sentinel */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=12160; - -/* Princess Theradras */ -UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51 WHERE `entry`=12201; - -/* Landslide */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry`=12203; - -/* Spitelash Raider */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1530, `RangeAttackTime` = 1683, `mingold` = 41, `maxgold` = 207 WHERE `entry`=12204; - -/* Spitelash Witch */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 215 WHERE `entry`=12205; - -/* Primordial Behemoth */ -UPDATE `creature_template` SET `maxlevel` = 49 WHERE `entry`=12206; - -/* Conquered Soul of the Blightcaller */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `BaseAttackTime` = 1430, `RangeAttackTime` = 1573 WHERE `entry`=12208; - -/* Poison Sprite */ -UPDATE `creature_template` SET `maxlevel` = 43 WHERE `entry`=12216; - -/* Corruptor */ -UPDATE `creature_template` SET `maxlevel` = 43 WHERE `entry`=12217; - -/* Vile Larva */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 47 WHERE `entry`=12218; - -/* Barbed Lasher */ -UPDATE `creature_template` SET `minlevel` = 44 WHERE `entry`=12219; - -/* Constrictor Vine */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46 WHERE `entry`=12220; - -/* Noxious Slime */ -UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47 WHERE `entry`=12221; - -/* Creeping Sludge */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `speed_walk` = 0.8, `speed_run` = 0.285714 WHERE `entry`=12222; - -/* Cavern Lurker */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46 WHERE `entry`=12223; - -/* Cavern Shambler */ -UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47 WHERE `entry`=12224; - -/* Celebras the Cursed */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 49 WHERE `entry`=12225; - -/* Lord Vyletongue */ -UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47 WHERE `entry`=12236; - -/* Meshlok the Harvester */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `speed_walk` = 1.0, `BaseAttackTime` = 1216, `RangeAttackTime` = 1338, `mingold` = 116, `maxgold` = 578 WHERE `entry`=12237; - -/* Zaetar's Spirit */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 844 WHERE `entry`=12238; - -/* Spirit of Maraudos */ -UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46 WHERE `entry`=12242; - -/* Spirit of Veng */ -UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47 WHERE `entry`=12243; - -/* Mechanical Yeti */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=12257; - -/* Razorlash */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48 WHERE `entry`=12258; - -/* Gehennas */ -UPDATE `creature_template` SET `mingold` = 354545, `maxgold` = 433333 WHERE `entry`=12259; - -/* Onyxian Drake */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=12260; - -/* Infected Mossflayer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1420, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 902 WHERE `entry`=12261; - -/* Lava Spawn */ -UPDATE `creature_template` SET `dmgschool` = 2 WHERE `entry`=12265; - -/* Hive'Zora Egg */ -UPDATE `creature_template` SET `RangeAttackTime` = 1980 WHERE `entry`=12276; - -/* Sickly Gazelle */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=12296; - -/* Cured Gazelle */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `RangeAttackTime` = 2200 WHERE `entry`=12297; - -/* Sickly Deer */ - - -/* Cured Deer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `RangeAttackTime` = 2200 WHERE `entry`=12299; - -/* Burning Blade Toxicologist */ -UPDATE `creature_template` SET `BaseAttackTime` = 1840, `RangeAttackTime` = 2024, `mingold` = 5, `maxgold` = 23 WHERE `entry`=12319; - -/* Burning Blade Crusher */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1860, `RangeAttackTime` = 2046, `mingold` = 4, `maxgold` = 19 WHERE `entry`=12320; - -/* Stormscale Toxicologist */ -UPDATE `creature_template` SET `BaseAttackTime` = 1850, `RangeAttackTime` = 2035, `mingold` = 11, `maxgold` = 53 WHERE `entry`=12321; - -/* Quel'Lithien Protector */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=12322; - -/* Crimson Courier */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=12337; - -/* Shadowprey Guardian */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 794, `maxgold` = 794 WHERE `entry`=12338; - -/* Demetria */ -UPDATE `creature_template` SET `mingold` = 168, `maxgold` = 838 WHERE `entry`=12339; - -/* Swift Green Skeletal Horse */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=12344; - -/* Ivory Raptor */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=12348; - -/* Scarlet Trooper */ -UPDATE `creature_template` SET `mingold` = 59, `maxgold` = 296 WHERE `entry`=12352; - -/* Icy Blue Mechanostrider Mod A */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200 WHERE `entry`=12364; - -/* White Mechanostrider Mod A */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200 WHERE `entry`=12368; - -/* Lord Kragaru */ -UPDATE `creature_template` SET `mingold` = 27, `maxgold` = 133 WHERE `entry`=12369; - -/* Black Ram */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200 WHERE `entry`=12370; - -/* Frost Ram */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200 WHERE `entry`=12371; - -/* Unliving Caretaker */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=12379; - -/* Unliving Resident */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=12380; - -/* Ley Sprite */ -UPDATE `creature_template` SET `mingold` = 60, `maxgold` = 298 WHERE `entry`=12381; - -/* Mana Sprite */ -UPDATE `creature_template` SET `mingold` = 58, `maxgold` = 288 WHERE `entry`=12382; - -/* Nibbles */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=12383; - -/* Mortar Team Advanced Target Dummy */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=12385; - -/* Lord Kazzak */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `BaseAttackTime` = 1800, `RangeAttackTime` = 1000, `mingold` = 1065700, `maxgold` = 1065700 WHERE `entry`=12397; - -/* Lifelike Toad */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=12419; - -/* Masterwork Target Dummy */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `speed_run` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=12426; - -/* Razorgore the Untamed */ -UPDATE `creature_template` SET `speed_run` = 1.42857, `mingold` = 1588890, `maxgold` = 1598890 WHERE `entry`=12435; - -/* Blackwing Spellbinder */ -UPDATE `creature_template` SET `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12457; - -/* Blackwing Warlock */ -UPDATE `creature_template` SET `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12459; - -/* Death Talon Wyrmguard */ -UPDATE `creature_template` SET `speed_run` = 1.71429, `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12460; - -/* Death Talon Overseer */ -UPDATE `creature_template` SET `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12461; - -/* Death Talon Flamescale */ -UPDATE `creature_template` SET `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12463; - -/* Death Talon Seether */ -UPDATE `creature_template` SET `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12464; - -/* Death Talon Wyrmkin */ -UPDATE `creature_template` SET `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12465; - -/* Death Talon Captain */ -UPDATE `creature_template` SET `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12467; - -/* Arcanite Dragonling */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=12473; - -/* Dreamtracker */ -UPDATE `creature_template` SET `BaseAttackTime` = 1141 WHERE `entry`=12496; - -/* Dreamroarer */ -UPDATE `creature_template` SET `BaseAttackTime` = 1158 WHERE `entry`=12497; - -/* Jarrodenus */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=12577; - -/* Mishellena */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=12578; - -/* Reginald Windsor */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=12580; - -/* Mercutio */ -UPDATE `creature_template` SET `minlevel` = 2, `maxgold` = 2 WHERE `entry`=12581; - -/* Bibilfaz Featherwhistle */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=12596; - -/* Vhulgra */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=12616; - -/* Khaelyn Steelwing */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=12617; - -/* Georgia */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=12636; - -/* Nori Pridedrift */ -UPDATE `creature_template` SET `BaseAttackTime` = 1960, `RangeAttackTime` = 2156 WHERE `entry`=12738; - -/* Onyxia's Elite Guard */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 0.888888, `speed_run` = 1.42857, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 487, `maxgold` = 2437 WHERE `entry`=12739; - -/* Faustron */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=12740; - -/* Lady Onyxia */ -UPDATE `creature_template` SET `rank` = 3, `BaseAttackTime` = 850, `RangeAttackTime` = 1280, `mingold` = 3559, `maxgold` = 17796 WHERE `entry`=12756; - -/* Onyxia Trigger */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=12758; - -/* Hraug */ -UPDATE `creature_template` SET `subname` = 'Demon Trainer', `RangeAttackTime` = 2112 WHERE `entry`=12776; - -/* Captain Dirgehammer */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=12777; - -/* Legionnaire Teena */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1529 WHERE `entry`=12788; - -/* Blood Guard Hini'wana */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1529 WHERE `entry`=12789; - -/* Advisor Willington */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1529, `unit_class` = 1 WHERE `entry`=12790; - -/* Chieftain Earthbind */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1529, `unit_class` = 1 WHERE `entry`=12791; - -/* Lady Palanseer */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=12792; - -/* Stone Guard Zarg */ -UPDATE `creature_template` SET `BaseAttackTime` = 1460, `RangeAttackTime` = 1606 WHERE `entry`=12794; - -/* First Sergeant Hola'mahi */ -UPDATE `creature_template` SET `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=12795; - -/* Raider Bork */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606 WHERE `entry`=12796; - -/* Grunt Korf */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1529, `mingold` = 68, `maxgold` = 339 WHERE `entry`=12797; - -/* Grunt Bek'rah */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1529, `mingold` = 68, `maxgold` = 339 WHERE `entry`=12798; - -/* Sergeant Ba'sha */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 689 WHERE `entry`=12799; - -/* Chimaerok */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `BaseAttackTime` = 1166 WHERE `entry`=12800; - -/* Arcane Chimaerok */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `BaseAttackTime` = 1150 WHERE `entry`=12801; - -/* Chimaerok Devourer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `BaseAttackTime` = 1166 WHERE `entry`=12802; - -/* Lord Lakmaeran */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `BaseAttackTime` = 1158 WHERE `entry`=12803; - -/* Officer Areyn */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 689 WHERE `entry`=12805; - -/* Greshka */ -UPDATE `creature_template` SET `subname` = 'Demon Master' WHERE `entry`=12807; - -/* Ruul Snowhoof */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `BaseAttackTime` = 2000 WHERE `entry`=12818; - -/* Ruul Snowhoof Bear Form */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=12819; - -/* Ashenvale Outrunner */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=12856; - -/* Duriel Moonfire */ -UPDATE `creature_template` SET `BaseAttackTime` = 2000, `mingold` = 13, `maxgold` = 63 WHERE `entry`=12860; - -/* Wisp (Ghost Visual Only) */ - - -/* Ambassador Malcin */ -UPDATE `creature_template` SET `BaseAttackTime` = 1341 WHERE `entry`=12865; - -/* Baron Aquanis */ -UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.55556, `rank` = 1, `dmgschool` = 4, `BaseAttackTime` = 1416, `RangeAttackTime` = 1558, `mingold` = 32, `maxgold` = 160 WHERE `entry`=12876; - -/* Phantim Illusion */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1158 WHERE `entry`=12898; - -/* Somnus */ -UPDATE `creature_template` SET `mingold` = 168, `maxgold` = 838 WHERE `entry`=12900; - -/* Lorgus Jett */ -UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `rank` = 1 WHERE `entry`=12902; - -/* Spirit Of Redemption */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=12904; - -/* Chief Murgut */ -UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `BaseAttackTime` = 1710, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 63 WHERE `entry`=12918; - -/* Enraged Foulweald */ -UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 42 WHERE `entry`=12921; - -/* Imp Minion */ -UPDATE `creature_template` SET `mingold` = 37, `maxgold` = 53 WHERE `entry`=12922; - -/* Injured Soldier */ -UPDATE `creature_template` SET `mingold` = 35, `maxgold` = 175 WHERE `entry`=12923; - -/* Badly Injured Soldier */ -UPDATE `creature_template` SET `mingold` = 38, `maxgold` = 189 WHERE `entry`=12924; - -/* Critically Injured Soldier */ -UPDATE `creature_template` SET `mingold` = 41, `maxgold` = 205 WHERE `entry`=12925; - -/* Badly Injured Alliance Soldier */ -UPDATE `creature_template` SET `mingold` = 35, `maxgold` = 176 WHERE `entry`=12936; - -/* Critically Injured Alliance Soldier */ -UPDATE `creature_template` SET `mingold` = 45, `maxgold` = 224 WHERE `entry`=12937; - -/* Injured Alliance Soldier */ -UPDATE `creature_template` SET `mingold` = 34, `maxgold` = 168 WHERE `entry`=12938; - -/* Vorsha the Lasher */ -UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 45 WHERE `entry`=12940; - -/* Blimo Gadgetspring */ -UPDATE `creature_template` SET `subname` = 'Trade Supplier', `speed_walk` = 1.0 WHERE `entry`=12957; - -/* Nergal */ -UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=12959; - -/* Kil'Hiwana */ -UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=12961; - -/* Kolkar Waylayer */ -UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 167 WHERE `entry`=12976; - -/* Kolkar Ambusher */ -UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 207 WHERE `entry`=12977; - -/* Mounted Ironforge Mountaineer */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=12996; - -/* Dwarven Farmer */ -UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 17 WHERE `entry`=12998; - -/* Deeprun Rat */ -UPDATE `creature_template` SET `speed_run` = 0.714286 WHERE `entry`=13016; - -/* Enthralled Deeprun Rat */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.714286, `RangeAttackTime` = 2200 WHERE `entry`=13017; - -/* Vaelastrasz the Corrupt */ -UPDATE `creature_template` SET `mingold` = 1587990, `maxgold` = 1587990 WHERE `entry`=13020; - -/* Warpwood Crusher */ -UPDATE `creature_template` SET `minlevel` = 55 WHERE `entry`=13021; - -/* Umi Thorson */ -UPDATE `creature_template` SET `mingold` = 157, `maxgold` = 786 WHERE `entry`=13078; - -/* Keetar */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 830 WHERE `entry`=13079; - -/* Irondeep Guard */ -UPDATE `creature_template` SET `mingold` = 147, `maxgold` = 737 WHERE `entry`=13080; - -/* Irondeep Raider */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 817 WHERE `entry`=13081; - -/* Milton Beats */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1540, `mingold` = 50, `maxgold` = 248 WHERE `entry`=13082; - -/* Aggi Rumblestomp */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1310, `mingold` = 143, `maxgold` = 713 WHERE `entry`=13086; - -/* Coldmine Invader */ -UPDATE `creature_template` SET `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13087; - -/* Masha Swiftcut */ -UPDATE `creature_template` SET `mingold` = 143, `maxgold` = 713 WHERE `entry`=13088; - -/* Coldmine Guard */ -UPDATE `creature_template` SET `mingold` = 147, `maxgold` = 737 WHERE `entry`=13089; - -/* Coldmine Explorer */ -UPDATE `creature_template` SET `mingold` = 147, `maxgold` = 737 WHERE `entry`=13096; - -/* Coldmine Surveyor */ -UPDATE `creature_template` SET `mingold` = 147, `maxgold` = 737 WHERE `entry`=13097; - -/* Irondeep Surveyor */ -UPDATE `creature_template` SET `mingold` = 133, `maxgold` = 666 WHERE `entry`=13098; - -/* Irondeep Explorer */ -UPDATE `creature_template` SET `mingold` = 138, `maxgold` = 689 WHERE `entry`=13099; - -/* Alliance Spirit Guide */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 844 WHERE `entry`=13116; - -/* Horde Spirit Guide */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 844 WHERE `entry`=13117; - -/* Hive'Ashi Drone */ -UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 316 WHERE `entry`=13136; - -/* Lieutenant Rugba */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 1, `maxgold` = 873 WHERE `entry`=13137; - -/* Lieutenant Spencer */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13138; - -/* Commander Randolph */ -UPDATE `creature_template` SET `mingold` = 173, `maxgold` = 864 WHERE `entry`=13139; - -/* Deeprot Stomper */ -UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44 WHERE `entry`=13141; - -/* Deeprot Tangler */ -UPDATE `creature_template` SET `maxlevel` = 45 WHERE `entry`=13142; - -/* Lieutenant Stronghoof */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 1, `maxgold` = 873 WHERE `entry`=13143; - -/* Lieutenant Vol'talar */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13144; - -/* Lieutenant Grummus */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 858 WHERE `entry`=13145; - -/* Lieutenant Lewis */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `BaseAttackTime` = 2000, `mingold` = 1, `maxgold` = 844 WHERE `entry`=13147; - -/* Syndicate Brigand */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1338 WHERE `entry`=13149; - -/* Syndicate Agent */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1301 WHERE `entry`=13150; - -/* Syndicate Master Ryson */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1292 WHERE `entry`=13151; - -/* Commander Malgor */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13152; - -/* Commander Mulfort */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 1, `maxgold` = 1230 WHERE `entry`=13153; - -/* Commander Louis Philips */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 900 WHERE `entry`=13154; - -/* Deathstalker Agent */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1265 WHERE `entry`=13155; - -/* Makasgar */ -UPDATE `creature_template` SET `RangeAttackTime` = 2046 WHERE `entry`=13157; - -/* Carrion Swarmer */ -UPDATE `creature_template` SET `minlevel` = 56 WHERE `entry`=13160; - -/* Aerie Gryphon */ -UPDATE `creature_template` SET `speed_walk` = 4.8, `speed_run` = 1.71429, `RangeAttackTime` = 1292, `mingold` = 153, `maxgold` = 767 WHERE `entry`=13161; - -/* Smith Regzar */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 886 WHERE `entry`=13176; - -/* Vahgruk */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=13177; - -/* War Rider */ -UPDATE `creature_template` SET `speed_run` = 1.71429, `mingold` = 1, `maxgold` = 844 WHERE `entry`=13178; - -/* Wing Commander Guse */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 858 WHERE `entry`=13179; - -/* Wing Commander Jeztor */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 817 WHERE `entry`=13180; - -/* Wing Commander Mulverick */ -UPDATE `creature_template` SET `mingold` = 152, `maxgold` = 3035 WHERE `entry`=13181; - -/* Phase Lasher */ -UPDATE `creature_template` SET `minlevel` = 53 WHERE `entry`=13196; - -/* Fel Lash */ -UPDATE `creature_template` SET `minlevel` = 55 WHERE `entry`=13197; - -/* Gaelden Hammersmith */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 817 WHERE `entry`=13216; - -/* Grunnda Wolfheart */ -UPDATE `creature_template` SET `minlevel` = 54, `mingold` = 1, `maxgold` = 817 WHERE `entry`=13218; - -/* Ryson's Eye in the Sky */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1310 WHERE `entry`=13221; - -/* Primalist Thurloga */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 886 WHERE `entry`=13236; - -/* Lokholar the Ice Lord */ -UPDATE `creature_template` SET `rank` = 3, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13256; - -/* Murgot Deepforge */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 886 WHERE `entry`=13257; - -/* Wildspawn Imp */ -UPDATE `creature_template` SET `minlevel` = 55 WHERE `entry`=13276; - -/* Duke Hydraxis */ -UPDATE `creature_template` SET `dmgschool` = 4, `BaseAttackTime` = 1175 WHERE `entry`=13278; - -/* Discordant Surge */ -UPDATE `creature_template` SET `maxlevel` = 57, `dmgschool` = 4, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13279; - -/* Hydrospawn */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=13280; - -/* Noxxion */ -UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48 WHERE `entry`=13282; - -/* Frostwolf Shaman */ -UPDATE `creature_template` SET `mingold` = 157, `maxgold` = 786 WHERE `entry`=13284; - -/* Lieutenant Largent */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 157, `maxgold` = 2742 WHERE `entry`=13296; - -/* Lieutenant Stouthandle */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 157, `maxgold` = 1175 WHERE `entry`=13297; - -/* Lieutenant Greywand */ -UPDATE `creature_template` SET `mingold` = 162, `maxgold` = 812 WHERE `entry`=13298; - -/* Lieutenant Lonadin */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 157, `maxgold` = 786 WHERE `entry`=13299; - -/* Lieutenant Mancuso */ -UPDATE `creature_template` SET `mingold` = 162, `maxgold` = 812 WHERE `entry`=13300; - -/* Hive'Ashi Ambusher */ -UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595, `mingold` = 55, `maxgold` = 276 WHERE `entry`=13301; - -/* Coldmine Peon */ -UPDATE `creature_template` SET `mingold` = 147, `maxgold` = 737 WHERE `entry`=13316; - -/* Coldmine Miner */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `RangeAttackTime` = 1292, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13317; - -/* Commander Mortimer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13318; - -/* Commander Duffy */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13319; - -/* Commander Karl Philips */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 886 WHERE `entry`=13320; - -/* Frog */ - - -/* Hydraxian Honor Guard */ -UPDATE `creature_template` SET `maxlevel` = 57, `dmgschool` = 4, `BaseAttackTime` = 1200 WHERE `entry`=13322; - -/* Subterranean Diemetradon */ -UPDATE `creature_template` SET `maxlevel` = 48 WHERE `entry`=13323; - -/* Seasoned Guardsman */ -UPDATE `creature_template` SET `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13324; - -/* Seasoned Mountaineer */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13325; - -/* Seasoned Defender */ -UPDATE `creature_template` SET `mingold` = 70, `maxgold` = 352 WHERE `entry`=13326; - -/* Seasoned Sentinel */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13327; - -/* Seasoned Guardian */ -UPDATE `creature_template` SET `mingold` = 70, `maxgold` = 352 WHERE `entry`=13328; - -/* Seasoned Legionnaire */ -UPDATE `creature_template` SET `RangeAttackTime` = 1540, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13329; - -/* Seasoned Warrior */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13330; - -/* Veteran Defender */ -UPDATE `creature_template` SET `mingold` = 73, `maxgold` = 367 WHERE `entry`=13331; - -/* Veteran Guardian */ -UPDATE `creature_template` SET `mingold` = 73, `maxgold` = 367 WHERE `entry`=13332; - -/* Veteran Guardsman */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13333; - -/* Veteran Legionnaire */ -UPDATE `creature_template` SET `minlevel` = 58, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13334; - -/* Veteran Mountaineer */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13335; - -/* Veteran Sentinel */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13336; - -/* Veteran Warrior */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13337; - -/* Core Rat */ - - -/* Stormpike Mine Layer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1283 WHERE `entry`=13356; - -/* Frostwolf Mine Layer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1283 WHERE `entry`=13357; - -/* Stormpike Bowman */ -UPDATE `creature_template` SET `mingold` = 65, `maxgold` = 648 WHERE `entry`=13358; - -/* Frostwolf Bowman */ -UPDATE `creature_template` SET `mingold` = 65, `maxgold` = 765 WHERE `entry`=13359; - -/* Master Engineer Zinfizzlex */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1265 WHERE `entry`=13377; - -/* Frostwolf Shredder Unit */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1265, `mingold` = 99, `maxgold` = 497 WHERE `entry`=13378; - -/* Irondeep Miner */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 844 WHERE `entry`=13396; - -/* Irondeep Peon */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 830 WHERE `entry`=13397; - -/* Stormpike Shredder Unit */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1292, `mingold` = 98, `maxgold` = 491 WHERE `entry`=13416; - -/* Ivus the Forest Lord */ -UPDATE `creature_template` SET `rank` = 3, `RangeAttackTime` = 1255, `unit_class` = 2, `mingold` = 505, `maxgold` = 2525 WHERE `entry`=13419; - -/* Champion Guardian */ -UPDATE `creature_template` SET `mingold` = 73, `maxgold` = 367 WHERE `entry`=13421; - -/* Champion Defender */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `BaseAttackTime` = 1500, `RangeAttackTime` = 1540, `mingold` = 73, `maxgold` = 367 WHERE `entry`=13422; - -/* Champion Guardsman */ -UPDATE `creature_template` SET `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13424; - -/* Champion Legionnaire */ -UPDATE `creature_template` SET `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13425; - -/* Champion Mountaineer */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13426; - -/* Champion Sentinel */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13427; - -/* Champion Warrior */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `RangeAttackTime` = 1551 WHERE `entry`=13428; - -/* Whulwert Copperpinch */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 377 WHERE `entry`=13431; - -/* Seersa Copperpinch */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 377 WHERE `entry`=13432; - -/* Wing Commander Ichman */ -UPDATE `creature_template` SET `mingold` = 152, `maxgold` = 761 WHERE `entry`=13437; - -/* Wing Commander Slidore */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 858 WHERE `entry`=13438; - -/* Wing Commander Vipore */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 830 WHERE `entry`=13439; - -/* Frostwolf Wolf Rider */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13440; - -/* Frostwolf Wolf Rider Commander */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13441; - -/* Arch Druid Renferal */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 844 WHERE `entry`=13442; - -/* Druid of the Grove */ -UPDATE `creature_template` SET `mingold` = 162, `maxgold` = 812 WHERE `entry`=13443; - -/* Field Marshal Teravaine */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1255, `mingold` = 173, `maxgold` = 864 WHERE `entry`=13446; - -/* Corporal Noreg Stormpike */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 873 WHERE `entry`=13447; - -/* Sergeant Yazra Bloodsnarl */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry`=13448; - -/* Warmaster Garrick */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13449; - -/* Noxxion's Spawn */ -UPDATE `creature_template` SET `minlevel` = 46, `BaseAttackTime` = 1500, `RangeAttackTime` = 1650, `mingold` = 46, `maxgold` = 230 WHERE `entry`=13456; - -/* Balai Lok'Wein */ -UPDATE `creature_template` SET `subname` = 'Potions, Scrolls and Reagents' WHERE `entry`=13476; - -/* Noxxion Trigger */ -UPDATE `creature_template` SET `speed_walk` = 8.0, `speed_run` = 2.85714 WHERE `entry`=13477; - -/* Frostwolf Outrunner */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13516; - -/* Seasoned Outrunner */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13517; - -/* Veteran Outrunner */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13518; - -/* Champion Outrunner */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13519; - -/* Stormpike Ranger */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13520; - -/* Seasoned Ranger */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13521; - -/* Veteran Ranger */ -UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13522; - -/* Champion Ranger */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13523; - -/* Stormpike Commando */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1310 WHERE `entry`=13524; - -/* Seasoned Commando */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13525; - -/* Veteran Commando */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13526; - -/* Champion Commando */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13527; - -/* Frostwolf Reaver */ -UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `speed_walk` = 1.0, `RangeAttackTime` = 1283, `mingold` = 157, `maxgold` = 786 WHERE `entry`=13528; - -/* Seasoned Reaver */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1283 WHERE `entry`=13529; - -/* Veteran Reaver */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=13530; - -/* Champion Reaver */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1255, `mingold` = 1, `maxgold` = 900 WHERE `entry`=13531; - -/* Spewed Larva */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 47 WHERE `entry`=13533; - -/* Seasoned Coldmine Guard */ -UPDATE `creature_template` SET `minlevel` = 57, `RangeAttackTime` = 1301, `mingold` = 1, `maxgold` = 830 WHERE `entry`=13534; - -/* Veteran Coldmine Guard */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 801 WHERE `entry`=13535; - -/* Champion Coldmine Guard */ -UPDATE `creature_template` SET `RangeAttackTime` = 1301, `mingold` = 1, `maxgold` = 830 WHERE `entry`=13536; - -/* Seasoned Coldmine Surveyor */ -UPDATE `creature_template` SET `RangeAttackTime` = 1338, `mingold` = 1, `maxgold` = 774 WHERE `entry`=13537; - -/* Veteran Coldmine Surveyor */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 801 WHERE `entry`=13538; - -/* Champion Coldmine Surveyor */ -UPDATE `creature_template` SET `RangeAttackTime` = 1301, `unit_class` = 2, `mingold` = 1, `maxgold` = 830 WHERE `entry`=13539; - -/* Seasoned Irondeep Explorer */ -UPDATE `creature_template` SET `minlevel` = 56, `mingold` = 143, `maxgold` = 713 WHERE `entry`=13540; - -/* Veteran Irondeep Explorer */ -UPDATE `creature_template` SET `unit_class` = 2, `mingold` = 133, `maxgold` = 666 WHERE `entry`=13541; - -/* Champion Irondeep Explorer */ -UPDATE `creature_template` SET `unit_class` = 2, `mingold` = 1, `maxgold` = 817 WHERE `entry`=13542; - -/* Seasoned Irondeep Raider */ -UPDATE `creature_template` SET `minlevel` = 56, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13543; - -/* Veteran Irondeep Raider */ -UPDATE `creature_template` SET `minlevel` = 58, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13544; - -/* Champion Irondeep Raider */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 774 WHERE `entry`=13545; - -/* Seasoned Coldmine Explorer */ -UPDATE `creature_template` SET `minlevel` = 56, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13546; - -/* Veteran Coldmine Explorer */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `RangeAttackTime` = 1329, `mingold` = 133, `maxgold` = 666 WHERE `entry`=13547; - -/* Champion Coldmine Explorer */ -UPDATE `creature_template` SET `RangeAttackTime` = 1301, `unit_class` = 2, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13548; - -/* Seasoned Coldmine Invader */ -UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13549; - -/* Veteran Coldmine Invader */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `RangeAttackTime` = 1320, `mingold` = 138, `maxgold` = 689 WHERE `entry`=13550; - -/* Champion Coldmine Invader */ -UPDATE `creature_template` SET `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13551; - -/* Seasoned Irondeep Guard */ -UPDATE `creature_template` SET `mingold` = 124, `maxgold` = 620 WHERE `entry`=13552; - -/* Veteran Irondeep Guard */ -UPDATE `creature_template` SET `mingold` = 138, `maxgold` = 689 WHERE `entry`=13553; - -/* Champion Irondeep Guard */ -UPDATE `creature_template` SET `RangeAttackTime` = 1310, `mingold` = 143, `maxgold` = 713 WHERE `entry`=13554; - -/* Seasoned Irondeep Surveyor */ -UPDATE `creature_template` SET `mingold` = 127, `maxgold` = 634 WHERE `entry`=13555; - -/* Veteran Irondeep Surveyor */ -UPDATE `creature_template` SET `mingold` = 124, `maxgold` = 620 WHERE `entry`=13556; - -/* Champion Irondeep Surveyor */ -UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `RangeAttackTime` = 1347, `unit_class` = 2, `mingold` = 124, `maxgold` = 620 WHERE `entry`=13557; - -/* Stormpike Ram Rider */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13576; - -/* Stormpike Ram Rider Commander */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13577; - -/* Rotgrip */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry`=13596; - -/* Frostwolf Explosives Expert */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1283, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13597; - -/* Stormpike Explosives Expert */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1274, `mingold` = 1, `maxgold` = 873 WHERE `entry`=13598; - -/* Stolid Snapjaw */ -UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47 WHERE `entry`=13599; - -/* Tinkerer Gizlock */ -UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50 WHERE `entry`=13601; - -/* The Abominable Greench */ -UPDATE `creature_template` SET `BaseAttackTime` = 1375 WHERE `entry`=13602; - -/* Frostwolf Stable Master */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 873 WHERE `entry`=13616; - -/* Stormpike Stable Master */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 873 WHERE `entry`=13617; - -/* Stabled Frostwolf */ -UPDATE `creature_template` SET `maxlevel` = 50, `speed_walk` = 1.0, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry`=13618; - -/* Gizlock's Dummy */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=13619; - -/* Gizlock */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=13620; - -/* Stabled Alterac Ram */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13676; - -/* Noxxious Scion */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `dmgschool` = 4, `BaseAttackTime` = 1275, `RangeAttackTime` = 1402, `mingold` = 99, `maxgold` = 494 WHERE `entry`=13696; - -/* Celebras the Redeemed */ -UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 49, `mingold` = 1, `maxgold` = 690 WHERE `entry`=13716; - -/* Noxxious Essence */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `speed_walk` = 1.0, `dmgschool` = 4, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738, `mingold` = 33, `maxgold` = 166 WHERE `entry`=13736; - -/* Veng */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 1122 WHERE `entry`=13738; - -/* Maraudos */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1266, `RangeAttackTime` = 1393, `mingold` = 103, `maxgold` = 540 WHERE `entry`=13739; - -/* Magra */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 622 WHERE `entry`=13740; - -/* Gelk */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 1060 WHERE `entry`=13741; - -/* Kolk */ -UPDATE `creature_template` SET `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 1073 WHERE `entry`=13742; - -/* Corrupt Force of Nature */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44 WHERE `entry`=13743; - -/* PvP Graveyard Credit Marker */ -UPDATE `creature_template` SET `speed_run` = 0.714286, `maxgold` = 1 WHERE `entry`=13756; - -/* Sergeant Durgen Stormpike */ -UPDATE `creature_template` SET `maxlevel` = 58 WHERE `entry`=13777; - -/* PvP Tower Credit Marker */ -UPDATE `creature_template` SET `speed_run` = 0.714286, `maxgold` = 1 WHERE `entry`=13778; - -/* PvP Mine Credit Marker */ -UPDATE `creature_template` SET `speed_run` = 0.714286, `maxgold` = 1 WHERE `entry`=13796; - -/* Mountaineer Boombellow */ -UPDATE `creature_template` SET `maxlevel` = 61, `mingold` = 1, `maxgold` = 1387 WHERE `entry`=13797; - -/* Jotek */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 900 WHERE `entry`=13798; - -/* Burning Blade Nightmare */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=13836; - -/* Captured Stallion */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=13837; - -/* Royal Dreadguard */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `mingold` = 1, `maxgold` = 844 WHERE `entry`=13839; - -/* Mekgineer Trigger */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200 WHERE `entry`=13876; - -/* Scalebeard */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1216 WHERE `entry`=13896; - -/* Winterax Mystic */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1292, `unit_class` = 2 WHERE `entry`=13956; - -/* Winterax Warrior */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1274 WHERE `entry`=13957; - -/* Winterax Seer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1283, `unit_class` = 2 WHERE `entry`=13958; - -/* Alterac Yeti */ -UPDATE `creature_template` SET `mingold` = 157, `maxgold` = 3066 WHERE `entry`=13959; - -/* Tortured Drake */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `maxgold` = 2 WHERE `entry`=13976; - -/* Blackwing Technician */ -UPDATE `creature_template` SET `mingold` = 1010, `maxgold` = 25000 WHERE `entry`=13996; - -/* Chromaggus */ -UPDATE `creature_template` SET `speed_run` = 2.14286, `mingold` = 1984482, `maxgold` = 2007690 WHERE `entry`=14020; - -/* Winterax Sentry */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1833, `unit_class` = 2 WHERE `entry`=14021; - -/* Trigger Guse */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `maxgold` = 2 WHERE `entry`=14026; - -/* Trigger Mulverick */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `maxgold` = 2 WHERE `entry`=14027; - -/* Trigger Jeztor */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `maxgold` = 2 WHERE `entry`=14028; - -/* Trigger Ichman */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `maxgold` = 2 WHERE `entry`=14029; - -/* Trigger Slidore */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `maxgold` = 2 WHERE `entry`=14030; - -/* Trigger Vipore */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `maxgold` = 2 WHERE `entry`=14031; - -/* Phase Lasher (Fire) */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry`=14061; - -/* Phase Lasher (Nature) */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry`=14062; - -/* Phase Lasher (Arcane) */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry`=14063; - -/* Deeprun Diver */ -UPDATE `creature_template` SET `speed_run` = 0.142857 WHERE `entry`=14121; - -/* Massive Geyser */ -UPDATE `creature_template` SET `mingold` = 64, `maxgold` = 318 WHERE `entry`=14122; - -/* Phase Lasher (Frost) */ -UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry`=14184; - -/* Najak Hexxen */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 778 WHERE `entry`=14185; - -/* Ravak Grimtotem */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 752 WHERE `entry`=14186; - -/* Athramanis */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 778 WHERE `entry`=14187; - -/* Dirk Swindle */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 778 WHERE `entry`=14188; - -/* Gravis Slipknot */ -UPDATE `creature_template` SET `BaseAttackTime` = 1350, `RangeAttackTime` = 1485 WHERE `entry`=14221; - -/* Araga */ -UPDATE `creature_template` SET `BaseAttackTime` = 1358 WHERE `entry`=14222; - -/* 7:XT */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1430 WHERE `entry`=14224; - -/* Prince Kellen */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1375, `RangeAttackTime` = 1512 WHERE `entry`=14225; - -/* Kaskk */ -UPDATE `creature_template` SET `BaseAttackTime` = 1316 WHERE `entry`=14226; - -/* Giggler */ -UPDATE `creature_template` SET `RangeAttackTime` = 1503 WHERE `entry`=14228; - -/* Accursed Slitherblade */ -UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `speed_walk` = 1.0, `BaseAttackTime` = 1341, `RangeAttackTime` = 1475 WHERE `entry`=14229; - -/* Burgle Eye */ -UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38 WHERE `entry`=14230; - -/* Drogoth the Roamer */ -UPDATE `creature_template` SET `mingold` = 66, `maxgold` = 330 WHERE `entry`=14231; - -/* Dart */ -UPDATE `creature_template` SET `RangeAttackTime` = 1466 WHERE `entry`=14232; - -/* Ripscale */ -UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 39 WHERE `entry`=14233; - -/* Hayoc */ -UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41 WHERE `entry`=14234; - -/* The Rot */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `BaseAttackTime` = 1291, `RangeAttackTime` = 1420, `mingold` = 86, `maxgold` = 430 WHERE `entry`=14235; - -/* Lord Angler */ -UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 101, `maxgold` = 505 WHERE `entry`=14236; - -/* Oozeworm */ -UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `BaseAttackTime` = 1300, `RangeAttackTime` = 1430, `mingold` = 83, `maxgold` = 413 WHERE `entry`=14237; - -/* Ironbark the Redeemed */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310 WHERE `entry`=14241; - -/* [UNUSED] Sulhasa */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1216, `RangeAttackTime` = 1338 WHERE `entry`=14242; - -/* Blue Drakonid */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=14261; - -/* Bronze Drakonid */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=14263; - -/* Black Drakonid */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=14265; - -/* Shanda the Spinner */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `RangeAttackTime` = 1595 WHERE `entry`=14266; - -/* Emogg the Crusher */ -UPDATE `creature_template` SET `BaseAttackTime` = 1450, `RangeAttackTime` = 1595 WHERE `entry`=14267; - -/* Lord Condar */ -UPDATE `creature_template` SET `minlevel` = 16, `speed_walk` = 1.0, `RangeAttackTime` = 1631 WHERE `entry`=14268; - -/* Seeker Aqualon */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=14269; - -/* Winterax Tracker */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=14274; - -/* Tamra Stormpike */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1416, `RangeAttackTime` = 1558 WHERE `entry`=14275; - -/* Scargil */ -UPDATE `creature_template` SET `BaseAttackTime` = 1400 WHERE `entry`=14276; - -/* Stormpike Owl */ -UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 316 WHERE `entry`=14283; - -/* Petrified Guardian */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=14303; - -/* Kor'kron Elite */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 844 WHERE `entry`=14304; - -/* Human Orphan */ -UPDATE `creature_template` SET `BaseAttackTime` = 1970, `RangeAttackTime` = 2167 WHERE `entry`=14305; - -/* Ferra */ -UPDATE `creature_template` SET `mingold` = 162, `maxgold` = 812 WHERE `entry`=14308; - -/* Guard Mol'dar */ -UPDATE `creature_template` SET `minlevel` = 58 WHERE `entry`=14326; - -/* Black War Wolf */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14329; - -/* Black War Raptor */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14330; - -/* Red Skeletal Warhorse */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14331; - -/* Black War Steed */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14332; - -/* Black War Kodo */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14333; - -/* Black Battlestrider */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14334; - -/* Black War Ram */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14335; - -/* Alshirr Banebreath */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=14340; - -/* Ragepaw */ -UPDATE `creature_template` SET `BaseAttackTime` = 1216, `RangeAttackTime` = 1338 WHERE `entry`=14342; - -/* Earthcaller Franzahl */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1158 WHERE `entry`=14348; - -/* Hydroling */ -UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=14350; - -/* Gordok Bushwacker */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=14351; - -/* Mizzle the Crafty */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14353; - -/* Shen'dralar Wisp */ - - -/* Thornling */ -UPDATE `creature_template` SET `mingold` = 2, `maxgold` = 11 WHERE `entry`=14362; - -/* Thief Catcher Shadowdelve */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14363; - -/* Thief Catcher Farmountain */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14365; - -/* Warpwood Spores */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `maxgold` = 1 WHERE `entry`=14366; - -/* Thief Catcher Thunderbrew */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14367; - -/* Cadaverous Worm */ -UPDATE `creature_template` SET `minlevel` = 58, `BaseAttackTime` = 1400, `RangeAttackTime` = 1540 WHERE `entry`=14370; - -/* Winterfall Ambusher */ -UPDATE `creature_template` SET `mingold` = 55, `maxgold` = 277 WHERE `entry`=14372; - -/* Scout Stronghand */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 844 WHERE `entry`=14375; - -/* Scout Manslayer */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 844 WHERE `entry`=14376; - -/* Scout Tharr */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 844 WHERE `entry`=14377; - -/* Huntress Skymane */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 1.42857, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14378; - -/* Huntress Ravenoak */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 1.42857, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14379; - -/* Huntress Leafrunner */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 1.42857, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14380; - -/* Doomguard Minion */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1420, `RangeAttackTime` = 1562, `unit_class` = 2 WHERE `entry`=14385; - -/* Wandering Eye of Kilrogg */ -UPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 1.42857 WHERE `entry`=14386; - -/* Netherwalker */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 149, `maxgold` = 743 WHERE `entry`=14389; - -/* Griniblix the Spectator */ -UPDATE `creature_template` SET `maxlevel` = 58 WHERE `entry`=14395; - -/* Eye of Immol'thar */ -UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=14396; - -/* Mana Burst */ -UPDATE `creature_template` SET `dmgschool` = 6, `BaseAttackTime` = 1420, `RangeAttackTime` = 1562 WHERE `entry`=14397; - -/* Arcane Torrent */ -UPDATE `creature_template` SET `minlevel` = 58, `dmgschool` = 3, `mingold` = 157, `maxgold` = 786 WHERE `entry`=14399; - -/* Arcane Feedback */ -UPDATE `creature_template` SET `minlevel` = 56, `dmgschool` = 3 WHERE `entry`=14400; - -/* Seeker Cromwell */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14402; - -/* Seeker Nahr */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14403; - -/* Seeker Thompson */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14404; - -/* BRD Trigger */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=14422; - -/* Mirelow */ -UPDATE `creature_template` SET `BaseAttackTime` = 1441, `RangeAttackTime` = 1585 WHERE `entry`=14424; - -/* Gnawbone */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry`=14425; - -/* Grimmaw */ -UPDATE `creature_template` SET `BaseAttackTime` = 1550, `RangeAttackTime` = 1705, `mingold` = 8, `maxgold` = 42 WHERE `entry`=14429; - -/* Threggil */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143 WHERE `entry`=14432; - -/* Alarm-o-Bot */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=14434; - -/* Prince Thunderaan */ -UPDATE `creature_template` SET `dmgschool` = 3, `BaseAttackTime` = 1750, `RangeAttackTime` = 1250, `mingold` = 31740, `maxgold` = 158699 WHERE `entry`=14435; - -/* Orcish Orphan */ -UPDATE `creature_template` SET `BaseAttackTime` = 1970, `RangeAttackTime` = 2167 WHERE `entry`=14444; - -/* Fingat */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `BaseAttackTime` = 1275, `RangeAttackTime` = 1402 WHERE `entry`=14446; - -/* Gilmorian */ -UPDATE `creature_template` SET `BaseAttackTime` = 1291, `RangeAttackTime` = 1420 WHERE `entry`=14447; - -/* Blackwing Orb Trigger */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14449; - -/* Enslaved Doomguard Commander */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283, `unit_class` = 2, `mingold` = 158, `maxgold` = 792 WHERE `entry`=14452; - -/* Orb of Domination */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=14453; - -/* The Windreaver */ -UPDATE `creature_template` SET `BaseAttackTime` = 1158, `RangeAttackTime` = 1274, `unit_class` = 1, `mingold` = 162, `maxgold` = 812 WHERE `entry`=14454; - -/* Whirling Invader */ -UPDATE `creature_template` SET `unit_class` = 1, `maxgold` = 22 WHERE `entry`=14455; - -/* Princess Tempestria */ -UPDATE `creature_template` SET `BaseAttackTime` = 1158, `RangeAttackTime` = 1274, `unit_class` = 1, `mingold` = 162, `maxgold` = 812 WHERE `entry`=14457; - -/* Watery Invader */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `unit_class` = 1, `maxgold` = 22 WHERE `entry`=14458; - -/* Nefarian's Troops */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14459; - -/* Blazing Invader */ -UPDATE `creature_template` SET `unit_class` = 1, `maxgold` = 22 WHERE `entry`=14460; - -/* Baron Charr */ -UPDATE `creature_template` SET `speed_run` = 0.992063, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283, `unit_class` = 1, `mingold` = 157, `maxgold` = 786 WHERE `entry`=14461; - -/* Thundering Invader */ -UPDATE `creature_template` SET `BaseAttackTime` = 1450, `RangeAttackTime` = 1595, `maxgold` = 22 WHERE `entry`=14462; - -/* Avalanchion */ -UPDATE `creature_template` SET `speed_walk` = 1.55556, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283, `mingold` = 157, `maxgold` = 786 WHERE `entry`=14464; - -/* Alliance Battle Standard */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14465; - -/* Horde Battle Standard */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14466; - -/* Kroshius */ -UPDATE `creature_template` SET `BaseAttackTime` = 1216 WHERE `entry`=14467; - -/* Setis */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1141, `RangeAttackTime` = 1255 WHERE `entry`=14471; - -/* Gretheer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1175 WHERE `entry`=14472; - -/* Lapress */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150 WHERE `entry`=14473; - -/* Krellack */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=14476; - -/* Grubthor */ -UPDATE `creature_template` SET `BaseAttackTime` = 1166 WHERE `entry`=14477; - -/* Huricanian */ -UPDATE `creature_template` SET `dmgschool` = 3, `BaseAttackTime` = 1158 WHERE `entry`=14478; - -/* Twilight Lord Everun */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150 WHERE `entry`=14479; - -/* Emmithue Smails */ -UPDATE `creature_template` SET `BaseAttackTime` = 1910, `RangeAttackTime` = 2101 WHERE `entry`=14481; - -/* Xorothian Imp */ -UPDATE `creature_template` SET `minlevel` = 58, `BaseAttackTime` = 1430, `RangeAttackTime` = 1573 WHERE `entry`=14482; - -/* Dread Guard */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=14483; - -/* Injured Peasant */ -UPDATE `creature_template` SET `speed_walk` = 0.4 WHERE `entry`=14484; - -/* Plagued Peasant */ -UPDATE `creature_template` SET `speed_walk` = 0.8 WHERE `entry`=14485; - -/* Scourge Footsoldier */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1430, `RangeAttackTime` = 1573 WHERE `entry`=14486; - -/* Gluggle */ -UPDATE `creature_template` SET `mingold` = 66, `maxgold` = 330 WHERE `entry`=14487; - -/* Roloch */ -UPDATE `creature_template` SET `BaseAttackTime` = 1333, `RangeAttackTime` = 1466, `mingold` = 69, `maxgold` = 346 WHERE `entry`=14488; - -/* Scourge Archer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 64, `maxgold` = 318 WHERE `entry`=14489; - -/* Rippa */ -UPDATE `creature_template` SET `BaseAttackTime` = 1283, `RangeAttackTime` = 1411 WHERE `entry`=14490; - -/* Kurmokk */ -UPDATE `creature_template` SET `BaseAttackTime` = 1325 WHERE `entry`=14491; - -/* Verifonix */ -UPDATE `creature_template` SET `RangeAttackTime` = 1430 WHERE `entry`=14492; - -/* Priest Epic Event Caller */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=14493; - -/* Eris Havenfire */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14494; - -/* Invisible Trigger One */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14495; - -/* J'eevee */ -UPDATE `creature_template` SET `mingold` = 60, `maxgold` = 298 WHERE `entry`=14500; - -/* Warlock Mount Ritual Mob Type 3, Infernal (DND) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=14501; - -/* Xorothian Dreadsteed */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.28968, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283, `mingold` = 166, `maxgold` = 832 WHERE `entry`=14502; - -/* Dreadsteed Spirit */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.28968, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=14504; - -/* Lord Hel'nurath */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `BaseAttackTime` = 1133, `RangeAttackTime` = 1246 WHERE `entry`=14506; - -/* High Priest Venoxis */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 2.14286 WHERE `entry`=14507; - -/* Shadowed Spirit */ -UPDATE `creature_template` SET `speed_walk` = 3.6, `speed_run` = 1.28571, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14511; - -/* Corrupted Spirit */ -UPDATE `creature_template` SET `speed_walk` = 2.8, `speed_run` = 1.0, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `unit_class` = 1, `mingold` = 149, `maxgold` = 743 WHERE `entry`=14512; - -/* Malicious Spirit */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 0.714286, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 149, `maxgold` = 743 WHERE `entry`=14513; - -/* Banal Spirit */ -UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.2, `speed_run` = 0.428571, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `unit_class` = 1, `mingold` = 64, `maxgold` = 318 WHERE `entry`=14514; - -/* High Priestess Arlokk */ -UPDATE `creature_template` SET `mingold` = 7337, `maxgold` = 369259 WHERE `entry`=14515; - -/* Death Knight Darkreaver */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=14516; - -/* Aspect of Banality */ -UPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 0.428571, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=14518; - -/* Aspect of Corruption */ -UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 2.8, `speed_run` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `unit_class` = 1, `mingold` = 168, `maxgold` = 838 WHERE `entry`=14519; - -/* Aspect of Malice */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 0.714286, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=14520; - -/* Aspect of Shadow */ -UPDATE `creature_template` SET `speed_walk` = 1.11111, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 1806 WHERE `entry`=14521; - -/* Vartrus the Ancient */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 886 WHERE `entry`=14524; - -/* Stoma the Ancient */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 886 WHERE `entry`=14525; - -/* Hastat the Ancient */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 886 WHERE `entry`=14526; - -/* Solenor the Slayer */ -UPDATE `creature_template` SET `speed_run` = 1.71429, `RangeAttackTime` = 1301 WHERE `entry`=14530; - -/* Artorius the Amiable */ -UPDATE `creature_template` SET `BaseAttackTime` = 1175 WHERE `entry`=14531; - -/* Simone the Seductress */ -UPDATE `creature_template` SET `BaseAttackTime` = 1183, `RangeAttackTime` = 1301 WHERE `entry`=14533; - -/* Klinfran the Crazed */ -UPDATE `creature_template` SET `RangeAttackTime` = 1301 WHERE `entry`=14534; - -/* Artorius the Doombringer */ -UPDATE `creature_template` SET `RangeAttackTime` = 1301 WHERE `entry`=14535; - -/* Precious the Devourer */ -UPDATE `creature_template` SET `RangeAttackTime` = 1292 WHERE `entry`=14538; - -/* Swift Stripped Mechanostrider */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry`=14554; - -/* Swift Dawnsaber */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200 WHERE `entry`=14557; - -/* Swift Blue Mechanostrider */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry`=14562; - -/* Swift Red Mechanostrider */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry`=14563; - -/* Terrordale Spirit */ -UPDATE `creature_template` SET `speed_walk` = 2.8, `speed_run` = 1.0, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry`=14564; - -/* Darkreaver's Fallen Charger */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=14568; - -/* Sergeant Thunderhorn */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=14581; - -/* Ebonroc */ -UPDATE `creature_template` SET `mingold` = 1202590, `maxgold` = 1212590 WHERE `entry`=14601; - -/* Zapped Shore Strider */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1530, `RangeAttackTime` = 1683, `mingold` = 41, `maxgold` = 560 WHERE `entry`=14603; - -/* Zapped Land Walker */ -UPDATE `creature_template` SET `maxlevel` = 48, `speed_walk` = 1.0, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 556 WHERE `entry`=14604; - -/* Drakonid Corpse Trigger */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=14606; - -/* Sleepy Dark Iron Worker */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=14635; - -/* Chambermaid Pillaclencher */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=14636; - -/* Zapped Wave Strider */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 540 WHERE `entry`=14638; - -/* Zapped Deep Strider */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `unit_class` = 2, `mingold` = 43, `maxgold` = 603 WHERE `entry`=14639; - -/* Zapped Cliff Giant */ -UPDATE `creature_template` SET `maxlevel` = 49, `speed_walk` = 0.777776, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 603 WHERE `entry`=14640; - -/* Stratholme Trigger */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=14646; - -/* Stinglasher */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=14661; - -/* Transporter Malfunction */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=14681; - -/* Sever */ -UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry`=14682; - -/* Balzaphon */ -UPDATE `creature_template` SET `unit_class` = 2 WHERE `entry`=14684; - -/* Lady Falther'ess */ -UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `unit_class` = 2 WHERE `entry`=14686; - -/* Revanchion */ -UPDATE `creature_template` SET `speed_walk` = 1.11111, `unit_class` = 2 WHERE `entry`=14690; - -/* Scorn */ -UPDATE `creature_template` SET `unit_class` = 2 WHERE `entry`=14693; - -/* Lumbering Horror */ -UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `detection_range` = 4.0 WHERE `entry`=14697; - -/* Horde Elite */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 774 WHERE `entry`=14717; - -/* Revantusk Watcher */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 794, `maxgold` = 794 WHERE `entry`=14730; - -/* PvP CTF Credit Marker */ -UPDATE `creature_template` SET `speed_run` = 0.714286, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=14732; - -/* Otho Moji'ko */ -UPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry`=14738; - -/* Mystic Yayo'jin */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=14739; - -/* Vilebranch Kidnapper */ -UPDATE `creature_template` SET `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 215 WHERE `entry`=14748; - -/* Gurubashi Bat Rider */ -UPDATE `creature_template` SET `minlevel` = 61 WHERE `entry`=14750; - -/* Frostwolf Battle Standard */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14751; - -/* Stormpike Battle Standard */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14752; - -/* Tiny Green Dragon */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14755; - -/* Tiny Red Dragon */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14756; - -/* Creeping Doom */ -UPDATE `creature_template` SET `speed_walk` = 0.8, `speed_run` = 0.285714 WHERE `entry`=14761; - -/* Dun Baldar North Marshal */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14762; - -/* Dun Baldar South Marshal */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14763; - -/* Icewing Marshal */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14764; - -/* Stonehearth Marshal */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14765; - -/* Iceblood Marshal */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14766; - -/* Tower Point Marshal */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14767; - -/* East Frostwolf Marshal */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14768; - -/* West Frostwolf Marshal */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14769; - -/* Dun Baldar North Warmaster */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14770; - -/* Dun Baldar South Warmaster */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14771; - -/* East Frostwolf Warmaster */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14772; - -/* Iceblood Warmaster */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14773; - -/* Icewing Warmaster */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14774; - -/* Stonehearth Warmaster */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14775; - -/* Tower Point Warmaster */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14776; - -/* West Frostwolf Warmaster */ -UPDATE `creature_template` SET `mingold` = 153, `maxgold` = 767 WHERE `entry`=14777; - -/* Sacrificed Troll */ - - -/* Hakkar */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 2.14286 WHERE `entry`=14834; - -/* Melnan Darkstone */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 377 WHERE `entry`=14842; - -/* Herald */ -UPDATE `creature_template` SET `maxgold` = 2 WHERE `entry`=14848; - -/* Emissary Roman'khan */ -UPDATE `creature_template` SET `mingold` = 4031, `maxgold` = 4031 WHERE `entry`=14862; - -/* High Priest Venoxis Transform Visual */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `unit_class` = 2 WHERE `entry`=14877; - -/* Jubling */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14878; - -/* Parasitic Serpent */ -UPDATE `creature_template` SET `mingold` = 135, `maxgold` = 677 WHERE `entry`=14884; - -/* Ysondre */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `RangeAttackTime` = 200 WHERE `entry`=14887; - -/* Lethon */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `RangeAttackTime` = 200 WHERE `entry`=14888; - -/* Emeriss */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `RangeAttackTime` = 200 WHERE `entry`=14889; - -/* Fang */ - - -/* High Priestess Jeklik Transform Visual */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.42857, `rank` = 1, `unit_class` = 2 WHERE `entry`=14941; - -/* Guse's War Rider */ -UPDATE `creature_template` SET `speed_run` = 1.71429, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14943; - -/* Jeztor's War Rider */ -UPDATE `creature_template` SET `speed_run` = 1.71429, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14944; - -/* Mulverick's War Rider */ -UPDATE `creature_template` SET `speed_walk` = 4.8, `speed_run` = 1.71429, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14945; - -/* Slidore's Gryphon */ -UPDATE `creature_template` SET `speed_walk` = 4.8, `speed_run` = 1.71429, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14946; - -/* Ichman's Gryphon */ -UPDATE `creature_template` SET `speed_run` = 1.71429, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14947; - -/* Vipore's Gryphon */ -UPDATE `creature_template` SET `speed_walk` = 4.8, `speed_run` = 1.71429, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14948; - -/* Frenzied Bloodseeker Bat */ -UPDATE `creature_template` SET `speed_run` = 2.14286 WHERE `entry`=14965; - -/* High Priest Thekal Transform Visual */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=14966; - -/* High Priestess Mar'li Transform Visual */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=14967; - -/* High Priestess Arlokk Transform Visual */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `unit_class` = 2 WHERE `entry`=14968; - -/* Shade of Jin'do */ -UPDATE `creature_template` SET `minlevel` = 57, `speed_walk` = 1.0 WHERE `entry`=14986; - -/* Powerful Healing Ward */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=14987; - -/* Poisonous Cloud */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=14989; - -/* PvP A-Mid Credit Marker */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15001; - -/* PvP Mid Credit Marker */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15002; - -/* PvP H-Mid Credit Marker */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15003; - -/* PvP ALT-S Credit Marker */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15004; - -/* PvP ALT-N Credit Marker */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15005; - -/* Sir Malory Wheeler */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=15007; - -/* Voodoo Spirit */ -UPDATE `creature_template` SET `maxgold` = 2 WHERE `entry`=15009; - -/* Jungle Toad */ - - -/* Wagner Hammerstrike */ -UPDATE `creature_template` SET `BaseAttackTime` = 1460, `RangeAttackTime` = 1606 WHERE `entry`=15011; - -/* Javnir Nashak */ -UPDATE `creature_template` SET `BaseAttackTime` = 1460, `RangeAttackTime` = 1606 WHERE `entry`=15012; - -/* Spawn of Mar'li */ -UPDATE `creature_template` SET `minlevel` = 59, `mingold` = 57, `maxgold` = 286 WHERE `entry`=15041; - -/* Zulian Crocolisk */ -UPDATE `creature_template` SET `minlevel` = 60 WHERE `entry`=15043; - -/* Arathi Farmer */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15045; - -/* Forsaken Farmer */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15046; - -/* Gurubashi */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63 WHERE `entry`=15047; - -/* Spirit of Jin'do */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `RangeAttackTime` = 2200, `unit_class` = 2, `maxgold` = 1 WHERE `entry`=15061; - -/* Arathi Lumberjack */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15062; - -/* Arathi Blacksmith */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15063; - -/* Forsaken Blacksmith */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15064; - -/* Lady */ - - -/* Cleo */ - - -/* Zulian Guardian */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 60, `mingold` = 73, `maxgold` = 367 WHERE `entry`=15068; - -/* Heart of Hakkar */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=15069; - -/* Underfoot */ - - -/* Spike */ - - -/* Pat's Hellfire Guy */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15073; - -/* Arathi Miner */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15074; - -/* Forsaken Miner */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15075; - -/* Riggle Bassbait */ -UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 45, `maxgold` = 224 WHERE `entry`=15077; - -/* Jang */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15078; - -/* Fishbot 5000 */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15079; - -/* Gri'lek */ -UPDATE `creature_template` SET `RangeAttackTime` = 1800, `mingold` = 7415, `maxgold` = 37073 WHERE `entry`=15082; - -/* Hazza'rah */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 6361, `maxgold` = 31807 WHERE `entry`=15083; - -/* Renataki */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.57143, `mingold` = 3906, `maxgold` = 19530 WHERE `entry`=15084; - -/* Wushoolay */ -UPDATE `creature_template` SET `BaseAttackTime` = 2000, `mingold` = 6361, `maxgold` = 31807 WHERE `entry`=15085; - -/* Arathi Stablehand */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15086; - -/* Forsaken Stablehand */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15087; - -/* Booty Bay Elite */ -UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `mingold` = 166, `maxgold` = 832 WHERE `entry`=15088; - -/* Forsaken Lumberjack */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15089; - -/* Swift Razzashi Raptor */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry`=15090; - -/* Silverwing Emissary */ -UPDATE `creature_template` SET `mingold` = 7, `maxgold` = 37 WHERE `entry`=15102; - -/* Swift Zulian Tiger */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200 WHERE `entry`=15104; - -/* Arathi Horse */ -UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `maxgold` = 1 WHERE `entry`=15107; - -/* Forsaken Horse */ -UPDATE `creature_template` SET `maxlevel` = 2, `maxgold` = 1 WHERE `entry`=15108; - -/* Gurubashi Prisoner */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15110; - -/* Honored Hero */ -UPDATE `creature_template` SET `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=15113; - -/* Gahz'ranka */ -UPDATE `creature_template` SET `mingold` = 8270, `maxgold` = 41348 WHERE `entry`=15114; - -/* Honored Ancestor */ -UPDATE `creature_template` SET `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=15115; - -/* Chained Spirit */ -UPDATE `creature_template` SET `mingold` = 64, `maxgold` = 318 WHERE `entry`=15117; - -/* Barrus */ -UPDATE `creature_template` SET `mingold` = 45, `maxgold` = 224 WHERE `entry`=15119; - -/* Gahz'ranka Dead */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.6, `speed_run` = 1.42857, `BaseAttackTime` = 1666, `RangeAttackTime` = 1833, `maxgold` = 2 WHERE `entry`=15122; - -/* Chromatic Drake Mount */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry`=15135; - -/* Hammerfall Elite */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `BaseAttackTime` = 1440, `RangeAttackTime` = 1584, `mingold` = 57, `maxgold` = 286 WHERE `entry`=15136; - -/* Menethil Elite */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 54, `maxgold` = 269 WHERE `entry`=15137; - -/* Silverpine Elite */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 54, `maxgold` = 269 WHERE `entry`=15138; - -/* Gahz'ranka Herald */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15139; - -/* Pat's Splash Guy */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=15140; - -/* Mad Voidwalker */ -UPDATE `creature_template` SET `minlevel` = 59, `dmgschool` = 5 WHERE `entry`=15146; - -/* Scarlet Inquisitor */ -UPDATE `creature_template` SET `unit_class` = 1, `mingold` = 1500, `maxgold` = 1658 WHERE `entry`=15162; - -/* Nightmare Illusion */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=15163; - -/* Khur Hornstriker */ -UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=15175; - -/* Cloud Skydancer */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=15177; - -/* Runk Windtamer */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=15178; - -/* Mishta */ -UPDATE `creature_template` SET `subname` = 'General Trade Goods Vendor' WHERE `entry`=15179; - -/* Cenarion Hold Infantry */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=15184; - -/* The Banshee Queen */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 3, `maxgold` = 2 WHERE `entry`=15193; - -/* Wickerman Guardian */ -UPDATE `creature_template` SET `mingold` = 161, `maxgold` = 806 WHERE `entry`=15195; - -/* Darkcaller Yanka */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 1028 WHERE `entry`=15197; - -/* Sergeant Hartman */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 1028 WHERE `entry`=15199; - -/* Twilight Keeper Mayna */ -UPDATE `creature_template` SET `mingold` = 121, `maxgold` = 163 WHERE `entry`=15200; - -/* Twilight Flamereaver */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429 WHERE `entry`=15201; - -/* Vyral the Vile */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15202; - -/* Prince Skaldrenox */ -UPDATE `creature_template` SET `mingold` = 3431, `maxgold` = 17156 WHERE `entry`=15203; - -/* High Marshal Whirlaxis */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 4328, `maxgold` = 218688 WHERE `entry`=15204; - -/* Baron Kazum */ -UPDATE `creature_template` SET `mingold` = 3642, `maxgold` = 18208 WHERE `entry`=15205; - -/* The Duke of Cynders */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 187, `maxgold` = 935 WHERE `entry`=15206; - -/* The Duke of Fathoms */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `BaseAttackTime` = 1133, `RangeAttackTime` = 1246, `mingold` = 187, `maxgold` = 935 WHERE `entry`=15207; - -/* The Duke of Shards */ -UPDATE `creature_template` SET `mingold` = 187, `maxgold` = 935 WHERE `entry`=15208; - -/* Crimson Templar */ -UPDATE `creature_template` SET `dmgschool` = 2, `mingold` = 176, `maxgold` = 880 WHERE `entry`=15209; - -/* Azure Templar */ -UPDATE `creature_template` SET `dmgschool` = 4, `unit_class` = 1, `mingold` = 165, `maxgold` = 826 WHERE `entry`=15211; - -/* Hoary Templar */ -UPDATE `creature_template` SET `mingold` = 176, `maxgold` = 880 WHERE `entry`=15212; - -/* Mistress Natalia Mar'alith */ -UPDATE `creature_template` SET `BaseAttackTime` = 1158 WHERE `entry`=15215; - -/* Male Ghost */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15216; - -/* Female Ghost */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15217; - -/* Faire Cannon Trigger */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=15218; - -/* Trick - Critter */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15219; - -/* The Duke of Zephyrs */ -UPDATE `creature_template` SET `mingold` = 187, `maxgold` = 935 WHERE `entry`=15220; - -/* Demented Druid Spirit */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=15260; - -/* Spirit Shade */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.571429, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=15261; - -/* Xil'xix */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15286; - -/* Aluntir */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15288; - -/* Arakis */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15290; - -/* Shade of Taerar */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `BaseAttackTime` = 1666, `RangeAttackTime` = 1833 WHERE `entry`=15302; - -/* Lord Skwol */ -UPDATE `creature_template` SET `mingold` = 5144, `maxgold` = 25722 WHERE `entry`=15305; - -/* Earthen Templar */ -UPDATE `creature_template` SET `mingold` = 176, `maxgold` = 880 WHERE `entry`=15307; - -/* Twilight Prophet */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1183, `mingold` = 121, `maxgold` = 163 WHERE `entry`=15308; - -/* Spoops */ -UPDATE `creature_template` SET `BaseAttackTime` = 1739 WHERE `entry`=15309; - -/* Moonkin (Druid - Night Elf) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15313; - -/* Moonkin (Druid - Tauren) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15314; - -/* Darkmoon Steam Tonk */ -UPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15328; - -/* Giant Eye Tentacle */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0, `mingold` = 1, `maxgold` = 8808 WHERE `entry`=15334; - -/* Ossirian the Unscarred */ -UPDATE `creature_template` SET `detection_range` = 30.0 WHERE `entry`=15339; - -/* Qiraji Swarmguard */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15343; - -/* Swarmguard Needler */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15344; - -/* Kurinnaxx */ -UPDATE `creature_template` SET `detection_range` = 50.0 WHERE `entry`=15348; - -/* RC Blimp */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143 WHERE `entry`=15349; - -/* Katrina Shimmerstar */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 361 WHERE `entry`=15353; - -/* Murki */ - - -/* Malfurion Stormrage */ -UPDATE `creature_template` SET `mingold` = 1468, `maxgold` = 7341 WHERE `entry`=15362; - -/* RC Mortar Tank */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143 WHERE `entry`=15364; - -/* Tonk Mine */ - - -/* Halloween Pirate Captain */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `unit_class` = 2 WHERE `entry`=15373; - -/* Halloween Undead Pirate */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15374; - -/* Halloween Pirate Female */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15375; - -/* Halloween Male Ghost */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15376; - -/* Halloween Female Ghost */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15377; - -/* Anachronos the Ancient */ -UPDATE `creature_template` SET `mingold` = 80000, `maxgold` = 120000 WHERE `entry`=15381; - -/* OLDWorld Trigger (DO NOT DELETE) */ -UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15384; - -/* Colonel Zerran */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15385; - -/* Major Yeggeth */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15386; - -/* Qiraji Warrior */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15387; - -/* Major Pakkon */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15388; - -/* Captain Drenn */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15389; - -/* Captain Xurrem */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15390; - -/* Captain Qeez */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15391; - -/* Captain Tuubid */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15392; - -/* Hero of the Horde */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 0.8 WHERE `entry`=15394; - -/* Anachronos Dragon Form */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15410; - -/* Arygos Dragon Form */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15411; - -/* Caelestrasz Dragon Form */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15412; - -/* Merithra Dragon Form */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15413; - -/* Southshore Stink Bomb Counter */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=15415; - -/* Kania */ -UPDATE `creature_template` SET `subname` = 'Enchanting Supplier' WHERE `entry`=15419; - -/* Debug Point */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15425; - -/* Merithra's Wake */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_run` = 0.428571 WHERE `entry`=15427; - -/* Sand Vortex */ -UPDATE `creature_template` SET `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15428; - -/* Mortar Sergeant Stouthammer */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15436; - -/* Captain Blackanvil */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1400, `mingold` = 1, `maxgold` = 756 WHERE `entry`=15440; - -/* Ironforge Brigade Rifleman */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15441; - -/* Ironforge Brigade Footman */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15442; - -/* Janela Stouthammer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1200 WHERE `entry`=15443; - -/* Arcanist Nozzlespring */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1250 WHERE `entry`=15444; - -/* Hive'Zora Abomination */ -UPDATE `creature_template` SET `speed_run` = 2.85714, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15449; - -/* Commander Stronghammer */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15458; - -/* Omen */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0 WHERE `entry`=15467; - -/* Beetle */ - - -/* Scorpion */ - - -/* Spirit of Azuregos */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429 WHERE `entry`=15481; - -/* Eranikus, Tyrant of the Dream */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `RangeAttackTime` = 1300, `mingold` = 80000, `maxgold` = 120000 WHERE `entry`=15491; - -/* Canal Frenzy */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15505; - -/* Buru the Gorger Transform Visual */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_run` = 0.428571, `unit_class` = 2 WHERE `entry`=15507; - -/* Hive'Zara Hatchling */ -UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0 WHERE `entry`=15521; - -/* Sergeant Umala */ -UPDATE `creature_template` SET `minlevel` = 56 WHERE `entry`=15522; - -/* Temporary Reindeer */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry`=15524; - -/* Meridith the Mermaiden */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15526; - -/* Mana Fiend */ -UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 60, `dmgschool` = 6, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15527; - -/* Lady Callow */ -UPDATE `creature_template` SET `minlevel` = 56 WHERE `entry`=15529; - -/* General Zog */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15539; - -/* Twilight Marauder Morna */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15541; - -/* Twilight Marauder */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15542; - -/* Cenarion Outrider */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15545; - -/* Hive'Zara Swarmer */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 876 WHERE `entry`=15546; - -/* Elder Morndeep */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15549; - -/* Number Two */ -UPDATE `creature_template` SET `BaseAttackTime` = 1200 WHERE `entry`=15554; - -/* Hive'Zara Larva */ -UPDATE `creature_template` SET `minlevel` = 59 WHERE `entry`=15555; - -/* Elder Splitrock */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15556; - -/* Elder Rumblerock */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15557; - -/* Elder Silvervein */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15558; - -/* Elder Highpeak */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `unit_class` = 8 WHERE `entry`=15559; - -/* Elder Stonefort */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15560; - -/* Elder Obsidian */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15561; - -/* Elder Bellowrage */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15563; - -/* Elder Darkcore */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15564; - -/* Elder Snowcrown */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15566; - -/* Elder Ironband */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15567; - -/* Elder Goldwell */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15569; - -/* Elder Primestone */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15570; - -/* Maws */ -UPDATE `creature_template` SET `speed_run` = 2.57143 WHERE `entry`=15571; - -/* Elder Runetotem */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15572; - -/* Elder Ragetotem */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15573; - -/* Elder Stonespire */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15574; - -/* Elder Bloodhoof */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15575; - -/* Elder Winterhoof */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15576; - -/* Elder Skychaser */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15577; - -/* Elder Wildmane */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15578; - -/* Elder Darkhorn */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15579; - -/* Elder Grimtotem */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15581; - -/* Elder Thunderhorn */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15583; - -/* Elder Skyseer */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15584; - -/* Elder Dawnstrider */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15585; - -/* Elder Dreamseer */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15586; - -/* Elder Mistwalker */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15587; - -/* Elder High Mountain */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15588; - -/* Elder Windrun */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15592; - -/* Elder Starsong */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15593; - -/* Elder Moonstrike */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15594; - -/* Elder Bladeleaf */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15595; - -/* Elder Starglade */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15596; - -/* Elder Bladeswift */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15598; - -/* Elder Bladesing */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15599; - -/* Elder Skygleam */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15600; - -/* Elder Starweave */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15601; - -/* Elder Meadowrun */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15602; - -/* Elder Nightwind */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15603; - -/* Elder Morningdew */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15604; - -/* Elder Riversong */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15605; - -/* Elder Brightspear */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15606; - -/* Elder Farwhisper */ -UPDATE `creature_template` SET `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=15607; - -/* Cenarion Scout Jalia */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15611; - -/* Krug Skullsplit */ -UPDATE `creature_template` SET `BaseAttackTime` = 1500 WHERE `entry`=15612; - -/* Merok Longstride */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1500 WHERE `entry`=15613; - -/* Shadow Priestess Shai */ -UPDATE `creature_template` SET `BaseAttackTime` = 1500 WHERE `entry`=15615; - -/* Orgrimmar Legion Axe Thrower */ -UPDATE `creature_template` SET `BaseAttackTime` = 1500 WHERE `entry`=15617; - -/* Hive'Regal Hunter-Killer */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `RangeAttackTime` = 1650, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15620; - -/* Forest Wisp */ -UPDATE `creature_template` SET `minlevel` = 8 WHERE `entry`=15624; - -/* Twilight Corrupter */ -UPDATE `creature_template` SET `rank` = 3 WHERE `entry`=15625; - -/* Eranikus the Redeemed */ -UPDATE `creature_template` SET `speed_run` = 2.28571 WHERE `entry`=15628; - -/* Tyrande */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63 WHERE `entry`=15633; - -/* Eranikus Transformed */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `unit_class` = 2 WHERE `entry`=15660; - -/* Baby Shark */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=15661; - -/* Mounted Reindeer */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_run` = 1.38571 WHERE `entry`=15665; - -/* Dark Iron Kidnapper */ -UPDATE `creature_template` SET `minlevel` = 42 WHERE `entry`=15692; - -/* Stormwind Reveler */ -UPDATE `creature_template` SET `maxlevel` = 60 WHERE `entry`=15694; - -/* Warlord Gorchuk */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15700; - -/* Field Marshal Snowfall */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15701; - -/* Senior Sergeant Taiga */ -UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 385 WHERE `entry`=15702; - -/* Winter Reindeer */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15706; - -/* Dirt Mound */ -UPDATE `creature_template` SET `speed_walk` = 4.8, `speed_run` = 1.71429 WHERE `entry`=15712; - -/* Blue Qiraji Battle Tank */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=15713; - -/* Yellow Qiraji Battle Tank */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=15714; - -/* Green Qiraji Battle Tank */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=15715; - -/* Red Qiraji Battle Tank */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=15716; - -/* Ouro Trigger */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15717; - -/* Ouro Scarab */ -UPDATE `creature_template` SET `BaseAttackTime` = 1000 WHERE `entry`=15718; - -/* Mechanical Greench */ -UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `BaseAttackTime` = 2000 WHERE `entry`=15721; - -/* Booty Bay Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 60 WHERE `entry`=15723; - -/* Eye Tentacle */ -UPDATE `creature_template` SET `mingold` = 700, `maxgold` = 4321 WHERE `entry`=15726; - -/* Father Winter's Helper (BIG) gm */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15729; - -/* Pat's Snowcloud Guy */ - - -/* Colossus of Zora */ -UPDATE `creature_template` SET `rank` = 3, `mingold` = 754599, `maxgold` = 754599 WHERE `entry`=15740; - -/* Colossus of Regal */ -UPDATE `creature_template` SET `rank` = 3, `mingold` = 754599, `maxgold` = 754599 WHERE `entry`=15741; - -/* Colossus of Ashi */ -UPDATE `creature_template` SET `rank` = 3, `BaseAttackTime` = 2000, `mingold` = 754599, `maxgold` = 754599 WHERE `entry`=15742; - -/* Colossal Anubisath Warbringer */ -UPDATE `creature_template` SET `mingold` = 47736, `maxgold` = 272524 WHERE `entry`=15743; - -/* Imperial Qiraji Destroyer */ -UPDATE `creature_template` SET `maxlevel` = 63, `unit_class` = 2, `mingold` = 155024, `maxgold` = 172524 WHERE `entry`=15744; - -/* Qiraji Captain */ -UPDATE `creature_template` SET `mingold` = 11252, `maxgold` = 15552 WHERE `entry`=15747; - -/* Lesser Anubisath Warbringer */ -UPDATE `creature_template` SET `mingold` = 5024, `maxgold` = 13960 WHERE `entry`=15748; - -/* Lesser Silithid Flayer */ -UPDATE `creature_template` SET `minlevel` = 29 WHERE `entry`=15749; - -/* Qiraji Major */ -UPDATE `creature_template` SET `mingold` = 20702, `maxgold` = 25752 WHERE `entry`=15750; - -/* Anubisath Warbringer */ -UPDATE `creature_template` SET `mingold` = 7024, `maxgold` = 7524 WHERE `entry`=15751; - -/* Silithid Flayer */ -UPDATE `creature_template` SET `mingold` = 702, `maxgold` = 752 WHERE `entry`=15752; - -/* Qiraji Brigadier General */ -UPDATE `creature_template` SET `mingold` = 50920, `maxgold` = 55052 WHERE `entry`=15753; - -/* Greater Anubisath Warbringer */ -UPDATE `creature_template` SET `mingold` = 9024, `maxgold` = 9524 WHERE `entry`=15754; - -/* Greater Silithid Flayer */ -UPDATE `creature_template` SET `mingold` = 920, `maxgold` = 1052 WHERE `entry`=15756; - -/* Qiraji Lieutenant General */ -UPDATE `creature_template` SET `rank` = 3, `mingold` = 70202, `maxgold` = 83252 WHERE `entry`=15757; - -/* Supreme Anubisath Warbringer */ -UPDATE `creature_template` SET `mingold` = 22024, `maxgold` = 32524 WHERE `entry`=15758; - -/* Supreme Silithid Flayer */ -UPDATE `creature_template` SET `mingold` = 2202, `maxgold` = 3252 WHERE `entry`=15759; - -/* Resonating Crystal */ -UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35 WHERE `entry`=15769; - -/* Greater Resonating Crystal */ -UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45 WHERE `entry`=15770; - -/* Major Resonating Crystal */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63 WHERE `entry`=15771; - -/* Christmas Darkmaster Gandling */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `unit_class` = 2 WHERE `entry`=15772; - -/* Christmas Cannon Master Willey */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15773; - -/* Christmas Prince Tortheldrin */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15774; - -/* Christmas Warchief Rend Blackhand */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `rank` = 3 WHERE `entry`=15776; - -/* Christmas War Master Voone */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15777; - -/* Mouth Tentacle Mount Visual */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry`=15778; - -/* Human Male Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15780; - -/* Human Female Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15781; - -/* Dwarf Male Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15782; - -/* Dwarf Female Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15783; - -/* Night Elf Female Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15784; - -/* Troll Female Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15785; - -/* Orc Female Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15786; - -/* Goblin Female Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15787; - -/* Undead Female Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15788; - -/* Tauren Female Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15789; - -/* Undead Male Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15790; - -/* Orc Male Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15791; - -/* Troll Male Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15792; - -/* Tauren Male Winter Reveler */ -UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15793; - -/* Night Elf Male Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15794; - -/* Goblin Male Winter Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15795; - -/* Christmas Goraluk Anvilcrack */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `rank` = 1 WHERE `entry`=15796; - -/* GONG BOY DND DNR */ -UPDATE `creature_template` SET `minlevel` = 2, `maxlevel` = 10 WHERE `entry`=15801; - -/* Qiraji Lieutenant */ -UPDATE `creature_template` SET `mingold` = 6082, `maxgold` = 10252 WHERE `entry`=15806; - -/* Minor Anubisath Warbringer */ -UPDATE `creature_template` SET `mingold` = 6189, `maxgold` = 8033 WHERE `entry`=15807; - -/* C'Thun Transformation Visual */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry`=15809; - -/* Eroded Anubisath Warbringer */ -UPDATE `creature_template` SET `maxlevel` = 18, `mingold` = 5011, `maxgold` = 7488 WHERE `entry`=15810; - -/* Qiraji Officer */ -UPDATE `creature_template` SET `mingold` = 5241, `maxgold` = 7158 WHERE `entry`=15812; - -/* Qiraji Officer Zod */ -UPDATE `creature_template` SET `mingold` = 7124, `maxgold` = 10862 WHERE `entry`=15813; - -/* Qiraji Lieutenant Jo-rel */ -UPDATE `creature_template` SET `mingold` = 8494, `maxgold` = 15252 WHERE `entry`=15814; - -/* Qiraji Captain Ka'ark */ -UPDATE `creature_template` SET `mingold` = 15252, `maxgold` = 20552 WHERE `entry`=15815; - -/* Qiraji Major He'al-ie */ -UPDATE `creature_template` SET `mingold` = 30702, `maxgold` = 35752 WHERE `entry`=15816; - -/* Qiraji Brigadier General Pax-lish */ -UPDATE `creature_template` SET `mingold` = 50920, `maxgold` = 55052 WHERE `entry`=15817; - -/* Lieutenant General Nokhor */ -UPDATE `creature_template` SET `rank` = 3, `mingold` = 100202, `maxgold` = 113852 WHERE `entry`=15818; - -/* Father Winter's Helper (BIG) rm */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15832; - -/* Father Winter's Helper (BIG) rf */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15835; - -/* Father Winter's Helper (BIG) gf */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15838; - -/* Might of Kalimdor Sergeant */ -UPDATE `creature_template` SET `maxlevel` = 15 WHERE `entry`=15840; - -/* Might of Kalimdor Lieutenant */ -UPDATE `creature_template` SET `maxlevel` = 46 WHERE `entry`=15841; - -/* Might of Kalimdor Mage */ -UPDATE `creature_template` SET `minlevel` = 36, `unit_class` = 8 WHERE `entry`=15842; - -/* Might of Kalimdor Priest */ -UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry`=15843; - -/* Might of Kalimdor Restorer */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `unit_class` = 8 WHERE `entry`=15844; - -/* Might of Kalimdor Captain */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15845; - -/* Might of Kalimdor Shaman */ -UPDATE `creature_template` SET `unit_class` = 2 WHERE `entry`=15847; - -/* Might of Kalimdor Druid */ -UPDATE `creature_template` SET `maxlevel` = 35, `unit_class` = 2 WHERE `entry`=15849; - -/* Might of Kalimdor Marshal */ -UPDATE `creature_template` SET `maxlevel` = 59 WHERE `entry`=15851; - -/* Orgrimmar Elite Shieldguard */ -UPDATE `creature_template` SET `maxlevel` = 61, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15852; - -/* Orgrimmar Elite Cavalryman */ -UPDATE `creature_template` SET `speed_run` = 2.28571 WHERE `entry`=15854; - -/* Tauren Rifleman */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `unit_class` = 2 WHERE `entry`=15855; - -/* Tauren Primalist */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `unit_class` = 2 WHERE `entry`=15856; - -/* Stormwind Cavalryman */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15857; - -/* Stormwind Archmage */ -UPDATE `creature_template` SET `unit_class` = 2 WHERE `entry`=15859; - -/* Kaldorei Marksman */ -UPDATE `creature_template` SET `unit_class` = 2 WHERE `entry`=15860; - -/* Ironforge Cavalryman */ -UPDATE `creature_template` SET `speed_run` = 2.28571 WHERE `entry`=15862; - -/* Darkspear Shaman */ -UPDATE `creature_template` SET `unit_class` = 2 WHERE `entry`=15863; - -/* Might of Kalimdor Archmage */ -UPDATE `creature_template` SET `minlevel` = 60, `unit_class` = 8 WHERE `entry`=15867; - -/* Highlord Leoric Von Zeldig */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `unit_class` = 2 WHERE `entry`=15868; - -/* Malagav the Tactician */ -UPDATE `creature_template` SET `unit_class` = 2 WHERE `entry`=15869; - -/* Pat's Firework Cluster Guy (BLUE) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15872; - -/* Pat's Firework Cluster Guy (RED) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15873; - -/* Pat's Firework Cluster Guy (GREEN) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15874; - -/* Pat's Firework Cluster Guy (PURPLE) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15875; - -/* Pat's Firework Cluster Guy (WHITE) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15876; - -/* Pat's Firework Cluster Guy (YELLOW) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15877; - -/* Pat's Firework Guy - BLUE */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15879; - -/* Pat's Firework Guy - GREEN */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15880; - -/* Pat's Firework Guy - PURPLE */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15881; - -/* Pat's Firework Guy - WHITE */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15884; - -/* Pat's Firework Guy - BLUE BIG */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15885; - -/* Pat's Firework Guy - GREEN BIG */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15886; - -/* Pat's Firework Guy - PURPLE BIG */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15887; - -/* Pat's Firework Guy - RED BIG */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15888; - -/* Pat's Firework Guy - WHITE BIG */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15889; - -/* Pat's Firework Guy - YELLOW BIG */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15890; - -/* Lunar Firework Credit Marker */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=15893; - -/* Lunar Cluster Credit Marker */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=15894; - -/* Lunar Festival NE Harbinger */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=15900; - -/* Vanquished Tentacle */ -UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857 WHERE `entry`=15901; - -/* Giant Spotlight */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=15902; - -/* Sergeant Carnes */ -UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `BaseAttackTime` = 1300 WHERE `entry`=15903; - -/* Ironforge Reveler */ -UPDATE `creature_template` SET `minlevel` = 1 WHERE `entry`=15906; - -/* Pat's Firework Cluster Guy (BLUE BIG) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15911; - -/* Pat's Firework Cluster Guy (GREEN BIG) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15912; - -/* Pat's Firework Cluster Guy (PURPLE BIG) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15913; - -/* Pat's Firework Cluster Guy (RED BIG) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15914; - -/* Pat's Firework Cluster Guy (WHITE BIG) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15915; - -/* Pat's Firework Cluster Guy (YELLOW BIG) */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15916; - -/* Lunar Festival Reveler */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15917; - -/* Viscidus Trigger */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0 WHERE `entry`=15922; - -/* Stalagg */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 0.8, `RangeAttackTime` = 3700 WHERE `entry`=15929; - -/* Feugen */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 0.8, `RangeAttackTime` = 3700 WHERE `entry`=15930; - -/* Hive'Zara Hornet */ -UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 2.14286 WHERE `entry`=15934; - -/* Ouro Spawner */ -UPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 1.42857 WHERE `entry`=15957; - -/* Buru Egg Trigger */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15964; - -/* Alterac Valley Battlemaster */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=15972; - -/* Naxxramas Template */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=15973; - -/* Sartura's Royal Guard */ -UPDATE `creature_template` SET `speed_run` = 2.14286 WHERE `entry`=15984; - -/* Aldris Fourclouds */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16001; - -/* Colara Dean */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16002; - -/* Deathguard Tor */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16003; - -/* Elenia Haydon */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16004; - -/* Lieutenant Jocryn Heldric */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16005; - -/* Orok Deathbane */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16007; - -/* Temma of the Wells */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16008; - -/* Tormek Stoneriver */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16009; - -/* Vi'el */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16015; - -/* Anthion Harmon */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1529 WHERE `entry`=16016; - -/* Living Poison */ -UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_run` = 1.42857 WHERE `entry`=16027; - -/* Falrin Treeshaper */ - - -/* Bodley */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=16033; - -/* Lord Valthalak */ -UPDATE `creature_template` SET `BaseAttackTime` = 1200, `RangeAttackTime` = 1500, `mingold` = 1000, `maxgold` = 3000 WHERE `entry`=16042; - -/* Isalien Trigger */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=16045; - -/* Jarien and Sothos Trigger */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=16046; - -/* Kormok Trigger */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=16047; - -/* Malgen Longspear */ -UPDATE `creature_template` SET `speed_walk` = 0.666668 WHERE `entry`=16052; - -/* Theldren */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry`=16059; - -/* Highlord Mograine */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `speed_run` = 1.71429, `BaseAttackTime` = 1480, `RangeAttackTime` = 1700 WHERE `entry`=16062; - -/* Spirit of Lord Valthalak */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1500 WHERE `entry`=16073; - -/* Kwee Q. Peddlefeet */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0 WHERE `entry`=16075; - -/* Mor Grayhoof */ -UPDATE `creature_template` SET `minlevel` = 58, `speed_walk` = 1.0, `RangeAttackTime` = 1500 WHERE `entry`=16080; - -/* Mor Grayhoof Transformation Visual */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `unit_class` = 2 WHERE `entry`=16083; - -/* Flower Shower */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=16086; - -/* Silithis Teleporter */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=16092; - -/* Gnashjaw */ -UPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry`=16095; - -/* Isalien */ -UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1450 WHERE `entry`=16097; - -/* Empyrean */ -UPDATE `creature_template` SET `BaseAttackTime` = 1500 WHERE `entry`=16098; - -/* Jarien */ -UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `BaseAttackTime` = 1083, `RangeAttackTime` = 1191, `mingold` = 871, `maxgold` = 4568 WHERE `entry`=16101; - -/* Sothos */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1083, `RangeAttackTime` = 1191, `mingold` = 871, `maxgold` = 4568 WHERE `entry`=16102; - -/* Spirit of Jarien */ -UPDATE `creature_template` SET `RangeAttackTime` = 1450 WHERE `entry`=16103; - -/* Spirit of Sothos */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1450 WHERE `entry`=16104; - -/* Aristan Mottar */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16105; - -/* Evert Sorisam */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16106; - -/* Fenstad Argyle */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16108; - -/* Mara Rennick */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `unit_class` = 1 WHERE `entry`=16109; - -/* Love Fool */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.0 WHERE `entry`=16111; - -/* Korfax, Champion of the Light */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810 WHERE `entry`=16112; - -/* Father Inigo Montoy */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810 WHERE `entry`=16113; - -/* Scarlet Commander Marjhan */ -UPDATE `creature_template` SET `BaseAttackTime` = 1250 WHERE `entry`=16114; - -/* Commander Eligor Dawnbringer */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810 WHERE `entry`=16115; - -/* Archmage Angela Dosantos */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810 WHERE `entry`=16116; - -/* Kormok */ -UPDATE `creature_template` SET `minlevel` = 58, `speed_walk` = 1.0, `BaseAttackTime` = 1100, `RangeAttackTime` = 1300, `mingold` = 865, `maxgold` = 15687 WHERE `entry`=16118; - -/* Bone Minion */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1930, `RangeAttackTime` = 1573 WHERE `entry`=16119; - -/* Bone Mage */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16120; - -/* Mortar */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=16121; - -/* Gremnik Rizzlesprang */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `unit_class` = 8 WHERE `entry`=16123; - -/* Unrelenting Trainee */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 1.42857, `BaseAttackTime` = 2000 WHERE `entry`=16124; - -/* Unrelenting Rider */ -UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_run` = 1.71429 WHERE `entry`=16126; - -/* Shadow Fissure */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_run` = 0.857143, `BaseAttackTime` = 2000 WHERE `entry`=16129; - -/* Rohan the Assassin */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810 WHERE `entry`=16131; - -/* Huntsman Leopold */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810 WHERE `entry`=16132; - -/* Mataus the Wrathcaster */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810 WHERE `entry`=16133; - -/* Rimblat Earthshatter */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810 WHERE `entry`=16134; - -/* Rayne */ -UPDATE `creature_template` SET `BaseAttackTime` = 1810 WHERE `entry`=16135; - -/* Naxxramas Military Sub-Boss Trigger */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=16137; - -/* Ghoul Berserker */ -UPDATE `creature_template` SET `speed_walk` = 0.777776, `detection_range` = 4.0 WHERE `entry`=16141; - -/* Shadow of Doom */ -UPDATE `creature_template` SET `detection_range` = 4.0, `unit_class` = 2 WHERE `entry`=16143; - -/* Spectral Horse */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_run` = 1.38571, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265 WHERE `entry`=16149; - -/* Spectral Rider */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_run` = 1.71429 WHERE `entry`=16150; - -/* Doom Touched Warrior */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265 WHERE `entry`=16157; - -/* Death Touched Warrior */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265 WHERE `entry`=16158; - -/* Theldren Kill Credit */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=16166; - -/* Damaged Necrotic Shard */ -UPDATE `creature_template` SET `speed_run` = 1.0 WHERE `entry`=16172; - -/* Nerubian Overseer */ -UPDATE `creature_template` SET `rank` = 1 WHERE `entry`=16184; - -/* Dispatch Commander Metz */ -UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=16212; - -/* Tesla Coil */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0 WHERE `entry`=16218; - -/* Guard Didier */ -UPDATE `creature_template` SET `BaseAttackTime` = 1289, `RangeAttackTime` = 1518 WHERE `entry`=16226; - -/* Argent Dawn Infantry */ -UPDATE `creature_template` SET `minlevel` = 60 WHERE `entry`=16228; - -/* Cultist Engineer */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16230; - -/* Caravan Mule */ -UPDATE `creature_template` SET `BaseAttackTime` = 1400, `RangeAttackTime` = 1900 WHERE `entry`=16232; - -/* Argent Recruiter */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1900 WHERE `entry`=16241; - -/* Field Marshal Chambers */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1900 WHERE `entry`=16254; - -/* Argent Scout */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55 WHERE `entry`=16255; - -/* Keeper of the Rolls */ -UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0 WHERE `entry`=16281; - -/* Argent Emissary */ - - -/* Spectral Soldier */ -UPDATE `creature_template` SET `speed_walk` = 1.11111, `detection_range` = 4.0 WHERE `entry`=16298; - -/* Skeletal Shocktrooper */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.19048, `detection_range` = 4.0 WHERE `entry`=16299; - -/* Scourge Invasion Minion, spawner, Ghost/Skeleton */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16336; - -/* Scourge Invasion Minion, spawner, Ghoul/Skeleton */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16338; - -/* Commander Thomas Helleran */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 1, `maxgold` = 452 WHERE `entry`=16361; - -/* Master Craftsman Omarion */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265 WHERE `entry`=16365; - -/* Polymorphed Chicken */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143 WHERE `entry`=16369; - -/* Polymorphed Pig */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200 WHERE `entry`=16371; - -/* Polymorphed Sheep */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `RangeAttackTime` = 2200 WHERE `entry`=16372; - -/* Polymorphed Rat */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143 WHERE `entry`=16373; - -/* Polymorphed Cockroach */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16374; - -/* Polymorphed Turtle */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200 WHERE `entry`=16377; - -/* Argent Sentry */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=16378; - -/* Spirit of the Damned */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.992063, `detection_range` = 4.0 WHERE `entry`=16379; - -/* Bone Witch */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 4.0 WHERE `entry`=16380; - -/* Archmage Tarsis Kir-Moldir */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `unit_class` = 2 WHERE `entry`=16381; - -/* Patchwork Terror */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16382; - -/* Flameshocker */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16383; - -/* Argent Dawn Initiate */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16384; - -/* Necropolis Relay */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.992063 WHERE `entry`=16386; - -/* Atiesh */ -UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `speed_run` = 2.85714, `rank` = 3, `BaseAttackTime` = 1450, `RangeAttackTime` = 1650, `unit_class` = 1 WHERE `entry`=16387; - -/* Deathchill Servant */ -UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 0.888888, `speed_run` = 1.42857, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 138065 WHERE `entry`=16390; - -/* Captain Armando Ossex */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16392; - -/* Pallid Horror */ -UPDATE `creature_template` SET `speed_walk` = 0.8, `detection_range` = 20.0 WHERE `entry`=16394; - -/* Argent Dawn Paladin */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16395; - -/* Stormwind Elite Guard */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0 WHERE `entry`=16396; - -/* Necropolis Proxy */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.992063 WHERE `entry`=16398; - -/* Necropolis */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=16401; - -/* Portal of Shadows */ -UPDATE `creature_template` SET `speed_run` = 1.0 WHERE `entry`=16420; - -/* Skeletal Soldier */ -UPDATE `creature_template` SET `speed_run` = 0.857143 WHERE `entry`=16422; - -/* Spectral Apparition */ -UPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 0.857143 WHERE `entry`=16423; - -/* Ashbringer Trigger */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=16430; - -/* Cracked Necrotic Crystal */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 2000 WHERE `entry`=16431; - -/* Undercity Elite Guardian */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry`=16432; - -/* Argent Dawn Crusader */ - - -/* Argent Dawn Champion */ - - -/* Argent Dawn Cleric */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=16435; - -/* Argent Dawn Priest */ -UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=16436; - -/* Spectral Spirit */ -UPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 0.857143 WHERE `entry`=16437; - -/* Skeletal Trooper */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `unit_class` = 2 WHERE `entry`=16438; - -/* Fairbanks Transformed */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `unit_class` = 2 WHERE `entry`=16439; - -/* Plagued Deathhound */ -UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 2.14286, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 138065 WHERE `entry`=16448; - -/* Spirit of Naxxramas */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 10432 WHERE `entry`=16449; - -/* [UNUSED] Death Knight Vindicator */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `RangeAttackTime` = 1200, `unit_class` = 2 WHERE `entry`=16451; - -/* Necro Knight Guardian */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `RangeAttackTime` = 1450, `unit_class` = 8 WHERE `entry`=16452; - -/* Necro Stalker */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265 WHERE `entry`=16453; - -/* Blizzard */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.2, `speed_run` = 0.428571, `BaseAttackTime` = 1400, `RangeAttackTime` = 1900 WHERE `entry`=16474; - -/* Lieutenant Orrin */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1350, `RangeAttackTime` = 1500, `unit_class` = 2, `mingold` = 1, `maxgold` = 75 WHERE `entry`=16478; - -/* Polymorph Clone */ - - -/* Lieutenant Nevell */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry`=16484; - -/* Lieutenant Lisande */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry`=16490; - -/* Lieutenant Dagel */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry`=16493; - -/* Lieutenant Rukag */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1350, `RangeAttackTime` = 1500, `unit_class` = 2, `mingold` = 1, `maxgold` = 75 WHERE `entry`=16494; - -/* Lieutenant Beitha */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `BaseAttackTime` = 1400, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry`=16495; - -/* Naxxramas Follower */ -UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_run` = 1.42857, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `unit_class` = 8 WHERE `entry`=16505; - -/* Naxxramas Worshipper */ -UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_run` = 1.42857, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265 WHERE `entry`=16506; - -/* Argent Horse */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_run` = 1.38571 WHERE `entry`=16508; - -/* Argent Charger */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry`=16510; - -/* Argent Mount */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_run` = 1.38571 WHERE `entry`=16511; - -/* Argent Deathsteed */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry`=16512; - -/* Argent Deathcharger */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571 WHERE `entry`=16513; - -/* Faint Necrotic Crystal */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0, `BaseAttackTime` = 2000 WHERE `entry`=16531; - -/* Speedy */ -UPDATE `creature_template` SET `maxgold` = 2 WHERE `entry`=16547; - -/* Mr. Wiggles */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=16548; - -/* Whiskers the Rat */ -UPDATE `creature_template` SET `maxgold` = 1 WHERE `entry`=16549; - -/* Midsummer Bonfire Despawner */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16606; - -/* Corpse Scarab */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 2.14286, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265 WHERE `entry`=16698; - -/* Spirit of Mograine */ -UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `speed_run` = 0.992063, `BaseAttackTime` = 1333, `RangeAttackTime` = 1568 WHERE `entry`=16775; - -/* Spirit of Blaumeux */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=16776; - -/* Spirit of Zeliek */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=16777; - -/* Spirit of Korth'azz */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=16778; - -/* Polymorphed Cow */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `RangeAttackTime` = 2200 WHERE `entry`=16779; - -/* Midsummer Celebrant */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 60 WHERE `entry`=16781; - -/* Argent Quartermaster */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16786; - -/* Argent Outfitter */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16787; - -/* Festival Flamekeeper */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=16788; - -/* [UNUSED] Death Lord */ -UPDATE `creature_template` SET `speed_run` = 1.42857, `unit_class` = 2 WHERE `entry`=16861; - -/* Midsummer Merchant */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=16979; - -/* Plagued Guardian */ -UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_run` = 1.42857 WHERE `entry`=16981; - -/* Plagued Champion */ -UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 0.888888 WHERE `entry`=16983; - -/* Plagued Warrior */ -UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61 WHERE `entry`=16984; - -/* Midsummer Merchant Horde Costume */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=16985; - -/* Midsummer Merchant Alliance Costume */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=16986; - -/* Festival Flamekeeper Costume: Tauren */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=16987; - -/* Festival Flamekeeper Costume: Human */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=16988; - -/* Festival Flamekeeper Costume: Troll */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=16989; - -/* Festival Flamekeeper Costume: Dwarf */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=16990; - -/* Herald of the Lich King */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `speed_run` = 0.992063, `detection_range` = 18.0 WHERE `entry`=16995; - -/* Cinder Elemental */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `dmgschool` = 2, `BaseAttackTime` = 1400, `RangeAttackTime` = 1900 WHERE `entry`=17003; - -/* Stormwind Firebreather */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 60 WHERE `entry`=17038; - -/* Orgrimmar Fireeater */ -UPDATE `creature_template` SET `minlevel` = 1 WHERE `entry`=17041; - -/* Chief Expeditionary Requisitioner Enkles */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17068; - -/* Apothecary Quinard */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17070; - -/* General Kirika */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17079; - -/* Marshal Bluewall */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17080; - -/* Silithus Dust Turnin Quest Doodad */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17090; - -/* William Kielar */ -UPDATE `creature_template` SET `BaseAttackTime` = 1289 WHERE `entry`=17209; - -/* Hippogryph Hatchling */ -UPDATE `creature_template` SET `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=17255; - -/* Invisible Man */ -UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0 WHERE `entry`=17286; - -/* Skeletal Gryphon */ -UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `speed_run` = 1.14286 WHERE `entry`=17660; - -/* Crown Guard Horde Capture Quest Doodad */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17688; - -/* Eastwall Horde Capture Quest Doodad */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17691; - -/* Northpass Horde Capture Quest Doodad */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17697; - -/* Plaguewood Horde Capture Quest Doodad */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17699; - -/* Alliance Silithyst Sentinel */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429 WHERE `entry`=17765; - -/* Horde Silithyst Sentinel */ -UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `BaseAttackTime` = 1200 WHERE `entry`=17766; - -/* Alliance Tower Buffer */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=17794; - -/* Horde Tower Buffer */ -UPDATE `creature_template` SET `speed_run` = 0.992063 WHERE `entry`=17795; - -/* Lordaeron Veteran */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17995; - -/* Lordaeron Fighter */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=17996; - -/* Spirit of Victory */ -UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=18039; - diff --git a/sql/world/base/vanilla_creature_reputations.sql b/sql/world/base/vanilla_creature_reputations.sql new file mode 100644 index 0000000..6bb425f --- /dev/null +++ b/sql/world/base/vanilla_creature_reputations.sql @@ -0,0 +1,300 @@ +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=737; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=773; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=1411; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1783; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1784; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1785; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1787; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=1788; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1789; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1791; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1793; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1794; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1795; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1796; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=1802; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=1804; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=1805; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 15 WHERE `entry`=1847; +UPDATE `creature_template` SET `MaxStanding1` = 7, `RewOnKillRepValue1` = 15 WHERE `entry`=1852; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2482; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2487; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2488; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2490; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2491; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2493; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2494; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2495; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=2496; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2498; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2499; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2500; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2501; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2502; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2542; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2594; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2622; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=2625; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2627; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=2636; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2663; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2664; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2670; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2685; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2699; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=2769; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=2778; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2832; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2834; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2836; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2837; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2838; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2839; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2840; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2842; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2843; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2844; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2845; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2846; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2847; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2848; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=2849; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=3945; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=4472; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=4474; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=4475; +UPDATE `creature_template` SET `MaxStanding2` = 5 WHERE `entry`=4624; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=4631; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4638; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4639; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4640; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4641; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4642; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4643; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4644; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4645; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4646; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4647; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4648; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4649; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4651; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4652; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4653; +UPDATE `creature_template` SET `MaxStanding1` = 4, `MaxStanding2` = 4 WHERE `entry`=4661; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 100, `MaxStanding2` = 4, `RewOnKillRepValue2` = -500 WHERE `entry`=4662; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=4723; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 100, `MaxStanding2` = 4, `RewOnKillRepValue2` = -500 WHERE `entry`=5601; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 10 WHERE `entry`=5615; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 10 WHERE `entry`=5616; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 10 WHERE `entry`=5617; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 10 WHERE `entry`=5618; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 10 WHERE `entry`=5623; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 100, `MaxStanding2` = 4, `RewOnKillRepValue2` = -500 WHERE `entry`=6068; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=7153; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=7154; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=7155; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=7156; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=7157; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=7158; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=7406; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=7438; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=7439; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=7440; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=7441; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 6 WHERE `entry`=7442; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=7794; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 25 WHERE `entry`=7847; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=7853; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8123; +UPDATE `creature_template` SET `RewOnKillRepValue2` = -125 WHERE `entry`=8320; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8523; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8524; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8525; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8526; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8527; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8528; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8529; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8530; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=8531; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8532; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8534; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8535; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8538; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8539; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8540; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8541; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8542; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=8543; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8544; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=8545; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=8546; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=8547; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=8548; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=8550; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=8551; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=8553; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8555; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8556; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=8557; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=8558; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 15 WHERE `entry`=9462; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 15 WHERE `entry`=9464; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10199; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10381; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10382; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10384; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10385; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10390; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10391; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10398; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10399; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10400; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10405; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10406; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10407; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10408; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10409; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10412; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10413; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10414; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10416; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10417; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10432; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10433; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10435; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10436; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10437; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10438; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 50 WHERE `entry`=10440; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10463; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10464; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10469; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10470; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10471; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10476; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10477; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10478; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10480; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10481; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10482; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10485; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10486; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10487; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10488; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10489; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10491; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10495; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10498; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10499; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=10500; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10502; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10503; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10504; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10505; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10507; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 50 WHERE `entry`=10508; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10558; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=10580; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=10698; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10738; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=10801; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10809; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=10816; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 15 WHERE `entry`=10821; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 15 WHERE `entry`=10825; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 15 WHERE `entry`=10826; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=10827; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=10901; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=10916; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=11082; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=11257; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=11261; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11338; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11339; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11340; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11350; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11351; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11352; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11353; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11356; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11359; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11361; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11365; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11370; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11371; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11372; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11373; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11374; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=11551; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=11582; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=11622; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 1 WHERE `entry`=11803; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 1 WHERE `entry`=11804; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11830; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=11831; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=11873; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 1 WHERE `entry`=11880; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 1 WHERE `entry`=11881; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 1 WHERE `entry`=11882; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 1 WHERE `entry`=11883; +UPDATE `creature_template` SET `RewOnKillRepFaction1` = 169 WHERE `entry`=12136; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=12262; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 5 WHERE `entry`=12263; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=14342; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=14479; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=14532; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=14750; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=14821; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=14825; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=14861; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=14880; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=14882; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=14883; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=15043; +UPDATE `creature_template` SET `MaxStanding1` = 5 WHERE `entry`=15111; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15168; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 1 WHERE `entry`=15200; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 1 WHERE `entry`=15201; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 1 WHERE `entry`=15202; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 50 WHERE `entry`=15204; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 50 WHERE `entry`=15205; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=15206; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=15207; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=15208; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=15209; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=15211; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=15212; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 1 WHERE `entry`=15213; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=15220; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 50 WHERE `entry`=15305; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=15307; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 5 WHERE `entry`=15308; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15318; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15319; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15320; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15323; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15324; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15325; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15327; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15333; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15335; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15336; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15338; +UPDATE `creature_template` SET `RewOnKillRepValue2` = 300 WHERE `entry`=15339; +UPDATE `creature_template` SET `RewOnKillRepValue2` = 150 WHERE `entry`=15340; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 34, `RewOnKillRepValue2` = 100 WHERE `entry`=15341; +UPDATE `creature_template` SET `RewOnKillRepValue2` = 150 WHERE `entry`=15348; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15355; +UPDATE `creature_template` SET `RewOnKillRepValue2` = 150 WHERE `entry`=15369; +UPDATE `creature_template` SET `RewOnKillRepValue2` = 150 WHERE `entry`=15370; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15461; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15462; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15537; +UPDATE `creature_template` SET `MaxStanding1` = 6, `RewOnKillRepValue1` = 3 WHERE `entry`=15538; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 5 WHERE `entry`=15541; +UPDATE `creature_template` SET `MaxStanding1` = 5, `RewOnKillRepValue1` = 1 WHERE `entry`=15542; +UPDATE `creature_template` SET `RewOnKillRepFaction1` = 609, `RewOnKillRepValue1` = 500 WHERE `entry`=15547; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 25 WHERE `entry`=15623; +UPDATE `creature_template` SET `RewOnKillRepValue2` = 500 WHERE `entry`=15727; +UPDATE `creature_template` SET `RewOnKillRepValue1` = 15 WHERE `entry`=16184; +UPDATE `creature_template` SET `MaxStanding1` = 4, `RewOnKillRepValue1` = 20, `MaxStanding2` = 4, `RewOnKillRepValue2` = -100 WHERE `entry`=5602; diff --git a/sql/world/base/vanilla_creature_values.sql b/sql/world/base/vanilla_creature_values.sql new file mode 100644 index 0000000..1bba49e --- /dev/null +++ b/sql/world/base/vanilla_creature_values.sql @@ -0,0 +1,26094 @@ +/* Kobold Vermin */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 4 WHERE `entry`=6; + +/* Benny Questgiver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=19; + +/* Kanrethad */ +UPDATE `creature_template` SET `modelid1` = 143, `detection_range` = 18.0, `HealthModifier` = 1.02 WHERE `entry`=29; + +/* Furbolg */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=31; + +/* Harvest Golem */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 24 WHERE `entry`=36; + +/* Kobold Miner */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 1 WHERE `entry`=40; + +/* Murloc Forager */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 15 WHERE `entry`=46; + +/* Skeletal Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=48; + +/* Lesser Succubus */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=49; + +/* Corina Steele */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=54; + +/* Mean Ed the Blacksmith */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=55; + +/* Thuros Lightfingers */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=61; + +/* Gug Fatcandle */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=62; + +/* Peasant Woman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=65; + +/* Tharynn Bouden */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=66; + +/* [UNUSED] Marlon Darnik */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=67; + +/* Stormwind City Guard */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `HealthModifier` = 2.0, `mingold` = 1, `maxgold` = 690 WHERE `entry`=68; + +/* Diseased Timber Wolf */ +UPDATE `creature_template` SET `modelid1` = 604, `speed_run` = 0.857143, `detection_range` = 10.0 WHERE `entry`=69; + +/* [UNUSED] Lower Class Citizen */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=70; + +/* Rankist */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=71; + +/* [UNUSED] Antaris the Trader */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0 WHERE `entry`=72; + +/* Veraina the Apothecary */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=73; + +/* Kurran Steele */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=74; + +/* [UNUSED] Vashaum Nightwither */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=75; + +/* Janos Hammerknuckle */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=78; + +/* Kobold Laborer */ +UPDATE `creature_template` SET `maxlevel` = 4, `speed_run` = 0.857143 WHERE `entry`=80; + +/* [UNUSED] Luglar the Clogger */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=81; + +/* Crazy Leonetti */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=82; + +/* Forest Troll Berserker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=87; + +/* Infernal */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 2.6, `HealthModifier` = 1.6, `ArmorModifier` = 1.45 WHERE `entry`=89; + +/* Sea Giant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=90; + +/* Rock Elemental */ +UPDATE `creature_template` SET `ArmorModifier` = 1.45 WHERE `entry`=92; + +/* Centaur */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=93; + +/* Defias Cutpurse */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 1 WHERE `entry`=94; + +/* Defias Smuggler */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 24 WHERE `entry`=95; + +/* Riverpaw Runt */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2 WHERE `entry`=97; + +/* Riverpaw Taskmaster */ +UPDATE `creature_template` SET `maxgold` = 52 WHERE `entry`=98; + +/* Gruff Swiftbite */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `mingold` = 4 WHERE `entry`=100; + +/* Bronze Dragonspawn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=102; + +/* Garrick Padfoot */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 3, `maxgold` = 9 WHERE `entry`=103; + +/* Tall Strider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=105; + +/* Kodo Beast */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=106; + +/* Raptor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=107; + +/* Green Dragonspawn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=108; + +/* White Dragonspawn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=109; + +/* Priest */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=111; + +/* Priestess */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=112; + +/* Harvest Watcher */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 4, `maxgold` = 34 WHERE `entry`=114; + +/* Harvest Reaper */ +UPDATE `creature_template` SET `maxgold` = 42 WHERE `entry`=115; + +/* Defias Bandit */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 14 WHERE `entry`=116; + +/* Riverpaw Gnoll */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 24 WHERE `entry`=117; + +/* Prowler */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.75 WHERE `entry`=118; + +/* Forest Stalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=120; + +/* Defias Pathstalker */ +UPDATE `creature_template` SET `minlevel` = 15, `ArmorModifier` = 1.3, `mingold` = 5, `maxgold` = 38 WHERE `entry`=121; + +/* Defias Highwayman */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 54 WHERE `entry`=122; + +/* Riverpaw Mongrel */ +UPDATE `creature_template` SET `minlevel` = 13, `mingold` = 4, `maxgold` = 28 WHERE `entry`=123; + +/* Riverpaw Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 0.35, `maxgold` = 35 WHERE `entry`=124; + +/* Murloc Coastrunner */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.45, `mingold` = 3, `maxgold` = 25 WHERE `entry`=126; + +/* Murloc Tidehunter */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 13, `maxgold` = 47 WHERE `entry`=127; + +/* Angry Programmer Tweedle Dee */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.35, `ArmorModifier` = 0.85, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=128; + +/* Angry Programmer Tweedle Dum */ +UPDATE `creature_template` SET `maxlevel` = 50, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=129; + +/* Programmer Vendor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=130; + +/* [UNUSED] Small Black Dragon Whelp */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=149; + +/* [UNUSED] Brother Milius */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=150; + +/* Brog Hamfist */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=151; + +/* Brother Danil */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=152; + +/* Bethina */ +UPDATE `creature_template` SET `subname` = 'iCoke Redemption Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=153; + +/* [UNUSED] Ander the Monk */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=161; + +/* [UNUSED] Destitute Farmer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=163; + +/* [UNUSED] Small Child */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=165; + +/* Morhan Coppertongue */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=167; + +/* Murloc Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 2.0, `mingold` = 7, `maxgold` = 36 WHERE `entry`=171; + +/* Dermot Johns */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=190; + +/* Ice Troll */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=192; + +/* Blue Dragonspawn */ +UPDATE `creature_template` SET `DamageModifier` = 3.75 WHERE `entry`=193; + +/* Eagan Peltskinner */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=196; + +/* Marshal McBride */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=197; + +/* Khelden Bremen */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=198; + +/* Shambling Skeleton UNUSED */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `detection_range` = 18.0 WHERE `entry`=200; + +/* Brittlebones Skeleton */ +UPDATE `creature_template` SET `modelid1` = 732, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=201; + +/* Skeletal Horror */ +UPDATE `creature_template` SET `mingold` = 19 WHERE `entry`=202; + +/* Skeletal Mage */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.95, `maxgold` = 63 WHERE `entry`=203; + +/* [UNUSED] Cackle Flamebone */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=204; + +/* Nightbane Dark Runner */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 144 WHERE `entry`=205; + +/* Nightbane Vile Fang */ +UPDATE `creature_template` SET `minlevel` = 29, `maxgold` = 169 WHERE `entry`=206; + +/* [UNUSED] Riverpaw Hideflayer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=207; + +/* [UNUSED] Riverpaw Pack Warder */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=208; + +/* [UNUSED] Riverpaw Bone Chanter */ +UPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=209; + +/* Bone Chewer */ +UPDATE `creature_template` SET `mingold` = 22 WHERE `entry`=210; + +/* Ogre */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=211; + +/* Splinter Fist Warrior */ +UPDATE `creature_template` SET `maxgold` = 143 WHERE `entry`=212; + +/* Defias Night Runner */ +UPDATE `creature_template` SET `maxgold` = 110 WHERE `entry`=215; + +/* Grave Robber */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `maxgold` = 75 WHERE `entry`=218; + +/* [UNUSED] Logan Mar */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=219; + +/* [UNUSED] Khebil Steelsmith */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=220; + +/* Dannus */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=221; + +/* Nillen Andemar */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=222; + +/* Dan Golthas */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.85 WHERE `entry`=223; + +/* Zek Marston */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=224; + +/* Morg Gnarltree */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=226; + +/* Mabel Solaj */ +UPDATE `creature_template` SET `subname` = 'General Goods Vendor', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=227; + +/* Avette Fellwood */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=228; + +/* Vaious */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=229; + +/* Thornton Fellwood */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=230; + +/* Farmer Ray */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `mingold` = 17, `maxgold` = 103 WHERE `entry`=232; + +/* Farmer Saldean */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=233; + +/* Gryan Stoutmantle */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=234; + +/* Salma Saldean */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=235; + +/* Farmer Furlbrow */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=237; + +/* Verna Furlbrow */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=238; + +/* Grimbooze Thunderbrew */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=239; + +/* Marshal Dughan */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=240; + +/* Remy "Two Times" */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=241; + +/* Horras Brackwell */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=242; + +/* [UNUSED] Greeby Mudwhisker TEST */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=243; + +/* Ma Stonefield */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=244; + +/* "Auntie" Bernice Stonefield */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=246; + +/* Billy Maclure */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=247; + +/* Gramma Stonefield */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=248; + +/* Pa Maclure */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=250; + +/* Maybell Maclure */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=251; + +/* Tommy Joe Stonefield */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=252; + +/* William Pestle */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=253; + +/* Gerard Tiller */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=255; + +/* Joshua Maclure */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=258; + +/* [UNUSED] Elwynn Tower Guard */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=260; + +/* Half-eaten body */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=262; + +/* Commander Althea Ebonlocke */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=264; + +/* Madame Eva */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=265; + +/* Wiley the Black */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=266; + +/* Clerk Daltry */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=267; + +/* Sirra Von'Indi */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=268; + +/* Role Dreuger */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=269; + +/* Councilman Millstipe */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=270; + +/* Tavernkeep Smitts */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=273; + +/* Barkeep Hann */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=274; + +/* Whit Wantmal */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=275; + +/* Viktori Prism'Antras */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=276; + +/* Sara Timberlain */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=278; + +/* Placeholder - Jasperlode Mine */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=280; + +/* Kobold Tank */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=281; + +/* Kobold Spellcaster */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=282; + +/* Kobold Healer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=283; + +/* Murloc */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 1 WHERE `entry`=285; + +/* Old Rotten Gill */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=286; + +/* Placeholder - Darkhollow Mine */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=287; + +/* Jitters */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=288; + +/* Abercrombie */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=289; + +/* Placeholder - Fargodeep Mine */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=290; + +/* Placeholder Chest of Drawers */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=291; + +/* Marshal Haggard */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=294; + +/* Innkeeper Farley */ +UPDATE `creature_template` SET `ArmorModifier` = 0.3 WHERE `entry`=295; + +/* [UNUSED] Goodmother Jans */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=296; + +/* Caretaker Folsom */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=297; + +/* [UNUSED] Aunt Bethda */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=298; + +/* Diseased Young Wolf */ +UPDATE `creature_template` SET `modelid1` = 447, `speed_run` = 0.857143, `detection_range` = 10.0 WHERE `entry`=299; + +/* Zzarc' Vul */ +UPDATE `creature_template` SET `maxgold` = 118 WHERE `entry`=300; + +/* [UNUSED] Brog'Mud */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=301; + +/* Blind Mary */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.75 WHERE `entry`=302; + +/* Rolf's corpse */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=309; + +/* Sven Yorgen */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=311; + +/* Theocritus */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=313; + +/* Eliza */ +UPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 31, `rank` = 1, `DamageModifier` = 6.0, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 75, `maxgold` = 374 WHERE `entry`=314; + +/* Stalvan Mistmantle */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 42, `maxgold` = 249 WHERE `entry`=315; + +/* [UNUSED] Brother Akil */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=318; + +/* [UNUSED] Brother Benthas */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=319; + +/* [UNUSED] Brother Cryus */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=320; + +/* [UNUSED] Brother Deros */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=321; + +/* [UNUSED] Brother Enoch */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=322; + +/* [UNUSED] Brother Farthing */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=323; + +/* [UNUSED] Brother Greishan */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=324; + +/* Hogan Ference */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=325; + +/* [UNUSED] Brother Ictharin */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=326; + +/* Goldtooth */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=327; + +/* Zaldimar Wefhellt */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=328; + +/* Earth Elemental */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 1.35, `ArmorModifier` = 1.25, `BaseAttackTime` = 1490, `RangeAttackTime` = 1639 WHERE `entry`=329; + +/* Princess */ +UPDATE `creature_template` SET `HealthModifier` = 1.3 WHERE `entry`=330; + +/* Maginor Dumas */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=331; + +/* Master Mathias Shaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=332; + +/* [UNUSED] Edwardo the Jester */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=333; + +/* Singe */ +UPDATE `creature_template` SET `DamageModifier` = 4.15 WHERE `entry`=335; + +/* [UNUSED] Rin Tal'Vara */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=336; + +/* Mazen Mac'Nadir */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=338; + +/* [UNUSED] Helgor the Pugilist */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=339; + +/* Foreman Oslow */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=341; + +/* Martie Jainrose */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=342; + +/* Chef Breanna */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=343; + +/* Magistrate Solomon */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=344; + +/* Barkeep Daniels */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=346; + +/* Grizzle Halfmane */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry`=347; + +/* Zem Leeward */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=348; + +/* Corporal Keeshan */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 2.8 WHERE `entry`=349; + +/* Peasant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=351; + +/* Dungar Longdrink */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=352; + +/* Antonia Dart */ +UPDATE `creature_template` SET `subname` = 'iCoke Redemption Vendor', `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=353; + +/* [UNUSED] Grall Twomoons */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=354; + +/* Saytr */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=361; + +/* Slime */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=364; + +/* Scott's Flying Mount */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=365; + +/* Boy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=370; + +/* Girl */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=371; + +/* Karm Ironquill */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=372; + +/* Murak Winterborn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=373; + +/* Priestess Anetta */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=375; + +/* High Priestess Laurena */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=376; + +/* Priestess Josetta */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=377; + +/* Darcy */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=379; + +/* [UNUSED] Waldin Thorbatt */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=380; + +/* Dockmaster Baren */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=381; + +/* Marshal Marris */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=382; + +/* Jason Mathers */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=383; + +/* Katie Hunter */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=384; + +/* Horse */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.35 WHERE `entry`=385; + +/* [UNUSED] Ulric the Grim */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=386; + +/* Lord Sammuel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=387; + +/* Bromos Murphy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=388; + +/* Lord Lantinga */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=389; + +/* Old Murk-Eye */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `maxgold` = 141 WHERE `entry`=391; + +/* Tame Wolf */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=393; + +/* Markus */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=395; + +/* Morganth */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `rank` = 1, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry`=397; + +/* Boy - placeholder 05 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=399; + +/* Boy - placeholder 06 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=400; + +/* Boy - placeholder 07 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=401; + +/* Boy - placeholder 08 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=402; + +/* Boy - placeholder 09 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=403; + +/* Girl - placeholder 01 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=404; + +/* Girl - placeholder 02 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=405; + +/* Girl - placeholder 03 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=406; + +/* Girl - placeholder 04 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=407; + +/* Girl - placeholder 05 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=408; + +/* Girl - placeholder 06 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=409; + +/* Girl - placeholder 07 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=410; + +/* Girl - placeholder 08 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=411; + +/* Stitches */ +UPDATE `creature_template` SET `DamageModifier` = 5.75, `ArmorModifier` = 3.3, `mingold` = 192, `maxgold` = 1265 WHERE `entry`=412; + +/* Verner Osgood */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=415; + +/* Imp */ +UPDATE `creature_template` SET `DamageModifier` = 1.8, `HealthModifier` = 0.36 WHERE `entry`=416; + +/* Felhunter */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.15 WHERE `entry`=417; + +/* Lesser Voidwalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=418; + +/* Murphestos */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=421; + +/* Murloc Flesheater */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 58 WHERE `entry`=422; + +/* Redridge Mongrel */ +UPDATE `creature_template` SET `mingold` = 7, `maxgold` = 38 WHERE `entry`=423; + +/* Redridge Poacher */ +UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 48 WHERE `entry`=424; + +/* Redridge Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.6875, `mingold` = 7, `maxgold` = 52 WHERE `entry`=426; + +/* Shadowhide Darkweaver */ +UPDATE `creature_template` SET `maxgold` = 82 WHERE `entry`=429; + +/* Redridge Mystic */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 59 WHERE `entry`=430; + +/* Shadowhide Slayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 28, `maxgold` = 94 WHERE `entry`=431; + +/* Shadowhide Brute */ +UPDATE `creature_template` SET `maxgold` = 86 WHERE `entry`=432; + +/* Shadowhide Gnoll */ +UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 86 WHERE `entry`=433; + +/* Rabid Shadowhide Gnoll */ +UPDATE `creature_template` SET `mingold` = 15, `maxgold` = 87 WHERE `entry`=434; + +/* Blackrock Champion */ +UPDATE `creature_template` SET `mingold` = 17, `maxgold` = 113 WHERE `entry`=435; + +/* Blackrock Shadowcaster */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry`=436; + +/* Blackrock Renegade */ +UPDATE `creature_template` SET `mingold` = 17, `maxgold` = 79 WHERE `entry`=437; + +/* Blackrock Grunt */ +UPDATE `creature_template` SET `mingold` = 15, `maxgold` = 59 WHERE `entry`=440; + +/* Black Dragon Whelp */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `mingold` = 7, `maxgold` = 54 WHERE `entry`=441; + +/* [UNUSED] Goreripper */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0 WHERE `entry`=444; + +/* Redridge Alpha */ +UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22 WHERE `entry`=445; + +/* Redridge Basher */ +UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 20, `mingold` = 13 WHERE `entry`=446; + +/* Hogger */ +UPDATE `creature_template` SET `mingold` = 24 WHERE `entry`=448; + +/* Defias Knuckleduster */ +UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 47 WHERE `entry`=449; + +/* Defias Renegade Mage */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `mingold` = 6, `maxgold` = 48 WHERE `entry`=450; + +/* Riverpaw Bandit */ +UPDATE `creature_template` SET `maxgold` = 48 WHERE `entry`=452; + +/* Riverpaw Mystic */ +UPDATE `creature_template` SET `mingold` = 15 WHERE `entry`=453; + +/* Murloc Minor Oracle */ +UPDATE `creature_template` SET `minlevel` = 13, `mingold` = 8 WHERE `entry`=456; + +/* Murloc Hunter */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 14, `maxgold` = 45 WHERE `entry`=458; + +/* Drusilla La Salle */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=459; + +/* Alamar Grimm */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 2156 WHERE `entry`=460; + +/* Demisette Cloyce */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=461; + +/* Vultros */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=462; + +/* Barkeep Dobbins */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=465; + +/* General Marcus Jonathan */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_run` = 1.14286, `DamageModifier` = 7.0, `mingold` = 1, `maxgold` = 873 WHERE `entry`=466; + +/* The Defias Traitor */ +UPDATE `creature_template` SET `speed_run` = 0.892857, `DamageModifier` = 0.8 WHERE `entry`=467; + +/* Town Crier */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=468; + +/* Lieutenant Doren */ +UPDATE `creature_template` SET `DamageModifier` = 10.0 WHERE `entry`=469; + +/* [UNUSED] Scribe Colburg */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=470; + +/* Fedfennel */ +UPDATE `creature_template` SET `DamageModifier` = 1.11111 WHERE `entry`=472; + +/* Morgan the Collector */ +UPDATE `creature_template` SET `mingold` = 5 WHERE `entry`=473; + +/* Defias Rogue Wizard */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2 WHERE `entry`=474; + +/* Kobold Tunneler */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 1, `maxgold` = 11 WHERE `entry`=475; + +/* Kobold Geomancer */ +UPDATE `creature_template` SET `mingold` = 3 WHERE `entry`=476; + +/* Riverpaw Outrunner */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 15 WHERE `entry`=478; + +/* Rusty Harvest Golem */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.9, `mingold` = 2 WHERE `entry`=480; + +/* Defias Footpad */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=481; + +/* Blackrock Outrunner */ +UPDATE `creature_template` SET `BaseAttackTime` = 2000, `mingold` = 14, `maxgold` = 70 WHERE `entry`=485; + +/* Quartermaster Lewis */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=491; + +/* Watcher Bukouris */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=494; + +/* Watcher Keefer */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.9 WHERE `entry`=495; + +/* [UNUSED] Watcher Kleeman */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=496; + +/* [UNUSED] Watcher Benjamin */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=497; + +/* [UNUSED] Watcher Larsen */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=498; + +/* Watcher Paige */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=499; + +/* Riverpaw Scout */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 27 WHERE `entry`=500; + +/* Riverpaw Herbalist */ +UPDATE `creature_template` SET `maxgold` = 27 WHERE `entry`=501; + +/* Benny Blaanco */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 0.35, `mingold` = 7 WHERE `entry`=502; + +/* Lord Malathrom */ +UPDATE `creature_template` SET `DamageModifier` = 4.5, `maxgold` = 110 WHERE `entry`=503; + +/* Defias Trapper */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 27 WHERE `entry`=504; + +/* Sergeant Brashclaw */ +UPDATE `creature_template` SET `mingold` = 8 WHERE `entry`=506; + +/* [UNUSED] Long Fang */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=509; + +/* Insane Ghoul */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=511; + +/* Murloc Netter */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 8, `maxgold` = 27 WHERE `entry`=513; + +/* Smith Argus */ +UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9 WHERE `entry`=514; + +/* Murloc Raider */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 21 WHERE `entry`=515; + +/* [UNUSED] Riverpaw Hunter */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=516; + +/* Murloc Oracle */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 10, `maxgold` = 53 WHERE `entry`=517; + +/* Yowler */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25 WHERE `entry`=518; + +/* Slark */ +UPDATE `creature_template` SET `mingold` = 6 WHERE `entry`=519; + +/* Brack */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `mingold` = 21 WHERE `entry`=520; + +/* Lupos */ +UPDATE `creature_template` SET `dmgschool` = 5 WHERE `entry`=521; + +/* Mor'Ladim */ +UPDATE `creature_template` SET `modelid1` = 612, `minlevel` = 35, `maxlevel` = 35, `DamageModifier` = 3.95, `ArmorModifier` = 0.9 WHERE `entry`=522; + +/* Thor */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=523; + +/* Mangy Wolf */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85 WHERE `entry`=525; + +/* Nightbane Shadow Weaver */ +UPDATE `creature_template` SET `mingold` = 24, `maxgold` = 136 WHERE `entry`=533; + +/* [UNUSED] Savar */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=535; + +/* [UNUSED] Rhal'Del */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=536; + +/* [UNUSED] Buk'Cha */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=538; + +/* Califex of the Deep Wood */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=542; + +/* Nalesette Wildbringer */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=543; + +/* Murloc Nightcrawler */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 12, `maxgold` = 72 WHERE `entry`=544; + +/* Murloc Tidecaller */ +UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 59 WHERE `entry`=545; + +/* Murloc Minor Tidecaller */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 7, `maxgold` = 52 WHERE `entry`=548; + +/* Defias Messenger */ +UPDATE `creature_template` SET `maxlevel` = 15, `DamageModifier` = 0.95 WHERE `entry`=550; + +/* Kobold Slave */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=564; + +/* V'rex */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=566; + +/* Blacknails */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=567; + +/* Shadowhide Warrior */ +UPDATE `creature_template` SET `mingold` = 19, `maxgold` = 95 WHERE `entry`=568; + +/* Brain Eater */ +UPDATE `creature_template` SET `maxgold` = 106 WHERE `entry`=570; + +/* Leprithus */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 9 WHERE `entry`=572; + +/* Foe Reaper 4000 */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=573; + +/* Fire Elemental */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36, `DamageModifier` = 0.75, `ArmorModifier` = 1.35 WHERE `entry`=575; + +/* Watcher Ladimore */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=576; + +/* Murloc Scout */ +UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 64 WHERE `entry`=578; + +/* Shadowhide Assassin */ +UPDATE `creature_template` SET `minlevel` = 23, `maxgold` = 48 WHERE `entry`=579; + +/* Redridge Drudger */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `maxgold` = 69 WHERE `entry`=580; + +/* Old Blanchy */ +UPDATE `creature_template` SET `DamageModifier` = 12.35 WHERE `entry`=582; + +/* Defias Ambusher */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.9, `ArmorModifier` = 0.9, `unit_class` = 1, `mingold` = 2, `maxgold` = 11 WHERE `entry`=583; + +/* Kazon */ +UPDATE `creature_template` SET `DamageModifier` = 2.3324, `mingold` = 33, `maxgold` = 127 WHERE `entry`=584; + +/* [UNUSED] Watcher Kern */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=586; + +/* Bloodscalp Warrior */ +UPDATE `creature_template` SET `mingold` = 39, `maxgold` = 226 WHERE `entry`=587; + +/* Bloodscalp Scout */ +UPDATE `creature_template` SET `maxgold` = 199 WHERE `entry`=588; + +/* Defias Pillager */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.5, `mingold` = 4, `maxgold` = 34 WHERE `entry`=589; + +/* Defias Looter */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `mingold` = 4, `maxgold` = 29 WHERE `entry`=590; + +/* [UNUSED] Defias Arsonist */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=592; + +/* Defias Henchman */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=594; + +/* Bloodscalp Hunter */ +UPDATE `creature_template` SET `maxgold` = 243 WHERE `entry`=595; + +/* Brainwashed Noble */ +UPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.7, `HealthModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry`=596; + +/* Bloodscalp Berserker */ +UPDATE `creature_template` SET `DamageModifier` = 1.56, `ArmorModifier` = 0.6, `maxgold` = 280 WHERE `entry`=597; + +/* Defias Miner */ +UPDATE `creature_template` SET `mingold` = 7, `maxgold` = 54 WHERE `entry`=598; + +/* Marisa du'Paige */ +UPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.7, `HealthModifier` = 3.0 WHERE `entry`=599; + +/* Capo the Mean */ +UPDATE `creature_template` SET `minlevel` = 16, `maxlevel` = 16, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=601; + +/* Grimtooth */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `mingold` = 124, `maxgold` = 621 WHERE `entry`=603; + +/* Plague Spreader */ +UPDATE `creature_template` SET `maxgold` = 128 WHERE `entry`=604; + +/* [UNUSED] Mr. Whipple */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=605; + +/* [UNUSED] Mrs. Whipple */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=606; + +/* [UNUSED] Johnny Whipple */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=607; + +/* [UNUSED] Grandpa Whipple */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=609; + +/* [UNUSED] Rabid Gina Whipple */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=610; + +/* [UNUSED] Rabid Mr. Whipple */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=611; + +/* [UNUSED] Rabid Mrs. Whipple */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=612; + +/* [UNUSED] Rabid Johnny Whipple */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=613; + +/* [UNUSED] Rabid Grandpa Whipple */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=614; + +/* Blackrock Tracker */ +UPDATE `creature_template` SET `maxlevel` = 24, `mingold` = 18, `maxgold` = 102 WHERE `entry`=615; + +/* Defias Conjurer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 49 WHERE `entry`=619; + +/* Chicken */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=620; + +/* Goblin Engineer */ +UPDATE `creature_template` SET `DamageModifier` = 2.65, `maxgold` = 178 WHERE `entry`=622; + +/* Skeletal Miner */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0 WHERE `entry`=623; + +/* Undead Excavator */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0 WHERE `entry`=624; + +/* Undead Dynamiter */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0 WHERE `entry`=625; + +/* Foreman Thistlenettle */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `rank` = 1, `DamageModifier` = 3.2, `HealthModifier` = 3.0, `ArmorModifier` = 0.95 WHERE `entry`=626; + +/* pnagle's test dude */ + + +/* Elaine Carevin */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=633; + +/* Defias Overseer */ +UPDATE `creature_template` SET `DamageModifier` = 2.8, `mingold` = 26, `maxgold` = 158 WHERE `entry`=634; + +/* Defias Blackguard */ +UPDATE `creature_template` SET `maxlevel` = 20, `DamageModifier` = 2.7, `ArmorModifier` = 0.95, `mingold` = 49 WHERE `entry`=636; + +/* Goblin Mercenary */ +UPDATE `creature_template` SET `minlevel` = 15, `maxlevel` = 16, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=638; + +/* Edwin VanCleef */ +UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 21, `rank` = 2, `DamageModifier` = 2.9, `ArmorModifier` = 0.95, `mingold` = 51 WHERE `entry`=639; + +/* Goblin Woodcarver */ +UPDATE `creature_template` SET `DamageModifier` = 2.65, `mingold` = 32, `maxgold` = 161 WHERE `entry`=641; + +/* Sneed's Shredder */ +UPDATE `creature_template` SET `DamageModifier` = 2.7, `mingold` = 159 WHERE `entry`=642; + +/* Sneed */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 14, `maxgold` = 144 WHERE `entry`=643; + +/* Rhahk'Zor */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `mingold` = 108 WHERE `entry`=644; + +/* Cookie */ +UPDATE `creature_template` SET `DamageModifier` = 2.9, `mingold` = 58 WHERE `entry`=645; + +/* Mr. Smite */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 69 WHERE `entry`=646; + +/* Captain Greenskin */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 76 WHERE `entry`=647; + +/* Bridge Worker Trent */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=648; + +/* Bridge Worker Dmitri */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=649; + +/* Bridge Worker Jess */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=650; + +/* Bridge Worker Daniel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=651; + +/* Bridge Worker Matthew */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=652; + +/* Bridge Worker Alex */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=653; + +/* Wilder Thistlenettle */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=656; + +/* Defias Pirate */ +UPDATE `creature_template` SET `modelid2` = 2348, `DamageModifier` = 2.7, `mingold` = 44, `maxgold` = 196 WHERE `entry`=657; + +/* Sten Stoutarm */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=658; + +/* El Pollo Grande */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry`=659; + +/* Bloodscalp Witch Doctor */ +UPDATE `creature_template` SET `mingold` = 43, `maxgold` = 289 WHERE `entry`=660; + +/* Jonathan Carevin */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=661; + +/* Calor */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=663; + +/* Benjamin Carevin */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=664; + +/* Skullsplitter Warrior */ +UPDATE `creature_template` SET `mingold` = 48, `maxgold` = 325 WHERE `entry`=667; + +/* Skullsplitter Hunter */ +UPDATE `creature_template` SET `maxgold` = 374 WHERE `entry`=669; + +/* Skullsplitter Witch Doctor */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 58, `maxgold` = 358 WHERE `entry`=670; + +/* Bloodscalp Headhunter */ +UPDATE `creature_template` SET `mingold` = 41, `maxgold` = 281 WHERE `entry`=671; + +/* Skullsplitter Spiritchaser */ +UPDATE `creature_template` SET `maxgold` = 448 WHERE `entry`=672; + +/* Venture Co. Strip Miner */ +UPDATE `creature_template` SET `mingold` = 55, `maxgold` = 360 WHERE `entry`=674; + +/* Venture Co. Foreman */ +UPDATE `creature_template` SET `maxgold` = 249 WHERE `entry`=675; + +/* Venture Co. Surveyor */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 340 WHERE `entry`=676; + +/* Venture Co. Tinkerer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 264 WHERE `entry`=677; + +/* Mosh'Ogg Mauler */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.9, `HealthModifier` = 3.0, `mingold` = 295, `maxgold` = 1040 WHERE `entry`=678; + +/* Mosh'Ogg Shaman */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 257, `maxgold` = 832 WHERE `entry`=679; + +/* Mosh'Ogg Lord */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.375, `HealthModifier` = 3.0, `mingold` = 307 WHERE `entry`=680; + +/* Young Stranglethorn Tiger */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=681; + +/* Stranglethorn Tiger */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=682; + +/* Young Panther */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=683; + +/* Shadowmaw Panther */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=684; + +/* Stranglethorn Raptor */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=685; + +/* Jungle Stalker */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=687; + +/* Stone Maw Basilisk */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=688; + +/* Crystal Spine Basilisk */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=689; + +/* Cold Eye Basilisk */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=690; + +/* Lesser Water Elemental */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.65, `unit_class` = 1 WHERE `entry`=691; + +/* Secondary Skill Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=693; + +/* Bloodscalp Axe Thrower */ +UPDATE `creature_template` SET `maxgold` = 230 WHERE `entry`=694; + +/* Skullsplitter Axe Thrower */ +UPDATE `creature_template` SET `mingold` = 53, `maxgold` = 323 WHERE `entry`=696; + +/* Bloodscalp Shaman */ +UPDATE `creature_template` SET `mingold` = 33, `maxgold` = 229 WHERE `entry`=697; + +/* Bloodscalp Beastmaster */ +UPDATE `creature_template` SET `maxgold` = 215 WHERE `entry`=699; + +/* Bloodscalp Panther */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=700; + +/* Bloodscalp Mystic */ +UPDATE `creature_template` SET `maxgold` = 211 WHERE `entry`=701; + +/* Bloodscalp Scavenger */ +UPDATE `creature_template` SET `mingold` = 45, `maxgold` = 183 WHERE `entry`=702; + +/* Lieutenant Fangore */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=703; + +/* Frostmane Troll Whelp */ +UPDATE `creature_template` SET `modelid1` = 5606, `speed_run` = 0.857143, `RangeAttackTime` = 2167 WHERE `entry`=706; + +/* Rockjaw Trogg */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 4 WHERE `entry`=707; + +/* Mosh'Ogg Warmonger */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.2, `HealthModifier` = 3.0, `mingold` = 275, `maxgold` = 934 WHERE `entry`=709; + +/* Mosh'Ogg Spellcrafter */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `mingold` = 232, `maxgold` = 1098 WHERE `entry`=710; + +/* Redridge Thrasher */ +UPDATE `creature_template` SET `mingold` = 4 WHERE `entry`=712; + +/* Balir Frosthammer */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=713; + +/* Talin Keeneye */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 2156 WHERE `entry`=714; + +/* Barnil Stonepot */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=716; + +/* Ajeck Rouack */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=717; + +/* Sir S. J. Erlgadin */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=718; + +/* Rabbit */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=721; + +/* Mosh'Ogg Butcher */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `rank` = 2, `DamageModifier` = 3.25, `HealthModifier` = 3.0, `BaseAttackTime` = 1291, `RangeAttackTime` = 1420, `mingold` = 91, `maxgold` = 455 WHERE `entry`=723; + +/* Burly Rockjaw Trogg */ +UPDATE `creature_template` SET `modelid1` = 611, `speed_run` = 0.857143 WHERE `entry`=724; + +/* [UNUSED] Skeletal Enforcer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=725; + +/* Bhag'thera */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.425, `HealthModifier` = 3.15 WHERE `entry`=728; + +/* Sin'Dall */ +UPDATE `creature_template` SET `DamageModifier` = 0.91 WHERE `entry`=729; + +/* Tethis */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.1 WHERE `entry`=730; + +/* King Bangalash */ +UPDATE `creature_template` SET `DamageModifier` = 1.61 WHERE `entry`=731; + +/* Murloc Lurker */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 15 WHERE `entry`=732; + +/* Sergeant Yohwa */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=733; + +/* Corporal Bluth */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=734; + +/* Murloc Streamrunner */ +UPDATE `creature_template` SET `mingold` = 4 WHERE `entry`=735; + +/* Panther */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=736; + +/* Kebok */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=737; + +/* Private Thorsen */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=738; + +/* Brother Nimetz */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=739; + +/* Adolescent Whelp */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 42, `maxgold` = 239 WHERE `entry`=740; + +/* Dreaming Whelp */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `mingold` = 45, `maxgold` = 264 WHERE `entry`=741; + +/* Green Wyrmkin */ +UPDATE `creature_template` SET `maxlevel` = 42 WHERE `entry`=742; + +/* Green Scalebane */ +UPDATE `creature_template` SET `maxlevel` = 43, `ArmorModifier` = 1.5 WHERE `entry`=744; + +/* Scalebane Captain */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=745; + +/* Elder Dragonkin */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.5, `maxgold` = 362 WHERE `entry`=746; + +/* Marsh Murloc */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `mingold` = 54, `maxgold` = 346 WHERE `entry`=747; + +/* Marsh Murkdweller */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=749; + +/* Marsh Inkspewer */ +UPDATE `creature_template` SET `mingold` = 59, `maxgold` = 404 WHERE `entry`=750; + +/* Marsh Flesheater */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 63, `maxgold` = 421 WHERE `entry`=751; + +/* Marsh Oracle */ +UPDATE `creature_template` SET `minlevel` = 44, `DamageModifier` = 1.2, `ArmorModifier` = 0.75, `mingold` = 86, `maxgold` = 453 WHERE `entry`=752; + +/* [UNUSED] Rebel Soldier */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=753; + +/* Rebel Watchman */ +UPDATE `creature_template` SET `maxgold` = 145 WHERE `entry`=754; + +/* Lost One Mudlurker */ +UPDATE `creature_template` SET `maxgold` = 228 WHERE `entry`=755; + +/* Lost One Fisherman */ +UPDATE `creature_template` SET `mingold` = 51, `maxgold` = 254 WHERE `entry`=757; + +/* Skullsplitter Tiger */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=758; + +/* Lost One Hunter */ +UPDATE `creature_template` SET `mingold` = 45, `maxgold` = 276 WHERE `entry`=759; + +/* Lost One Muckdweller */ +UPDATE `creature_template` SET `mingold` = 40, `maxgold` = 275 WHERE `entry`=760; + +/* Lost One Seer */ +UPDATE `creature_template` SET `maxgold` = 252 WHERE `entry`=761; + +/* Lost One Riftseeker */ +UPDATE `creature_template` SET `mingold` = 50, `maxgold` = 298 WHERE `entry`=762; + +/* Lost One Chieftain */ +UPDATE `creature_template` SET `RangeAttackTime` = 1457, `maxgold` = 243 WHERE `entry`=763; + +/* Swampwalker */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `maxgold` = 294 WHERE `entry`=764; + +/* Swampwalker Elder */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 0.55, `maxgold` = 332 WHERE `entry`=765; + +/* Tangled Horror */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 54, `maxgold` = 241 WHERE `entry`=766; + +/* Swamp Jaguar */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=767; + +/* Shadow Panther */ +UPDATE `creature_template` SET `maxlevel` = 40, `DamageModifier` = 0.8 WHERE `entry`=768; + +/* Corporal Kaleb */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=770; + +/* Commander Felstrom */ +UPDATE `creature_template` SET `DamageModifier` = 3.75, `maxgold` = 155 WHERE `entry`=771; + +/* Stranglethorn Tigress */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=772; + +/* Krazek */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=773; + +/* Kurzen's Agent */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 29, `maxgold` = 176 WHERE `entry`=775; + +/* Amy Davenport */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=777; + +/* Skullsplitter Mystic */ +UPDATE `creature_template` SET `mingold` = 50, `maxgold` = 337 WHERE `entry`=780; + +/* Skullsplitter Headhunter */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 388 WHERE `entry`=781; + +/* Skullsplitter Scout */ +UPDATE `creature_template` SET `mingold` = 61, `maxgold` = 375 WHERE `entry`=782; + +/* Skullsplitter Berserker */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.75, `mingold` = 75, `maxgold` = 393 WHERE `entry`=783; + +/* Skullsplitter Beastmaster */ +UPDATE `creature_template` SET `maxgold` = 324 WHERE `entry`=784; + +/* Skeletal Warder */ +UPDATE `creature_template` SET `mingold` = 35, `maxgold` = 100 WHERE `entry`=785; + +/* Grelin Whitebeard */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 2156 WHERE `entry`=786; + +/* Skeletal Healer */ +UPDATE `creature_template` SET `maxgold` = 99 WHERE `entry`=787; + +/* Kimberly Hiett */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=789; + +/* Karen Taylor */ +UPDATE `creature_template` SET `subname` = 'Mining and Smithing Supplies', `DamageModifier` = 0.85 WHERE `entry`=790; + +/* Lindsay Ashlock */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=791; + +/* Kara Adams */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=793; + +/* Matt */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=794; + +/* Mark */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=795; + +/* Joshua */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=796; + +/* Bo */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=797; + +/* Solomon */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=798; + +/* Kevin */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=799; + +/* Kyle */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=800; + +/* Eric */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=801; + +/* Jay */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=802; + +/* Dana */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=804; + +/* Cameron */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=805; + +/* John */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=806; + +/* Lisa */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=807; + +/* Grik'nir the Cold */ +UPDATE `creature_template` SET `modelid1` = 5609, `speed_run` = 0.857143, `RangeAttackTime` = 2156, `mingold` = 3, `maxgold` = 9 WHERE `entry`=808; + +/* [UNUSED] Smith Theo */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=809; + +/* Aaron */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=810; + +/* Jose */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=811; + +/* Alma Jainrose */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=812; + +/* Colonel Kurzen */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.3375, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 1025 WHERE `entry`=813; + +/* Sergeant Malthus */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `mingold` = 46 WHERE `entry`=814; + +/* Bookie Herod */ +UPDATE `creature_template` SET `DamageModifier` = 2.45, `mingold` = 29, `maxgold` = 145 WHERE `entry`=815; + +/* Mai'Zoth */ +UPDATE `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; + +/* Captain Danuvin */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=821; + +/* Young Forest Bear */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25, `ArmorModifier` = 0.35 WHERE `entry`=822; + +/* Deputy Willem */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=823; + +/* Watcher Jan */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.75 WHERE `entry`=826; + +/* Watcher Mocarski */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=827; + +/* Watcher Petras */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=828; + +/* Adlin Pridedrift */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=829; + +/* Sand Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry`=830; + +/* Sea Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry`=831; + +/* Dust Devil */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 0.65 WHERE `entry`=832; + +/* Durnan Furcutter */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 2156 WHERE `entry`=836; + +/* Branstock Khalder */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 2156 WHERE `entry`=837; + +/* Watcher Backus */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.35 WHERE `entry`=840; + +/* Harl Cutter */ +UPDATE `creature_template` SET `subname` = 'Woodcrafting Supplier', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=841; + +/* Lumberjack */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=842; + +/* Gina MacGregor */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=843; + +/* Antonio Perelli */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=844; + +/* Rotten Ghoul */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.6, `mingold` = 4, `maxgold` = 21 WHERE `entry`=846; + +/* Nathan */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=847; + +/* Madison */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=848; + +/* Rachel */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=849; + +/* Erin */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=850; + +/* Hannah */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=851; + +/* Feral Spirit */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=852; + +/* Coldridge Mountaineer */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.55, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 689 WHERE `entry`=853; + +/* Young Jungle Stalker */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=854; + +/* Young Stranglethorn Raptor */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=855; + +/* Young Lashtail Raptor */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=856; + +/* Donal Osgood */ +UPDATE `creature_template` SET `DamageModifier` = 5.15, `ArmorModifier` = 1.15 WHERE `entry`=857; + +/* Guard Berton */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=859; + +/* Pet Wolf */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=860; + +/* Stonard Scout */ +UPDATE `creature_template` SET `maxgold` = 264 WHERE `entry`=861; + +/* Stonard Explorer */ +UPDATE `creature_template` SET `maxgold` = 215 WHERE `entry`=862; + +/* Stonard Hunter */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.5 WHERE `entry`=863; + +/* Stonard Orc */ +UPDATE `creature_template` SET `ArmorModifier` = 0.25 WHERE `entry`=864; + +/* Stonard Wayfinder */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=865; + +/* Stonard Grunt */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 2146, `maxgold` = 2146 WHERE `entry`=866; + +/* Stonard Cartographer */ +UPDATE `creature_template` SET `DamageModifier` = 2.05, `ArmorModifier` = 0.85, `maxgold` = 399 WHERE `entry`=867; + +/* Stonard Shaman */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=868; + +/* Saltscale Warrior */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 213, `maxgold` = 741 WHERE `entry`=871; + +/* Saltscale Oracle */ +UPDATE `creature_template` SET `maxlevel` = 37, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry`=873; + +/* Saltscale Tide Lord */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry`=875; + +/* Saltscale Forager */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 586 WHERE `entry`=877; + +/* Saltscale Hunter */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.25, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 132, `maxgold` = 733 WHERE `entry`=879; + +/* Erlan Drudgemoor */ +UPDATE `creature_template` SET `DamageModifier` = 1.625, `mingold` = 3 WHERE `entry`=880; + +/* Bone Caster */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=882; + +/* Deer */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.35 WHERE `entry`=883; + +/* Watcher Keller */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.75 WHERE `entry`=885; + +/* Watcher Hartin */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=886; + +/* Watcher Jordan */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=887; + +/* Watcher Dodds */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=888; + +/* Splinter Fist Ogre */ +UPDATE `creature_template` SET `maxgold` = 59 WHERE `entry`=889; + +/* Fawn */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=890; + +/* Splinter Fist Fire Weaver */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=891; + +/* Splinter Fist Taskmaster */ +UPDATE `creature_template` SET `mingold` = 22 WHERE `entry`=892; + +/* Lars */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=893; + +/* Homer Stonefield */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=894; + +/* Thorgas Grimson */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=895; + +/* Veldan Lightfoot */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=896; + +/* [UNUSED] Brannon Aybara (TEMP) */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=897; + +/* [UNUSED] Regna Khurn */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=904; + +/* Sharptooth Frenzy */ +UPDATE `creature_template` SET `DamageModifier` = 0.45 WHERE `entry`=905; + +/* Maximillian Crowe */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=906; + +/* Keras Wolfheart */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry`=907; + +/* Flora Silverwind */ +UPDATE `creature_template` SET `subname` = 'Superior Herbalist', `DamageModifier` = 0.95 WHERE `entry`=908; + +/* Defias Night Blade */ +UPDATE `creature_template` SET `mingold` = 26, `maxgold` = 79 WHERE `entry`=909; + +/* Defias Enchanter */ +UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 126 WHERE `entry`=910; + +/* Llane Beshere */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=911; + +/* Thran Khorman */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=912; + +/* Lyria Du Lac */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=913; + +/* Ander Germaine */ +UPDATE `creature_template` SET `DamageModifier` = 1.8, `ArmorModifier` = 2.4 WHERE `entry`=914; + +/* Jorik Kerridan */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=915; + +/* Solm Hargrin */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=916; + +/* Keryn Sylvius */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=917; + +/* Osborne the Night Man */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=918; + +/* [UNUSED] [PH] Berail Spiritwhisper */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=919; + +/* Nightbane Tainted One */ +UPDATE `creature_template` SET `mingold` = 26, `maxgold` = 180 WHERE `entry`=920; + +/* Venture Co. Lumberjack */ +UPDATE `creature_template` SET `mingold` = 42, `maxgold` = 219 WHERE `entry`=921; + +/* Silt Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=922; + +/* [UNUSED] Lesser Arachnid */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=924; + +/* Brother Sammuel */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=925; + +/* Bromos Grummner */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=926; + +/* Brother Wilhelm */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=927; + +/* Lord Grayson Shadowbreaker */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=928; + +/* Dreadlord Malganis */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=929; + +/* Ariena Stormfeather */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=931; + +/* Guard Ashlock */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=932; + +/* Guard Hiett */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=933; + +/* Guard Clarke */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 1.05 WHERE `entry`=934; + +/* Guard Pearce */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=935; + +/* Guard Adams */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=936; + +/* Kurzen Jungle Fighter */ +UPDATE `creature_template` SET `mingold` = 34, `maxgold` = 189 WHERE `entry`=937; + +/* Kurzen Commando */ +UPDATE `creature_template` SET `mingold` = 36, `maxgold` = 242 WHERE `entry`=938; + +/* Kurzen Elite */ +UPDATE `creature_template` SET `mingold` = 45, `maxgold` = 281 WHERE `entry`=939; + +/* Kurzen Medicine Man */ +UPDATE `creature_template` SET `maxlevel` = 33, `mingold` = 42, `maxgold` = 195 WHERE `entry`=940; + +/* Kurzen Headshrinker */ +UPDATE `creature_template` SET `mingold` = 41, `maxgold` = 246 WHERE `entry`=941; + +/* Kurzen Witch Doctor */ +UPDATE `creature_template` SET `mingold` = 42, `maxgold` = 268 WHERE `entry`=942; + +/* Marryk Nurribit */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 2156 WHERE `entry`=944; + +/* Rybrad Coldbank */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=945; + +/* Frostmane Novice */ +UPDATE `creature_template` SET `modelid1` = 5605, `speed_run` = 0.857143, `maxgold` = 7 WHERE `entry`=946; + +/* Rohh the Silent */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.19048, `DamageModifier` = 0.975, `maxgold` = 130 WHERE `entry`=947; + +/* Rotted One */ +UPDATE `creature_template` SET `maxgold` = 51 WHERE `entry`=948; + +/* Swamp Talker */ +UPDATE `creature_template` SET `RangeAttackTime` = 1573, `maxgold` = 640 WHERE `entry`=950; + +/* Brother Paxton */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=951; + +/* Spawn Test One */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=953; + +/* Kat Sampson */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=954; + +/* Sergeant De Vries */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=955; + +/* Dorin Songblade */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=956; + +/* Dane Lindgren */ +UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `ArmorModifier` = 0.85 WHERE `entry`=957; + +/* Dawn Brightstar */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=958; + +/* Morley Eberlein */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=959; + +/* Deputy Rainer */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=963; + +/* Kurzen War Tiger */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=976; + +/* Kurzen War Panther */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=977; + +/* Kurzen Subchief */ +UPDATE `creature_template` SET `mingold` = 52, `maxgold` = 318 WHERE `entry`=978; + +/* Kurzen Shadow Hunter */ +UPDATE `creature_template` SET `maxgold` = 249 WHERE `entry`=979; + +/* Grimnal */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=980; + +/* Hartash */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=981; + +/* Thultash */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=982; + +/* Thultazor */ +UPDATE `creature_template` SET `subname` = 'Arcane Goods Vendor', `DamageModifier` = 0.95 WHERE `entry`=983; + +/* Thralosh */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=984; + +/* Banalash */ +UPDATE `creature_template` SET `subname` = 'Trade Goods' WHERE `entry`=989; + +/* Nahr'ek da Howler */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=994; + +/* Nahr'ek's Pack */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=995; + +/* Master Tailor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=996; + +/* Watcher Royce */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=999; + +/* Watcher Hutchins */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 6, `maxgold` = 32 WHERE `entry`=1001; + +/* Mosshide Gnoll */ +UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 69 WHERE `entry`=1007; + +/* Mosshide Mongrel */ +UPDATE `creature_template` SET `mingold` = 16, `maxgold` = 75 WHERE `entry`=1008; + +/* Mosshide Mistweaver */ +UPDATE `creature_template` SET `maxgold` = 67 WHERE `entry`=1009; + +/* Mosshide Fenrunner */ +UPDATE `creature_template` SET `mingold` = 18, `maxgold` = 86 WHERE `entry`=1010; + +/* Mosshide Trapper */ +UPDATE `creature_template` SET `mingold` = 15, `maxgold` = 99 WHERE `entry`=1011; + +/* Mosshide Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.6875, `mingold` = 32, `maxgold` = 163 WHERE `entry`=1012; + +/* Mosshide Mystic */ +UPDATE `creature_template` SET `maxgold` = 110 WHERE `entry`=1013; + +/* Mosshide Alpha */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `maxgold` = 125 WHERE `entry`=1014; + +/* Highland Raptor */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1015; + +/* Highland Lashtail */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1016; + +/* Highland Scytheclaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1017; + +/* Elder Razormaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1019; + +/* Mottled Raptor */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1020; + +/* Mottled Scytheclaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1022; + +/* Mottled Razormaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1023; + +/* Bluegill Murloc */ +UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 71 WHERE `entry`=1024; + +/* Bluegill Puddlejumper */ +UPDATE `creature_template` SET `mingold` = 15, `maxgold` = 86 WHERE `entry`=1025; + +/* Bluegill Forager */ +UPDATE `creature_template` SET `maxgold` = 76 WHERE `entry`=1026; + +/* Bluegill Warrior */ +UPDATE `creature_template` SET `maxgold` = 133 WHERE `entry`=1027; + +/* Bluegill Muckdweller */ +UPDATE `creature_template` SET `mingold` = 18 WHERE `entry`=1028; + +/* Black Slime */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `mingold` = 14 WHERE `entry`=1030; + +/* Crimson Ooze */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `mingold` = 10 WHERE `entry`=1031; + +/* Black Ooze */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `mingold` = 6, `maxgold` = 38 WHERE `entry`=1032; + +/* Monstrous Ooze */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=1033; + +/* Dragonmaw Raider */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `mingold` = 23, `maxgold` = 133 WHERE `entry`=1034; + +/* Dragonmaw Swamprunner */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `maxgold` = 113 WHERE `entry`=1035; + +/* Dragonmaw Centurion */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `unit_class` = 1, `mingold` = 28, `maxgold` = 145 WHERE `entry`=1036; + +/* Dragonmaw Battlemaster */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `DamageModifier` = 0.96, `BaseAttackTime` = 1600, `RangeAttackTime` = 1540 WHERE `entry`=1037; + +/* Dragonmaw Shadowwarder */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `mingold` = 34, `maxgold` = 148 WHERE `entry`=1038; + +/* Fen Dweller */ +UPDATE `creature_template` SET `maxgold` = 43 WHERE `entry`=1039; + +/* Fen Creeper */ +UPDATE `creature_template` SET `mingold` = 32, `maxgold` = 164 WHERE `entry`=1040; + +/* Red Whelp */ +UPDATE `creature_template` SET `mingold` = 20 WHERE `entry`=1042; + +/* Lost Whelp */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=1043; + +/* Red Dragonspawn */ +UPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.6 WHERE `entry`=1045; + +/* Red Wyrmkin */ +UPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry`=1046; + +/* Red Scalebane */ +UPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 5.0, `ArmorModifier` = 1.6 WHERE `entry`=1047; + +/* Scalebane Lieutenant */ +UPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 5.1, `ArmorModifier` = 1.1 WHERE `entry`=1048; + +/* Wyrmkin Firebrand */ +UPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 5.75, `ArmorModifier` = 1.2 WHERE `entry`=1049; + +/* Scalebane Royal Guard */ +UPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 5.45, `ArmorModifier` = 1.75 WHERE `entry`=1050; + +/* Dark Iron Dwarf */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 72, `maxgold` = 423 WHERE `entry`=1051; + +/* Dark Iron Saboteur */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 147, `maxgold` = 455 WHERE `entry`=1052; + +/* Dark Iron Tunneler */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 119, `maxgold` = 496 WHERE `entry`=1053; + +/* Dark Iron Demolitionist */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 308 WHERE `entry`=1054; + +/* Dreamhunter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=1055; + +/* Emerald Sentinel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1056; + +/* Dragonmaw Bonewarder */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `mingold` = 20, `maxgold` = 145 WHERE `entry`=1057; + +/* [UNUSED] Truek */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1058; + +/* Ana'thek the Cruel */ +UPDATE `creature_template` SET `DamageModifier` = 1.68, `maxgold` = 438 WHERE `entry`=1059; + +/* Mogh the Undying */ +UPDATE `creature_template` SET `mingold` = 236 WHERE `entry`=1060; + +/* Gan'zulah */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `mingold` = 62, `maxgold` = 189 WHERE `entry`=1061; + +/* Nezzliok the Dire */ +UPDATE `creature_template` SET `mingold` = 56, `maxgold` = 337 WHERE `entry`=1062; + +/* Jade */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 2, `DamageModifier` = 3.05, `HealthModifier` = 3.25, `RangeAttackTime` = 1384, `mingold` = 96, `maxgold` = 481 WHERE `entry`=1063; + +/* Grom'gol Grunt */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=1064; + +/* Riverpaw Shaman */ +UPDATE `creature_template` SET `mingold` = 6 WHERE `entry`=1065; + +/* Mottled Riptooth */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1066; + +/* Riverpaw Scavenger */ +UPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 8, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1067; + +/* Crimson Whelp */ + + +/* Deputy Feldon */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=1070; + +/* Longbraid the Grim */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=1071; + +/* Ashlan Stonesmirk */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=1073; + +/* Rhag Garmason */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1075; + +/* Merrin Rockweaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=1076; + +/* Prospector Whelgar */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=1077; + +/* Ormer Ironbraid */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.9 WHERE `entry`=1078; + +/* Mire Lord */ +UPDATE `creature_template` SET `DamageModifier` = 2.35, `RangeAttackTime` = 1661, `maxgold` = 171 WHERE `entry`=1081; + +/* Sawtooth Crocolisk */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1082; + +/* Murloc Shorestriker */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 37 WHERE `entry`=1083; + +/* Young Sawtooth Crocolisk */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1084; + +/* Elder Stranglethorn Tiger */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=1085; + +/* Sawtooth Snapper */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1087; + +/* Monstrous Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=1088; + +/* Captain Rugelfuss */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1092; + +/* Chief Engineer Hinderweir VII */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1093; + +/* Venture Co. Miner */ +UPDATE `creature_template` SET `maxgold` = 208 WHERE `entry`=1094; + +/* Venture Co. Workboss */ +UPDATE `creature_template` SET `maxgold` = 175 WHERE `entry`=1095; + +/* Venture Co. Geologist */ +UPDATE `creature_template` SET `mingold` = 50, `maxgold` = 263 WHERE `entry`=1096; + +/* Venture Co. Mechanic */ +UPDATE `creature_template` SET `mingold` = 44, `maxgold` = 229 WHERE `entry`=1097; + +/* Watcher Merant */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 25, `maxgold` = 124 WHERE `entry`=1098; + +/* Watcher Gelwin */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 6, `maxgold` = 28 WHERE `entry`=1099; + +/* Watcher Selkin */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 6, `maxgold` = 32 WHERE `entry`=1100; + +/* Watcher Thayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 6, `maxgold` = 29 WHERE `entry`=1101; + +/* Eldrin */ +UPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.85 WHERE `entry`=1103; + +/* Grundel Harkin */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1104; + +/* Jern Hornhelm */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1105; + +/* Lost One Cook */ +UPDATE `creature_template` SET `maxgold` = 152 WHERE `entry`=1106; + +/* Mistvale Gorilla */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1108; + +/* Leech Widow */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1567 WHERE `entry`=1112; + +/* Jungle Thunderer */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.2 WHERE `entry`=1114; + +/* Rockjaw Skullthumper */ +UPDATE `creature_template` SET `mingold` = 2, `maxgold` = 14 WHERE `entry`=1115; + +/* Rockjaw Ambusher */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=1116; + +/* Rockjaw Bonesnapper */ +UPDATE `creature_template` SET `mingold` = 3 WHERE `entry`=1117; + +/* Rockjaw Backbreaker */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `mingold` = 7 WHERE `entry`=1118; + +/* Hammerspine */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=1119; + +/* Frostmane Troll */ +UPDATE `creature_template` SET `modelid1` = 5608, `speed_run` = 0.857143, `mingold` = 1 WHERE `entry`=1120; + +/* Frostmane Snowstrider */ +UPDATE `creature_template` SET `modelid1` = 5607, `speed_run` = 0.857143, `mingold` = 1 WHERE `entry`=1121; + +/* Frostmane Hideskinner */ +UPDATE `creature_template` SET `modelid1` = 5612, `mingold` = 3 WHERE `entry`=1122; + +/* Frostmane Headhunter */ +UPDATE `creature_template` SET `modelid1` = 5626, `mingold` = 4 WHERE `entry`=1123; + +/* Frostmane Shadowcaster */ +UPDATE `creature_template` SET `modelid1` = 5613 WHERE `entry`=1124; + +/* Young Black Bear */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.15 WHERE `entry`=1128; + +/* Black Bear */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25, `ArmorModifier` = 0.3 WHERE `entry`=1129; + +/* Bjarn */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1705 WHERE `entry`=1130; + +/* Timber */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1723 WHERE `entry`=1132; + +/* Starving Winter Wolf */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `RangeAttackTime` = 2090 WHERE `entry`=1133; + +/* Young Wendigo */ +UPDATE `creature_template` SET `DamageModifier` = 0.7, `mingold` = 1 WHERE `entry`=1134; + +/* Wendigo */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 1, `maxgold` = 12 WHERE `entry`=1135; + +/* Magistrate Bluntnose */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1139; + +/* Razormaw Matriarch */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=1140; + +/* Angus Stern */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry`=1141; + +/* Mosh'Ogg Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.82, `mingold` = 44, `maxgold` = 275 WHERE `entry`=1142; + +/* Mosh'Ogg Witch Doctor */ +UPDATE `creature_template` SET `maxgold` = 272 WHERE `entry`=1144; + +/* Vharr */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1146; + +/* Hragran */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1147; + +/* Nerrist */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1148; + +/* Uthok */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1149; + +/* Torren Squarejaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1153; + +/* Marek Ironheart */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1154; + +/* Kelt Thomasin */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1155; + +/* Vyrin Swiftwind */ +UPDATE `creature_template` SET `modelid1` = 1643, `DamageModifier` = 0.8 WHERE `entry`=1156; + +/* Cursed Sailor */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `mingold` = 19, `maxgold` = 132 WHERE `entry`=1157; + +/* Cursed Marine */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 24, `maxgold` = 130 WHERE `entry`=1158; + +/* First Mate Snellig */ +UPDATE `creature_template` SET `maxgold` = 145 WHERE `entry`=1159; + +/* Captain Halyndor */ +UPDATE `creature_template` SET `mingold` = 27, `maxgold` = 165 WHERE `entry`=1160; + +/* Stonesplinter Trogg */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 24 WHERE `entry`=1161; + +/* Stonesplinter Scout */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 24 WHERE `entry`=1162; + +/* Stonesplinter Skullthumper */ +UPDATE `creature_template` SET `mingold` = 5, `maxgold` = 29 WHERE `entry`=1163; + +/* Stonesplinter Bonesnapper */ +UPDATE `creature_template` SET `mingold` = 5, `maxgold` = 38 WHERE `entry`=1164; + +/* Stonesplinter Geomancer */ +UPDATE `creature_template` SET `mingold` = 7, `maxgold` = 54 WHERE `entry`=1165; + +/* Stonesplinter Seer */ +UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 29 WHERE `entry`=1166; + +/* Stonesplinter Digger */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 60 WHERE `entry`=1167; + +/* Dark Iron Insurgent */ +UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 60 WHERE `entry`=1169; + +/* Dark Iron Guerrilla */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1171; + +/* Tunnel Rat Vermin */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 17 WHERE `entry`=1172; + +/* Tunnel Rat Scout */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=1173; + +/* Tunnel Rat Geomancer */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 25 WHERE `entry`=1174; + +/* Tunnel Rat Digger */ +UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 27 WHERE `entry`=1175; + +/* Tunnel Rat Forager */ +UPDATE `creature_template` SET `mingold` = 7 WHERE `entry`=1176; + +/* Mo'grosh Ogre */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 34 WHERE `entry`=1178; + +/* Mo'grosh Enforcer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 169 WHERE `entry`=1179; + +/* Mo'grosh Brute */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.675, `HealthModifier` = 3.0, `mingold` = 56 WHERE `entry`=1180; + +/* Mo'grosh Shaman */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 13 WHERE `entry`=1181; + +/* Brother Anton */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=1182; + +/* Mo'grosh Mystic */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry`=1183; + +/* Elder Black Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.5 WHERE `entry`=1186; + +/* Daryl the Youngling */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1187; + +/* Grizzled Black Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.5 WHERE `entry`=1188; + +/* Black Bear Patriarch */ +UPDATE `creature_template` SET `ArmorModifier` = 0.55 WHERE `entry`=1189; + +/* Loch Frenzy */ +UPDATE `creature_template` SET `DamageModifier` = 0.165 WHERE `entry`=1193; + +/* Ice Claw Bear */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 0.35 WHERE `entry`=1196; + +/* Stonesplinter Shaman */ +UPDATE `creature_template` SET `mingold` = 5, `maxgold` = 37 WHERE `entry`=1197; + +/* Rallic Finn */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1198; + +/* Juvenile Snow Leopard */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.75 WHERE `entry`=1199; + +/* Morbent Fel */ +UPDATE `creature_template` SET `DamageModifier` = 2.35 WHERE `entry`=1200; + +/* Tunnel Rat Kobold */ +UPDATE `creature_template` SET `mingold` = 8 WHERE `entry`=1202; + +/* Watcher Sarys */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.55, `mingold` = 23, `maxgold` = 115 WHERE `entry`=1203; + +/* Watcher Corwin */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `mingold` = 27, `maxgold` = 133 WHERE `entry`=1204; + +/* Grawmug */ +UPDATE `creature_template` SET `mingold` = 19 WHERE `entry`=1205; + +/* Gnasher */ +UPDATE `creature_template` SET `maxgold` = 37 WHERE `entry`=1206; + +/* Brawler */ +UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 46 WHERE `entry`=1207; + +/* Chok'sul */ +UPDATE `creature_template` SET `RangeAttackTime` = 1613, `mingold` = 57 WHERE `entry`=1210; + +/* Leper Gnome */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 14 WHERE `entry`=1211; + +/* Bishop Farthing */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=1212; + +/* Godric Rothgar */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1213; + +/* Aldren Cordon */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1214; + +/* Alchemist Mallory */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.9 WHERE `entry`=1215; + +/* Shore Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry`=1216; + +/* Glorin Steelbrow */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1217; + +/* Herbalist Pomeroy */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1218; + +/* Dark Iron Sapper */ +UPDATE `creature_template` SET `maxgold` = 50 WHERE `entry`=1222; + +/* Ol' Sooty */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=1225; + +/* Maxan Anvol */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1226; + +/* Rygal Rocknell */ +UPDATE `creature_template` SET `subname` = 'iCoke Redemption Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1227; + +/* Magis Sparkmantle */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1228; + +/* Granis Swiftaxe */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=1229; + +/* [UNUSED] Lexin Haze */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1230; + +/* Grif Wildheart */ +UPDATE `creature_template` SET `maxlevel` = 12, `DamageModifier` = 0.7 WHERE `entry`=1231; + +/* Azar Stronghammer */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=1232; + +/* Hogral Bakkan */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=1234; + +/* [UNUSED] Maryann Grapefoot */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1235; + +/* Kobold Digger */ +UPDATE `creature_template` SET `mingold` = 4 WHERE `entry`=1236; + +/* Kazan Mogosh */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1237; + +/* Gamili Frosthide */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1238; + +/* Boran Ironclink */ +UPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 11, `DamageModifier` = 0.5 WHERE `entry`=1240; + +/* Tognus Flintfire */ +UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith' WHERE `entry`=1241; + +/* Hegnar Rumbleshot */ +UPDATE `creature_template` SET `DamageModifier` = 0.35 WHERE `entry`=1243; + +/* Kogan Forgestone */ +UPDATE `creature_template` SET `minlevel` = 8, `DamageModifier` = 0.75 WHERE `entry`=1245; + +/* Vosur Brakthel */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist' WHERE `entry`=1246; + +/* Quartermaster Hudson */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=1249; + +/* Drake Lindgren */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1250; + +/* Splinter Fist Firemonger */ +UPDATE `creature_template` SET `maxgold` = 56 WHERE `entry`=1251; + +/* Senir Whitebeard */ +UPDATE `creature_template` SET `DamageModifier` = 0.35 WHERE `entry`=1252; + +/* Father Gavin */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1253; + +/* Foreman Stonebrow */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=1254; + +/* Prospector Gehn */ +UPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 12, `DamageModifier` = 0.7 WHERE `entry`=1255; + +/* Quarrymaster Thesten */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1256; + +/* Keldric Boucher */ +UPDATE `creature_template` SET `subname` = 'Arcane Goods Vendor' WHERE `entry`=1257; + +/* Gobbler */ +UPDATE `creature_template` SET `DamageModifier` = 2.125, `maxgold` = 91 WHERE `entry`=1259; + +/* Great Father Arctikus */ +UPDATE `creature_template` SET `modelid1` = 5625, `speed_walk` = 1.0, `DamageModifier` = 1.5, `BaseAttackTime` = 3000, `RangeAttackTime` = 1668 WHERE `entry`=1260; + +/* Veron Amberstill */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1261; + +/* White Ram X */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1262; + +/* Yarlyn Amberstill */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=1263; + +/* Rudra Amberstill */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1265; + +/* Tundra MacGrann */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `RangeAttackTime` = 1991 WHERE `entry`=1266; + +/* Ozzie Togglevolt */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1268; + +/* Razzle Sprysprocket */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1269; + +/* Fetid Corpse */ +UPDATE `creature_template` SET `maxgold` = 145 WHERE `entry`=1270; + +/* Old Icebeard */ +UPDATE `creature_template` SET `mingold` = 22 WHERE `entry`=1271; + +/* Grawn Thromwyn */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1273; + +/* Kyra Boucher */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=1275; + +/* Mountaineer Stenn */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=1278; + +/* Mountaineer Flint */ +UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=1279; + +/* Mountaineer Droken */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=1280; + +/* Mountaineer Zaren */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=1281; + +/* Archbishop Benedictus */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `rank` = 3, `DamageModifier` = 19.5, `HealthModifier` = 200.0, `ArmorModifier` = 1.7 WHERE `entry`=1284; + +/* Thurman Mullby */ +UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=1285; + +/* Edna Mullby */ +UPDATE `creature_template` SET `subname` = 'Trade Supplier' WHERE `entry`=1286; + +/* [UNUSED] Hevram Bristol */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1288; + +/* [UNUSED] Winston Bagley */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1290; + +/* Maris Granger */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=1292; + +/* Ambo Cash */ +UPDATE `creature_template` SET `subname` = 'Mail Armor Merchant', `modelid1` = 1428, `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0 WHERE `entry`=1293; + +/* Felder Stover */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1296; + +/* Lawrence Schneider */ +UPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry`=1300; + +/* Felicia Gump */ +UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=1303; + +/* Darian Singh */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1304; + +/* Jarel Moor */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1305; + +/* [UNUSED] Melechan Damodred */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor', `detection_range` = 18.0 WHERE `entry`=1306; + +/* Charys Yserian */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=1307; + +/* Owen Vaughn */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor', `ArmorModifier` = 0.85 WHERE `entry`=1308; + +/* Wynne Larson */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1309; + +/* Evan Larson */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1310; + +/* Joachim Brenlow */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1311; + +/* Ardwyn Cailen */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1312; + +/* Adair Gilroy */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry`=1316; + +/* Lucan Cordell */ +UPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 1.05 WHERE `entry`=1317; + +/* Jessara Cordell */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1318; + +/* Maxton Strang */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1322; + +/* Sloan McCoy */ +UPDATE `creature_template` SET `subname` = 'Poison Supplier', `DamageModifier` = 0.9 WHERE `entry`=1326; + +/* Elly Langston */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=1328; + +/* Mountaineer Gwarth */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=1337; + +/* Mountaineer Dalk */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=1338; + +/* Mayda Thane */ +UPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 0.55 WHERE `entry`=1339; + +/* Magmar Fellhew */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1345; + +/* Georgio Bolero */ +UPDATE `creature_template` SET `subname` = 'Artisan Tailor', `DamageModifier` = 0.95 WHERE `entry`=1346; + +/* Gregory Ardus */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1348; + +/* Brother Cassius */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor', `ArmorModifier` = 0.85 WHERE `entry`=1351; + +/* Fluffy */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=1352; + +/* Sarltooth */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=1353; + +/* Apprentice Soren */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 2178 WHERE `entry`=1354; + +/* Cook Ghilm */ +UPDATE `creature_template` SET `maxlevel` = 11, `DamageModifier` = 0.65 WHERE `entry`=1355; + +/* Miner Grothor */ +UPDATE `creature_template` SET `maxlevel` = 10, `DamageModifier` = 0.6 WHERE `entry`=1358; + +/* Miner Grumnal */ +UPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 10, `DamageModifier` = 0.75 WHERE `entry`=1360; + +/* [UNUSED] Kern the Enforcer */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=1361; + +/* Gothor Brumn */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1362; + +/* Balgaras the Foul */ +UPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 4.35, `HealthModifier` = 5.0, `ArmorModifier` = 0.95, `ManaModifier` = 3.0 WHERE `entry`=1364; + +/* Goli Krumn */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1365; + +/* Adam */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=1366; + +/* Billy */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=1367; + +/* Justin */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=1368; + +/* Brandon */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=1370; + +/* Roman */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=1371; + +/* Jarven Thunderbrew */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1373; + +/* Rejold Barleybrew */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1374; + +/* Marleth Barleybrew */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=1375; + +/* Beldin Steelgrill */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=1376; + +/* Pilot Stonegear */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1377; + +/* Pilot Bellowfiz */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1378; + +/* Miran */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1379; + +/* Saean */ +UPDATE `creature_template` SET `mingold` = 2, `maxgold` = 15 WHERE `entry`=1380; + +/* Krakk */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.9 WHERE `entry`=1381; + +/* Mudduk */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1382; + +/* Snarl */ +UPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 0.95 WHERE `entry`=1383; + +/* Z'tark */ +UPDATE `creature_template` SET `subname` = 'Superior Miner', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1384; + +/* Brawn */ +UPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry`=1385; + +/* Rogvar */ +UPDATE `creature_template` SET `subname` = 'Master Alchemist', `DamageModifier` = 1.05 WHERE `entry`=1386; + +/* Thysta */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=1387; + +/* Vagash */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 27 WHERE `entry`=1388; + +/* Xon */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1392; + +/* Berserk Trogg */ +UPDATE `creature_template` SET `maxgold` = 63 WHERE `entry`=1393; + +/* Ol' Beasley */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1395; + +/* Frostmane Seer */ +UPDATE `creature_template` SET `modelid1` = 5610, `speed_run` = 0.857143, `mingold` = 1, `maxgold` = 14 WHERE `entry`=1397; + +/* Boss Galgosh */ +UPDATE `creature_template` SET `RangeAttackTime` = 1585 WHERE `entry`=1398; + +/* Magosh */ +UPDATE `creature_template` SET `RangeAttackTime` = 1613 WHERE `entry`=1399; + +/* Wetlands Crocolisk */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1400; + +/* Test Squirrel */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1401; + +/* Topper McNabb */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=1402; + +/* Mogwah */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1403; + +/* Kragg */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1404; + +/* Morris Lawry */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=1405; + +/* Ghok */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1406; + +/* Sranda */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1407; + +/* Thragg */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1408; + +/* Moorah Stormhoof */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1409; + +/* Firewing Bloodwarder */ +UPDATE `creature_template` SET `subname` = 'Priest Trainer', `modelid1` = 4718, `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0, `HealthModifier` = 1.25, `unit_class` = 1 WHERE `entry`=1410; + +/* Ian Strom */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.8 WHERE `entry`=1411; + +/* Squirrel */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=1412; + +/* Janey Anship */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry`=1413; + +/* Lisan Pierce */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry`=1414; + +/* Suzanne */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry`=1415; + +/* Grimand Elmore */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=1416; + +/* Young Wetlands Crocolisk */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1417; + +/* Fizzles */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=1419; + +/* Toad */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=1420; + +/* Private Merle */ +UPDATE `creature_template` SET `maxgold` = 107 WHERE `entry`=1421; + +/* Stormwind Guard */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=1423; + +/* Riverpaw Miner */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 4, `maxgold` = 33 WHERE `entry`=1426; + +/* Harlan Bagley */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=1427; + +/* Rema Schneider */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=1428; + +/* Thurman Schneider */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=1429; + +/* Tomas */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1430; + +/* Renato Gallina */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=1432; + +/* Corbett Schneider */ +UPDATE `creature_template` SET `DamageModifier` = 2.6, `mingold` = 1, `maxgold` = 5 WHERE `entry`=1433; + +/* Menethil Sentry */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=1434; + +/* Zardeth of the Black Claw */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry`=1435; + +/* Watcher Cutford */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.95, `mingold` = 26, `maxgold` = 132 WHERE `entry`=1436; + +/* Thomas Booker */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1437; + +/* Lord Baurles K. Wishock */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1439; + +/* Milton Sheaf */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1440; + +/* Brak Durnad */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1441; + +/* Helgrum the Swift */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=1442; + +/* Fel'zerul */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=1443; + +/* Brother Kristoff */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1444; + +/* Jesse Halloran */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=1445; + +/* Regina Halloran */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=1446; + +/* Gimlok Rumdnul */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=1447; + +/* Neal Allen */ +UPDATE `creature_template` SET `subname` = 'Engineering & General Goods Supplier', `DamageModifier` = 0.85 WHERE `entry`=1448; + +/* Witch Doctor Unbagwa */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=1449; + +/* Brahnmar */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1450; + +/* Camerick Jongleur */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1451; + +/* Gruham Rumdnul */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1452; + +/* Dewin Shimmerdawn */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1453; + +/* Jennabink Powerseam */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1454; + +/* [UNUSED] Grummar Thunk */ +UPDATE `creature_template` SET `subname` = 'Fletching Supplier', `detection_range` = 18.0 WHERE `entry`=1455; + +/* Kersok Prond */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1456; + +/* Samor Festivus */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1457; + +/* Telurinon Moonshadow */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1458; + +/* Naela Trance */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1459; + +/* Unger Statforth */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1460; + +/* Murndan Derth */ +UPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 2.3 WHERE `entry`=1461; + +/* Edwina Monzor */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1462; + +/* Falkan Armonis */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor', `DamageModifier` = 0.9 WHERE `entry`=1463; + +/* Drac Roughcut */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1465; + +/* Gretta Finespindle */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9 WHERE `entry`=1466; + +/* [UNUSED] [PH] Brawl Thunderpunch */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1467; + +/* Kargh Steelspine */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1468; + +/* Vrok Blunderblast */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1469; + +/* Ghak Healtouch */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.9 WHERE `entry`=1470; + +/* Jannos Ironwill */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=1471; + +/* Morgg Stormshot */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=1472; + +/* Kali Healtouch */ +UPDATE `creature_template` SET `subname` = 'Herbalist', `DamageModifier` = 0.75 WHERE `entry`=1473; + +/* Rann Flamespinner */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1474; + +/* Menethil Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.0, `ArmorModifier` = 0.8, `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `mingold` = 1, `maxgold` = 614 WHERE `entry`=1475; + +/* Hargin Mundar */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1476; + +/* Timothy Clark */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1479; + +/* Caitlin Grassman */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1480; + +/* Bart Tidewater */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1481; + +/* Andrea Halloran */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1482; + +/* Murphy West */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1483; + +/* Derina Rumdnul */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1484; + +/* [UNUSED] Bazaar Merchant TEST */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1485; + +/* Splinter Fist Enslaver */ +UPDATE `creature_template` SET `maxgold` = 118 WHERE `entry`=1487; + +/* Zanzil Zombie */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 85, `maxgold` = 419 WHERE `entry`=1488; + +/* Zanzil Hunter */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 74, `maxgold` = 413 WHERE `entry`=1489; + +/* Zanzil Witch Doctor */ +UPDATE `creature_template` SET `modelid1` = 317, `maxgold` = 428 WHERE `entry`=1490; + +/* Zanzil Naga */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `mingold` = 77, `maxgold` = 376 WHERE `entry`=1491; + +/* Gorlash */ +UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 3.35, `ArmorModifier` = 0.8, `maxgold` = 1181 WHERE `entry`=1492; + +/* Mok'rash */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 3.35, `ArmorModifier` = 0.95 WHERE `entry`=1493; + +/* Negolash */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `speed_walk` = 1.0, `DamageModifier` = 3.75, `ArmorModifier` = 0.75, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310, `mingold` = 143, `maxgold` = 713 WHERE `entry`=1494; + +/* Deathguard Linnea */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=1495; + +/* Deathguard Dillinger */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=1496; + +/* Bethor Iceshard */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=1498; + +/* Magistrate Sevren */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=1499; + +/* Coleman Farthing */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1500; + +/* Mindless Zombie */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95, `maxgold` = 4 WHERE `entry`=1501; + +/* Wretched Ghoul */ +UPDATE `creature_template` SET `modelid1` = 10979, `speed_run` = 0.857143, `detection_range` = 10.0, `DamageModifier` = 0.9, `maxgold` = 4 WHERE `entry`=1502; + +/* Night Web Spider */ +UPDATE `creature_template` SET `modelid1` = 30, `speed_run` = 0.857143 WHERE `entry`=1505; + +/* Scarlet Initiate */ +UPDATE `creature_template` SET `maxgold` = 7 WHERE `entry`=1507; + +/* Enraged Silverback Gorilla */ +UPDATE `creature_template` SET `maxlevel` = 42, `RangeAttackTime` = 1466 WHERE `entry`=1511; + +/* Mokk the Savage */ +UPDATE `creature_template` SET `RangeAttackTime` = 1727, `mingold` = 35, `maxgold` = 176 WHERE `entry`=1514; + +/* Executor Zygand */ +UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=1515; + +/* Konda */ +UPDATE `creature_template` SET `DamageModifier` = 3.75, `ArmorModifier` = 1.05, `RangeAttackTime` = 1738 WHERE `entry`=1516; + +/* Deathguard Simmer */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=1519; + +/* Rattlecage Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 0.85, `mingold` = 1 WHERE `entry`=1520; + +/* Darkeye Bonecaster */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4, `mingold` = 1 WHERE `entry`=1522; + +/* Cracked Skull Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.9, `mingold` = 3, `maxgold` = 14 WHERE `entry`=1523; + +/* Rotting Dead */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.1, `mingold` = 1, `maxgold` = 7 WHERE `entry`=1525; + +/* Ravaged Corpse */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.7, `mingold` = 1 WHERE `entry`=1526; + +/* Hungering Dead */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 1 WHERE `entry`=1527; + +/* Shambling Horror */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 4 WHERE `entry`=1528; + +/* Bleeding Horror */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.6, `mingold` = 2 WHERE `entry`=1529; + +/* Rotting Ancestor */ +UPDATE `creature_template` SET `mingold` = 2, `maxgold` = 16 WHERE `entry`=1530; + +/* Lost Soul */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 0.85, `mingold` = 1 WHERE `entry`=1531; + +/* Wandering Spirit */ +UPDATE `creature_template` SET `mingold` = 3 WHERE `entry`=1532; + +/* Tormented Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `HealthModifier` = 1.0, `mingold` = 6 WHERE `entry`=1533; + +/* Wailing Ancestor */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=1534; + +/* Scarlet Warrior */ +UPDATE `creature_template` SET `mingold` = 1 WHERE `entry`=1535; + +/* Scarlet Missionary */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `unit_class` = 1, `mingold` = 1 WHERE `entry`=1536; + +/* Scarlet Zealot */ +UPDATE `creature_template` SET `modelid1` = 2483, `modelid2` = 2472, `speed_run` = 0.857143, `DamageModifier` = 1.5, `mingold` = 2 WHERE `entry`=1537; + +/* Scarlet Friar */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2 WHERE `entry`=1538; + +/* Scarlet Neophyte */ +UPDATE `creature_template` SET `mingold` = 4 WHERE `entry`=1539; + +/* Scarlet Vanguard */ +UPDATE `creature_template` SET `mingold` = 6 WHERE `entry`=1540; + +/* Vile Fin Murloc */ +UPDATE `creature_template` SET `minlevel` = 8, `maxlevel` = 9, `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=1541; + +/* Vile Fin Puddlejumper */ +UPDATE `creature_template` SET `mingold` = 1 WHERE `entry`=1543; + +/* Vile Fin Minor Oracle */ +UPDATE `creature_template` SET `mingold` = 3 WHERE `entry`=1544; + +/* Vile Fin Muckdweller */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=1545; + +/* [UNUSED] Kegnar Thraln */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1546; + +/* Ironjaw Basilisk */ +UPDATE `creature_template` SET `DamageModifier` = 2.24 WHERE `entry`=1551; + +/* Scale Belly */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `RangeAttackTime` = 1402 WHERE `entry`=1552; + +/* King Mukla */ +UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `rank` = 1, `DamageModifier` = 4.9, `HealthModifier` = 5.0 WHERE `entry`=1559; + +/* Yvette Farthing */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1560; + +/* Bloodsail Raider */ +UPDATE `creature_template` SET `mingold` = 76, `maxgold` = 350 WHERE `entry`=1561; + +/* Bloodsail Mage */ +UPDATE `creature_template` SET `mingold` = 61, `maxgold` = 314 WHERE `entry`=1562; + +/* Bloodsail Swashbuckler */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `mingold` = 61, `maxgold` = 404 WHERE `entry`=1563; + +/* Bloodsail Warlock */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `maxgold` = 401 WHERE `entry`=1564; + +/* Bloodsail Sea Dog */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `mingold` = 73, `maxgold` = 452 WHERE `entry`=1565; + +/* [UNUSED] Anson Phelps */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1567; + +/* Undertaker Mordo */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1568; + +/* Shadow Priest Sarvis */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1569; + +/* Executor Arren */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1570; + +/* Shellei Brondir */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=1571; + +/* Thorgrum Borrelson */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=1572; + +/* Gryth Thurden */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=1573; + +/* Mage 1 */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=1574; + +/* Mage 5 */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=1575; + +/* Mage 10 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=1576; + +/* Mage 15 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=1577; + +/* Mage 20 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=1578; + +/* Mage 30 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=1579; + +/* Mage 40 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=1580; + +/* Warlock 1 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1581; + +/* Warlock 5 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1582; + +/* Warlock 10 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1583; + +/* Warlock 15 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1584; + +/* Warlock 20 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1585; + +/* Warlock 30 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1586; + +/* Warlock 40 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1587; + +/* Shaman 1 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1588; + +/* Shaman 5 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1589; + +/* Shaman 10 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1590; + +/* Shaman 15 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1591; + +/* Shaman 20 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1592; + +/* Shaman 30 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1593; + +/* Shaman 40 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1594; + +/* Rogue 1 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1595; + +/* Rogue 5 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1596; + +/* Rogue 10 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1597; + +/* Rogue 15 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1598; + +/* Rogue 20 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1599; + +/* Rogue 30 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1600; + +/* Slim's Test Rogue */ +UPDATE `creature_template` SET `modelid1` = 149, `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1601; + +/* Paladin 1 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1602; + +/* Paladin 5 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1603; + +/* Druid 1 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1604; + +/* Paladin 10 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1605; + +/* Paladin 15 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1606; + +/* Druid 5 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1607; + +/* Druid 10 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1608; + +/* Druid 15 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1609; + +/* Paladin 20 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.571429, `detection_range` = 18.0 WHERE `entry`=1613; + +/* Paladin 30 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1614; + +/* Paladin 40 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1615; + +/* Druid 20 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1616; + +/* Druid 30 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1617; + +/* Hunter 1 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1618; + +/* Druid 40 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1619; + +/* Hunter 5 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1620; + +/* Hunter 10 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1621; + +/* Priest 1 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1622; + +/* Hunter 15 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1623; + +/* Priest 5 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1624; + +/* Hunter 20 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1625; + +/* Priest 10 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1626; + +/* Priest 15 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1627; + +/* Hunter 30 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1628; + +/* Priest 20 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1629; + +/* Hunter 40 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1631; + +/* Adele Fielder */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.85 WHERE `entry`=1632; + +/* Priest 30 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1633; + +/* Priest 40 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1634; + +/* Warrior 1 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1635; + +/* Warrior 5 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1636; + +/* Warrior 10 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1637; + +/* Warrior 15 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1638; + +/* Warrior 20 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1639; + +/* Warrior 30 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1640; + +/* Warrior 40 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1641; + +/* Northshire Guard */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 489 WHERE `entry`=1642; + +/* [UNUSED] Elwynn Guard */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1643; + +/* [UNUSED] Redridge Guard */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1644; + +/* Quartermaster Hicks */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1645; + +/* UNUSED Jordan Croft */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1649; + +/* Terry Palin */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1650; + +/* Lee Brown */ +UPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.75 WHERE `entry`=1651; + +/* Deathguard Burgess */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1652; + +/* Bloodsail Elder Magus */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `HealthModifier` = 1.2, `mingold` = 66, `maxgold` = 444 WHERE `entry`=1653; + +/* Gregor Agamand */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 6 WHERE `entry`=1654; + +/* Nissa Agamand */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 4 WHERE `entry`=1655; + +/* Thurman Agamand */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 9 WHERE `entry`=1656; + +/* Devlin Agamand */ +UPDATE `creature_template` SET `DamageModifier` = 1.9, `mingold` = 2 WHERE `entry`=1657; + +/* Captain Dargol */ +UPDATE `creature_template` SET `maxgold` = 27 WHERE `entry`=1658; + +/* [UNUSED] Coleman Mills */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=1659; + +/* Scarlet Bodyguard */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=1660; + +/* Novice Elreth */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=1661; + +/* Captain Perrine */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 5 WHERE `entry`=1662; + +/* Dextren Ward */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `DamageModifier` = 2.04 WHERE `entry`=1663; + +/* Captain Vachon */ +UPDATE `creature_template` SET `maxgold` = 20 WHERE `entry`=1664; + +/* Captain Melrache */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 10 WHERE `entry`=1665; + +/* Kam Deepfury */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `mingold` = 31 WHERE `entry`=1666; + +/* Meven Korgal */ +UPDATE `creature_template` SET `maxgold` = 9 WHERE `entry`=1667; + +/* William MacGregor */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1668; + +/* Defias Profiteer */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=1669; + +/* Mike Miller */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1670; + +/* Lamar Veisilli */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1671; + +/* Lohgan Eva */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1672; + +/* Alyssa Eva */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor', `DamageModifier` = 8.6, `ArmorModifier` = 3.15 WHERE `entry`=1673; + +/* Rot Hide Gnoll */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 0.85, `mingold` = 1 WHERE `entry`=1674; + +/* Rot Hide Mongrel */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `mingold` = 1 WHERE `entry`=1675; + +/* Finbus Geargrind */ +UPDATE `creature_template` SET `subname` = 'Expert Engineer', `DamageModifier` = 0.95 WHERE `entry`=1676; + +/* [UNUSED] Curtis Ashlock */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1677; + +/* Vernon Hale */ +UPDATE `creature_template` SET `subname` = 'Bait and Tackle Supplier', `DamageModifier` = 0.75 WHERE `entry`=1678; + +/* Avarus Kharag */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=1679; + +/* Matthew Hooper */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1680; + +/* Brock Stoneseeker */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1681; + +/* Yanni Stoutheart */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1682; + +/* Warg Deepwater */ +UPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.8 WHERE `entry`=1683; + +/* Khara Deepwater */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1684; + +/* Xandar Goodbeard */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1685; + +/* Irene Sureshot */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1686; + +/* Cliff Hadin */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1687; + +/* Thrawn Boltar */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=1690; + +/* Kreg Bilmn */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1691; + +/* Golorn Frostbeard */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1692; + +/* Loslor Rudge */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1694; + +/* Rendow */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=1695; + +/* Targorr the Dread */ +UPDATE `creature_template` SET `maxgold` = 266 WHERE `entry`=1696; + +/* Keeg Gibn */ +UPDATE `creature_template` SET `subname` = 'Ale and Wine', `DamageModifier` = 0.75 WHERE `entry`=1697; + +/* Frast Dokner */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=1698; + +/* Gremlock Pilsnor */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1699; + +/* Paxton Ganter */ +UPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.75, `RangeAttackTime` = 2101 WHERE `entry`=1700; + +/* Dank Drizzlecut */ +UPDATE `creature_template` SET `DamageModifier` = 11.25 WHERE `entry`=1701; + +/* Bronk Guzzlegear */ +UPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9 WHERE `entry`=1702; + +/* Uthrar Threx */ +UPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry`=1703; + +/* Defias Prisoner */ +UPDATE `creature_template` SET `maxlevel` = 24, `mingold` = 64, `maxgold` = 323 WHERE `entry`=1706; + +/* Defias Captive */ +UPDATE `creature_template` SET `maxlevel` = 24, `mingold` = 60, `maxgold` = 325 WHERE `entry`=1707; + +/* Defias Inmate */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `mingold` = 64, `maxgold` = 369 WHERE `entry`=1708; + +/* Defias Convict */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `mingold` = 74, `maxgold` = 348 WHERE `entry`=1711; + +/* Elder Shadowmaw Panther */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1713; + +/* SAVE Defias Lifer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1714; + +/* Defias Insurgent */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `DamageModifier` = 2.21, `mingold` = 69, `maxgold` = 402 WHERE `entry`=1715; + +/* Bazil Thredd */ +UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 29, `DamageModifier` = 2.4, `maxgold` = 368 WHERE `entry`=1716; + +/* Hamhock */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `DamageModifier` = 2.5, `maxgold` = 286 WHERE `entry`=1717; + +/* Rockjaw Raider */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 8 WHERE `entry`=1718; + +/* Warden Thelwater */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1719; + +/* Bruegal Ironknuckle */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `speed_walk` = 1.0, `DamageModifier` = 2.4 WHERE `entry`=1720; + +/* Nikova Raskol */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1721; + +/* Stormwind Citizen */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1723; + +/* Stormwind Citizen Masculine */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1724; + +/* Defias Watchman */ +UPDATE `creature_template` SET `minlevel` = 16, `rank` = 1, `HealthModifier` = 3.0, `mingold` = 34 WHERE `entry`=1725; + +/* Defias Magician */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 98 WHERE `entry`=1726; + +/* Defias Worker */ +UPDATE `creature_template` SET `mingold` = 17, `maxgold` = 33 WHERE `entry`=1727; + +/* Defias Evoker */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `ArmorModifier` = 1.55, `mingold` = 23, `maxgold` = 156 WHERE `entry`=1729; + +/* Goblin Buzzcutter */ +UPDATE `creature_template` SET `minlevel` = 16, `maxlevel` = 16, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=1730; + +/* Goblin Craftsman */ +UPDATE `creature_template` SET `DamageModifier` = 2.65, `mingold` = 41, `maxgold` = 174 WHERE `entry`=1731; + +/* Defias Squallshaper */ +UPDATE `creature_template` SET `maxlevel` = 20, `DamageModifier` = 3.65, `ArmorModifier` = 1.5, `mingold` = 30, `maxgold` = 156 WHERE `entry`=1732; + +/* Deathguard Abraham */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=1735; + +/* Deathguard Randolph */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 727 WHERE `entry`=1736; + +/* Deathguard Oliver */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `ArmorModifier` = 1.2 WHERE `entry`=1737; + +/* Deathguard Terrence */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=1738; + +/* Deathguard Phillip */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 714 WHERE `entry`=1739; + +/* Deathguard Saltain */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=1740; + +/* Deathguard Bartrand */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 714 WHERE `entry`=1741; + +/* Deathguard Bartholomew */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=1742; + +/* Deathguard Lawrence */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=1743; + +/* Deathguard Mort */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=1744; + +/* Deathguard Morris */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=1745; + +/* Deathguard Cyrus */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=1746; + +/* Highlord Bolvar Fordragon */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `DamageModifier` = 13.05, `ArmorModifier` = 1.3, `mingold` = 1, `maxgold` = 866 WHERE `entry`=1748; + +/* Lady Katrana Prestor */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `unit_class` = 1 WHERE `entry`=1749; + +/* Grand Admiral Jes-Tereth */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=1750; + +/* Mithras Ironhill */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=1751; + +/* Caledra Dawnbreeze */ +UPDATE `creature_template` SET `modelid1` = 4731, `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry`=1752; + +/* Maggot Eye */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `mingold` = 4 WHERE `entry`=1753; + +/* Lord Gregor Lescovar */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry`=1754; + +/* Marzon the Silent Blade */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=1755; + +/* Stormwind Royal Guard */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `ArmorModifier` = 1.2, `mingold` = 103, `maxgold` = 517 WHERE `entry`=1756; + +/* Mega Rabbit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1757; + +/* Warlock (TEST) */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry`=1758; + +/* Mage (TEST) */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry`=1759; + +/* Warrior (TEST) */ +UPDATE `creature_template` SET `detection_range` = 18.0, `rank` = 1 WHERE `entry`=1760; + +/* Priest (TEST) */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=1761; + +/* Rogue (TEST) */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=1762; + +/* Gilnid */ +UPDATE `creature_template` SET `DamageModifier` = 2.9, `mingold` = 76 WHERE `entry`=1763; + +/* Greater Feral Spirit */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=1764; + +/* Worg */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1765; + +/* Mottled Worg */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1766; + +/* Vile Fin Shredder */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 27 WHERE `entry`=1767; + +/* Vile Fin Tidehunter */ +UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 29 WHERE `entry`=1768; + +/* Moonrage Whitescalp */ +UPDATE `creature_template` SET `mingold` = 2, `maxgold` = 17 WHERE `entry`=1769; + +/* Moonrage Darkrunner */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `mingold` = 5, `maxgold` = 24 WHERE `entry`=1770; + +/* Rot Hide Gladerunner */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95, `mingold` = 4, `maxgold` = 24 WHERE `entry`=1772; + +/* Rot Hide Mystic */ +UPDATE `creature_template` SET `maxgold` = 27 WHERE `entry`=1773; + +/* Zun'dartha */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=1775; + +/* Magtoor */ +UPDATE `creature_template` SET `modelid1` = 11650, `DamageModifier` = 1.05 WHERE `entry`=1776; + +/* Dakk Blunderblast */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1777; + +/* Ferocious Grizzled Bear */ +UPDATE `creature_template` SET `modelid1` = 902, `ArmorModifier` = 0.5 WHERE `entry`=1778; + +/* Moonrage Glutton */ +UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 27 WHERE `entry`=1779; + +/* Moonrage Darksoul */ +UPDATE `creature_template` SET `mingold` = 5, `maxgold` = 28 WHERE `entry`=1782; + +/* Skeletal Flayer */ +UPDATE `creature_template` SET `DamageModifier` = 0.65, `mingold` = 93, `maxgold` = 638 WHERE `entry`=1783; + +/* Skeletal Sorcerer */ +UPDATE `creature_template` SET `mingold` = 120, `maxgold` = 618 WHERE `entry`=1784; + +/* Skeletal Terror */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 716 WHERE `entry`=1785; + +/* Skeletal Executioner */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `maxgold` = 789 WHERE `entry`=1787; + +/* Skeletal Warlord */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0, `maxgold` = 1236 WHERE `entry`=1788; + +/* Skeletal Acolyte */ +UPDATE `creature_template` SET `mingold` = 139, `maxgold` = 813 WHERE `entry`=1789; + +/* Slavering Ghoul */ +UPDATE `creature_template` SET `DamageModifier` = 0.8, `maxgold` = 643 WHERE `entry`=1791; + +/* Rotting Ghoul */ +UPDATE `creature_template` SET `maxgold` = 722 WHERE `entry`=1793; + +/* Soulless Ghoul */ +UPDATE `creature_template` SET `mingold` = 127, `maxgold` = 791 WHERE `entry`=1794; + +/* Searing Ghoul */ +UPDATE `creature_template` SET `mingold` = 121, `maxgold` = 825 WHERE `entry`=1795; + +/* Freezing Ghoul */ +UPDATE `creature_template` SET `maxgold` = 807 WHERE `entry`=1796; + +/* Giant Grizzled Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.5 WHERE `entry`=1797; + +/* Tortured Soul */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=1798; + +/* Cold Wraith */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 3.8, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `unit_class` = 2, `mingold` = 152, `maxgold` = 761 WHERE `entry`=1800; + +/* Blood Wraith */ +UPDATE `creature_template` SET `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.45, `ArmorModifier` = 1.05, `RangeAttackTime` = 1320, `mingold` = 138, `maxgold` = 689 WHERE `entry`=1801; + +/* Hungering Wraith */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 632 WHERE `entry`=1802; + +/* Wailing Death */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 492 WHERE `entry`=1804; + +/* Flesh Golem */ +UPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry`=1805; + +/* Vile Slime */ +UPDATE `creature_template` SET `mingold` = 102, `maxgold` = 395 WHERE `entry`=1806; + +/* Devouring Ooze */ +UPDATE `creature_template` SET `maxgold` = 470 WHERE `entry`=1808; + +/* Rotting Condor */ +UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `detection_range` = 18.0 WHERE `entry`=1810; + +/* Plaguewing Vulture */ +UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 58, `speed_walk` = 1.4, `speed_run` = 1.42857, `detection_range` = 18.0 WHERE `entry`=1811; + +/* Rotting Behemoth */ +UPDATE `creature_template` SET `maxgold` = 807 WHERE `entry`=1812; + +/* Decaying Horror */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `maxgold` = 866 WHERE `entry`=1813; + +/* Diseased Black Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry`=1815; + +/* Diseased Grizzly */ +UPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry`=1816; + +/* Foulmaw Hydra */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1819; + +/* Elder Foulmaw Hydra */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1820; + +/* Scarlet Mage */ +UPDATE `creature_template` SET `maxgold` = 426 WHERE `entry`=1826; + +/* Scarlet Sentinel */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 400, `maxgold` = 2407 WHERE `entry`=1827; + +/* Scarlet Hunter */ +UPDATE `creature_template` SET `maxgold` = 700 WHERE `entry`=1831; + +/* Scarlet Magus */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry`=1832; + +/* Scarlet Knight */ +UPDATE `creature_template` SET `maxgold` = 685 WHERE `entry`=1833; + +/* Scarlet Paladin */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 2067 WHERE `entry`=1834; + +/* Scarlet Invoker */ +UPDATE `creature_template` SET `maxgold` = 745 WHERE `entry`=1835; + +/* Scarlet Cavalier */ +UPDATE `creature_template` SET `DamageModifier` = 2.04, `maxgold` = 1198 WHERE `entry`=1836; + +/* Scarlet Judge */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `RangeAttackTime` = 1265 WHERE `entry`=1837; + +/* Scarlet Interrogator */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.5, `RangeAttackTime` = 1255, `unit_class` = 1 WHERE `entry`=1838; + +/* Scarlet High Clerist */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `RangeAttackTime` = 1246 WHERE `entry`=1839; + +/* Grand Inquisitor Isillien */ +UPDATE `creature_template` SET `DamageModifier` = 5.8, `ArmorModifier` = 1.4, `RangeAttackTime` = 1246 WHERE `entry`=1840; + +/* Scarlet Executioner */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `RangeAttackTime` = 1265 WHERE `entry`=1841; + +/* Highlord Taelan Fordring */ +UPDATE `creature_template` SET `dmgschool` = 1, `DamageModifier` = 7.2, `ArmorModifier` = 2.2 WHERE `entry`=1842; + +/* Foreman Jerris */ +UPDATE `creature_template` SET `DamageModifier` = 3.375 WHERE `entry`=1843; + +/* Foreman Marcrid */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=1844; + +/* High Protector Tarsen */ +UPDATE `creature_template` SET `maxgold` = 558 WHERE `entry`=1845; + +/* High Protector Lorik */ +UPDATE `creature_template` SET `maxgold` = 2874 WHERE `entry`=1846; + +/* Foulmane */ +UPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 3.7 WHERE `entry`=1847; + +/* Lord Maldazzar */ +UPDATE `creature_template` SET `maxgold` = 302 WHERE `entry`=1848; + +/* Dreadwhisper */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1849; + +/* Putridius */ +UPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry`=1850; + +/* The Husk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.25, `ArmorModifier` = 1.2, `BaseAttackTime` = 1133, `RangeAttackTime` = 1246 WHERE `entry`=1851; + +/* Araj the Summoner */ +UPDATE `creature_template` SET `DamageModifier` = 5.95, `ArmorModifier` = 1.15, `maxgold` = 1364 WHERE `entry`=1852; + +/* Darkmaster Gandling */ +UPDATE `creature_template` SET `DamageModifier` = 8.4, `ArmorModifier` = 1.35, `mingold` = 503, `maxgold` = 2625 WHERE `entry`=1853; + +/* High Priest Thel'danis */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `ManaModifier` = 1.0, `unit_class` = 1 WHERE `entry`=1854; + +/* Tirion Fordring */ +UPDATE `creature_template` SET `DamageModifier` = 44.8, `ArmorModifier` = 1.45 WHERE `entry`=1855; + +/* Pissed Vendor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1857; + +/* Pissed not a Vendor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1858; + +/* [UNUSED] Nyein Longwind */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=1859; + +/* Voidwalker */ +UPDATE `creature_template` SET `minlevel` = 17, `maxlevel` = 17, `DamageModifier` = 0.65, `HealthModifier` = 1.4 WHERE `entry`=1860; + +/* Greater Voidwalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1861; + +/* Lesser Netherwalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=1862; + +/* Succubus */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `DamageModifier` = 0.9, `HealthModifier` = 0.7 WHERE `entry`=1863; + +/* Greater Succubus */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1864; + +/* Ravenclaw Raider */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 7 WHERE `entry`=1865; + +/* Ravenclaw Slave */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 24 WHERE `entry`=1866; + +/* Dalaran Apprentice */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `mingold` = 4, `maxgold` = 28 WHERE `entry`=1867; + +/* Ravenclaw Servant */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 25 WHERE `entry`=1868; + +/* Ravenclaw Champion */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `mingold` = 5, `maxgold` = 28 WHERE `entry`=1869; + +/* Hand of Ravenclaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 38 WHERE `entry`=1870; + +/* Eliza's Guard */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `DamageModifier` = 1.35, `mingold` = 11, `maxgold` = 53 WHERE `entry`=1871; + +/* Tharek Blackstone */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=1872; + +/* Noma Bluntnose */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1879; + +/* Berte */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=1880; + +/* Evalyn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1881; + +/* Scarlet Worker */ +UPDATE `creature_template` SET `maxgold` = 664 WHERE `entry`=1883; + +/* Scarlet Lumberjack */ +UPDATE `creature_template` SET `maxgold` = 769 WHERE `entry`=1884; + +/* Scarlet Smith */ +UPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 1.7, `ArmorModifier` = 1.5, `RangeAttackTime` = 1274 WHERE `entry`=1885; + +/* Dalaran Watcher */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 8, `maxgold` = 55 WHERE `entry`=1888; + +/* Dalaran Wizard */ +UPDATE `creature_template` SET `maxgold` = 48 WHERE `entry`=1889; + +/* Rattlecage Skeleton */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.1, `ArmorModifier` = 0.35 WHERE `entry`=1890; + +/* Pyrewood Watcher */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.65, `HealthModifier` = 3.0, `mingold` = 14, `maxgold` = 87 WHERE `entry`=1891; + +/* Moonrage Watcher */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0, `mingold` = 10, `maxgold` = 86 WHERE `entry`=1892; + +/* Moonrage Sentry */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 9, `maxgold` = 95 WHERE `entry`=1893; + +/* Pyrewood Sentry */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.6, `HealthModifier` = 3.0, `mingold` = 27, `maxgold` = 102 WHERE `entry`=1894; + +/* Pyrewood Elder */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 24, `maxgold` = 86 WHERE `entry`=1895; + +/* Moonrage Elder */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 9, `maxgold` = 101 WHERE `entry`=1896; + +/* Kelstrum Stonebreaker */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=1901; + +/* Naga Explorer */ +UPDATE `creature_template` SET `mingold` = 74, `maxgold` = 425 WHERE `entry`=1907; + +/* Vile Fin Oracle */ +UPDATE `creature_template` SET `maxgold` = 62 WHERE `entry`=1908; + +/* Vile Fin Lakestalker */ +UPDATE `creature_template` SET `mingold` = 19 WHERE `entry`=1909; + +/* Dalaran Protector */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 5, `maxgold` = 34 WHERE `entry`=1912; + +/* Dalaran Warder */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 8, `maxgold` = 49 WHERE `entry`=1913; + +/* Dalaran Mage */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 12, `maxgold` = 38 WHERE `entry`=1914; + +/* Dalaran Conjuror */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2, `mingold` = 12, `maxgold` = 50 WHERE `entry`=1915; + +/* Stephen Bhartec */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.1, `ArmorModifier` = 0.35 WHERE `entry`=1916; + +/* Daniel Ulfman */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25 WHERE `entry`=1917; + +/* Karrel Grayves */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.4 WHERE `entry`=1918; + +/* Samuel Fipps */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.1, `ArmorModifier` = 0.95, `mingold` = 2, `maxgold` = 9 WHERE `entry`=1919; + +/* Dalaran Spellscribe */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.3 WHERE `entry`=1920; + +/* Combat Dummy */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry`=1921; + +/* Gray Forest Wolf */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85 WHERE `entry`=1922; + +/* Bloodsnout Worg */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=1923; + +/* Moonrage Bloodhowler */ +UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 37 WHERE `entry`=1924; + +/* Heat Miser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1925; + +/* Snow Miser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1926; + +/* Good Miser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1927; + +/* Bad Miser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1928; + +/* Earth Miser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1929; + +/* Steel Miser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1930; + +/* Captured Scarlet Zealot */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1931; + +/* Black Sheep */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=1932; + +/* Sheep */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25 WHERE `entry`=1933; + +/* Tirisfal Farmer */ +UPDATE `creature_template` SET `DamageModifier` = 1.92, `mingold` = 1 WHERE `entry`=1934; + +/* Tirisfal Farmhand */ +UPDATE `creature_template` SET `DamageModifier` = 1.92, `mingold` = 1 WHERE `entry`=1935; + +/* Rot Hide Brute */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 7, `maxgold` = 49 WHERE `entry`=1939; + +/* Rot Hide Plague Weaver */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 7, `maxgold` = 54 WHERE `entry`=1940; + +/* Rot Hide Graverobber */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.9, `mingold` = 1 WHERE `entry`=1941; + +/* Rot Hide Savage */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 8, `maxgold` = 59 WHERE `entry`=1942; + +/* Raging Rot Hide */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 10, `maxgold` = 58 WHERE `entry`=1943; + +/* Rot Hide Bruiser */ +UPDATE `creature_template` SET `speed_walk` = 1.2, `DamageModifier` = 3.0, `maxgold` = 79 WHERE `entry`=1944; + +/* Tree Form 0.33 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=1945; + +/* Lillith Nefara */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `mingold` = 4, `maxgold` = 19 WHERE `entry`=1946; + +/* Thule Ravenclaw */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 24, `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 4.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.3, `ManaModifier` = 2.0, `maxgold` = 175 WHERE `entry`=1947; + +/* Snarlmane */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `maxgold` = 83 WHERE `entry`=1948; + +/* Servant of Azora */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `mingold` = 5 WHERE `entry`=1949; + +/* Lake Skulker */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 38 WHERE `entry`=1953; + +/* Elder Lake Skulker */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 48 WHERE `entry`=1954; + +/* Lake Creeper */ +UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 53 WHERE `entry`=1955; + +/* Elder Lake Creeper */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 13, `maxgold` = 58 WHERE `entry`=1956; + +/* Vile Fin Tidecaller */ +UPDATE `creature_template` SET `maxgold` = 54 WHERE `entry`=1958; + +/* Mountaineer Barleybrew */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1959; + +/* Pilot Hammerfoot */ +UPDATE `creature_template` SET `DamageModifier` = 0.7, `RangeAttackTime` = 2024 WHERE `entry`=1960; + +/* Mangeclaw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2046 WHERE `entry`=1961; + +/* Vidra Hearthstove */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1963; + +/* Treant */ +UPDATE `creature_template` SET `modelid1` = 864, `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.8, `HealthModifier` = 1.0, `BaseAttackTime` = 1574 WHERE `entry`=1964; + +/* Mountaineer Thalos */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=1965; + +/* Ivar the Foul */ +UPDATE `creature_template` SET `mingold` = 11, `maxgold` = 26 WHERE `entry`=1971; + +/* Grimson the Pale */ +UPDATE `creature_template` SET `mingold` = 14 WHERE `entry`=1972; + +/* Ravenclaw Guardian */ +UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 70 WHERE `entry`=1973; + +/* Ravenclaw Drudger */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 10, `maxgold` = 62 WHERE `entry`=1974; + +/* Eastvale Lumberjack */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=1975; + +/* Stormwind City Patroller */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.35, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 689 WHERE `entry`=1976; + +/* TEST WOLF (ALPHA FIRST) */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=1979; + +/* TEST WOLF (ALPHA SECOND) */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=1980; + +/* Dark Iron Ambusher */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 13 WHERE `entry`=1981; + +/* Nightlash */ +UPDATE `creature_template` SET `mingold` = 20 WHERE `entry`=1983; + +/* Thistle Boar */ +UPDATE `creature_template` SET `modelid1` = 6807, `speed_run` = 0.857143 WHERE `entry`=1985; + +/* Webwood Creeper UNUSED */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=1987; + +/* Grellkin */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 7 WHERE `entry`=1989; + +/* Gremlin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=1990; + +/* Jaxil Rye */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=1991; + +/* Tarindrella */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=1992; + +/* Greenpaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=1993; + +/* Giant Webwood Spider */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2001; + +/* Rascal Sprite */ +UPDATE `creature_template` SET `mingold` = 1 WHERE `entry`=2002; + +/* Shadow Sprite */ +UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 7 WHERE `entry`=2003; + +/* Dark Sprite */ +UPDATE `creature_template` SET `mingold` = 3 WHERE `entry`=2004; + +/* Vicious Grell */ +UPDATE `creature_template` SET `mingold` = 1 WHERE `entry`=2005; + +/* Gnarlpine Ursa */ +UPDATE `creature_template` SET `mingold` = 3 WHERE `entry`=2006; + +/* Gnarlpine Gardener */ +UPDATE `creature_template` SET `mingold` = 3 WHERE `entry`=2007; + +/* Gnarlpine Warrior */ +UPDATE `creature_template` SET `mingold` = 1 WHERE `entry`=2008; + +/* Gnarlpine Shaman */ +UPDATE `creature_template` SET `mingold` = 1 WHERE `entry`=2009; + +/* Gnarlpine Defender */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `mingold` = 1 WHERE `entry`=2010; + +/* Gnarlpine Augur */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=2011; + +/* Gnarlpine Pathfinder */ +UPDATE `creature_template` SET `mingold` = 3 WHERE `entry`=2012; + +/* Gnarlpine Avenger */ +UPDATE `creature_template` SET `mingold` = 6 WHERE `entry`=2013; + +/* Bloodfeather Harpy */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=2015; + +/* Bloodfeather Rogue */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `mingold` = 3 WHERE `entry`=2017; + +/* Bloodfeather Sorceress */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=2018; + +/* Bloodfeather Fury */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=2019; + +/* Bloodfeather Wind Witch */ +UPDATE `creature_template` SET `mingold` = 6 WHERE `entry`=2020; + +/* Bloodfeather Matriarch */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 24 WHERE `entry`=2021; + +/* Timberling */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8, `mingold` = 1, `maxgold` = 7 WHERE `entry`=2022; + +/* Timberling Bark Ripper */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `mingold` = 3 WHERE `entry`=2025; + +/* Timberling Trampler */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `mingold` = 3 WHERE `entry`=2027; + +/* Timberling Mire Beast */ +UPDATE `creature_template` SET `ArmorModifier` = 0.9, `mingold` = 2 WHERE `entry`=2029; + +/* Elder Timberling */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 3 WHERE `entry`=2030; + +/* Mangy Nightsaber */ +UPDATE `creature_template` SET `modelid1` = 11448, `speed_run` = 0.857143 WHERE `entry`=2032; + +/* Elder Nightsaber */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=2033; + +/* Feral Nightsaber */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2034; + +/* Lord Melenas */ +UPDATE `creature_template` SET `DamageModifier` = 1.42857, `mingold` = 6 WHERE `entry`=2038; + +/* Ursal the Mauler */ +UPDATE `creature_template` SET `mingold` = 9 WHERE `entry`=2039; + +/* Haggatha the Crone */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=2040; + +/* Ancient Protector */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.35 WHERE `entry`=2041; + +/* Nightsaber */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=2042; + +/* Nightsaber Stalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.77 WHERE `entry`=2043; + +/* Forlorn Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 1.8, `RangeAttackTime` = 1936, `mingold` = 12, `maxgold` = 64 WHERE `entry`=2044; + +/* Gunther's Minion */ +UPDATE `creature_template` SET `minlevel` = 7, `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=2045; + +/* Andrew Krighton */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2046; + +/* Raleigh Andrean */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2050; + +/* Nag */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2052; + +/* Haggard Refugee */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.85, `maxgold` = 48 WHERE `entry`=2053; + +/* Sickly Refugee */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.9, `maxgold` = 51 WHERE `entry`=2054; + +/* Master Apothecary Faranell */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2055; + +/* Ravenclaw Apparition */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `mingold` = 16, `maxgold` = 78 WHERE `entry`=2056; + +/* Huldar */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2057; + +/* Councilman Smithers */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `unit_class` = 1, `mingold` = 15, `maxgold` = 73 WHERE `entry`=2060; + +/* Councilman Thatcher */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 13, `maxgold` = 67 WHERE `entry`=2061; + +/* Councilman Hendricks */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 15, `maxgold` = 73 WHERE `entry`=2062; + +/* Councilman Wilhelm */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 10, `maxgold` = 50 WHERE `entry`=2063; + +/* Councilman Hartin */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 10, `maxgold` = 50 WHERE `entry`=2064; + +/* Councilman Cooper */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 10, `maxgold` = 50 WHERE `entry`=2065; + +/* Councilman Higarth */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 9, `maxgold` = 50 WHERE `entry`=2066; + +/* Councilman Brunswick */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 4, `maxgold` = 50 WHERE `entry`=2067; + +/* Lord Mayor Morrison */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 11, `maxgold` = 69 WHERE `entry`=2068; + +/* Moonstalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=2069; + +/* Moonstalker Runt */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=2070; + +/* Moonstalker Matriarch */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=2071; + +/* Melithar Staghelm */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2077; + +/* Athridas Bearmantle */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2078; + +/* Conservator Ilthalaine */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=2079; + +/* Denalan */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2080; + +/* Sentinel Kyra Starsong */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=2081; + +/* Gilshalan Windwalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2082; + +/* Syral Bladeleaf */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=2083; + +/* Natheril Raincaller */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2084; + +/* Valstag Ironjaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2086; + +/* [UNUSED] Ambermill Citizen */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=2087; + +/* Ma'ruk Wyrmscale */ +UPDATE `creature_template` SET `ArmorModifier` = 2.0, `maxgold` = 63 WHERE `entry`=2090; + +/* Chieftain Nek'rosh */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 133 WHERE `entry`=2091; + +/* Pilot Longbeard */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=2092; + +/* Einar Stonegrip */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=2093; + +/* James Halloran */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2094; + +/* Billy the Street Urchin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2095; + +/* Tarrel Rockweaver */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2096; + +/* Harlo Barnaby */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2097; + +/* Ram */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.2 WHERE `entry`=2098; + +/* Maiden's Virtue Crewman */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=2099; + +/* Dragonmaw Grunt */ +UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 67 WHERE `entry`=2102; + +/* Dragonmaw Scout */ +UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 65 WHERE `entry`=2103; + +/* Captain Stoutfist */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2104; + +/* Apothecary Berard */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 145 WHERE `entry`=2106; + +/* Gaerolas Talvethren */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=2107; + +/* Steam Tank */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2109; + +/* Black Rat */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.3 WHERE `entry`=2110; + +/* Sida */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=2111; + +/* Farrin Daris */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2112; + +/* Archibald Kava */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2113; + +/* Faruza */ +UPDATE `creature_template` SET `subname` = 'Apprentice Herbalist' WHERE `entry`=2114; + +/* Joshua Kien */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2115; + +/* Blacksmith Rand */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2116; + +/* Harold Raims */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2117; + +/* Abigail Shiel */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2118; + +/* Dannal Stern */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2119; + +/* Archmage Ataeric */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.15, `maxgold` = 87 WHERE `entry`=2120; + +/* Shadow Priest Allister */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2121; + +/* David Trias */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2122; + +/* Dark Cleric Duesten */ +UPDATE `creature_template` SET `DamageModifier` = 10.15, `ArmorModifier` = 16.55 WHERE `entry`=2123; + +/* Isabella */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2124; + +/* Maximillion */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2126; + +/* Dark Cleric Beryl */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=2129; + +/* Marion Call */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2130; + +/* Carolai Anise */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist' WHERE `entry`=2132; + +/* [UNUSED] Theo Reshan */ +UPDATE `creature_template` SET `subname` = 'Apprentice Herbalist', `detection_range` = 18.0 WHERE `entry`=2133; + +/* Warrior 25 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2138; + +/* Edwin Harly */ +UPDATE `creature_template` SET `minlevel` = 18, `maxlevel` = 20 WHERE `entry`=2140; + +/* Watcher Callahan */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=2142; + +/* Dark Iron Raider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1991, `mingold` = 6, `maxgold` = 31 WHERE `entry`=2149; + +/* Zenn Foulhoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=2150; + +/* Moon Priestess Amara */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.9 WHERE `entry`=2151; + +/* Gnarlpine Ambusher */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `mingold` = 1 WHERE `entry`=2152; + +/* Terl Arakor */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2153; + +/* Jesse The Tester */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2154; + +/* Sentinel Shayla Nightbreeze */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2155; + +/* Cracked Golem */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95, `mingold` = 19, `maxgold` = 58 WHERE `entry`=2156; + +/* Stone Behemoth */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95, `mingold` = 9, `maxgold` = 57 WHERE `entry`=2157; + +/* Gravelflint Scout */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `RangeAttackTime` = 1969, `mingold` = 5, `maxgold` = 52 WHERE `entry`=2158; + +/* Gravelflint Bonesnapper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.35, `BaseAttackTime` = 2000, `RangeAttackTime` = 1980, `mingold` = 6, `maxgold` = 28 WHERE `entry`=2159; + +/* Gravelflint Geomancer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.6, `RangeAttackTime` = 1936, `unit_class` = 8, `mingold` = 7, `maxgold` = 62 WHERE `entry`=2160; + +/* Agal */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.75 WHERE `entry`=2162; + +/* Thistle Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.4 WHERE `entry`=2163; + +/* Rabid Thistle Bear */ +UPDATE `creature_template` SET `maxlevel` = 14, `ArmorModifier` = 0.4 WHERE `entry`=2164; + +/* Grizzled Thistle Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.45 WHERE `entry`=2165; + +/* Oakenscowl */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 31 WHERE `entry`=2166; + +/* Blackwood Pathfinder */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 26 WHERE `entry`=2167; + +/* Blackwood Warrior */ +UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 49 WHERE `entry`=2168; + +/* Blackwood Ursa */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 8, `maxgold` = 59 WHERE `entry`=2170; + +/* Blackwood Shaman */ +UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 59 WHERE `entry`=2171; + +/* Reef Frenzy */ +UPDATE `creature_template` SET `DamageModifier` = 0.2, `BaseAttackTime` = 1000 WHERE `entry`=2173; + +/* Coastal Frenzy */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=2174; + +/* Shadowclaw */ +UPDATE `creature_template` SET `speed_run` = 1.42857, `DamageModifier` = 1.2 WHERE `entry`=2175; + +/* Cursed Highborne */ +UPDATE `creature_template` SET `DamageModifier` = 0.5, `mingold` = 3 WHERE `entry`=2176; + +/* Writhing Highborne */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 24 WHERE `entry`=2177; + +/* Wailing Highborne */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 3, `maxgold` = 27 WHERE `entry`=2178; + +/* Stormscale Wave Rider */ +UPDATE `creature_template` SET `mingold` = 5, `maxgold` = 35 WHERE `entry`=2179; + +/* Stormscale Siren */ +UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 49 WHERE `entry`=2180; + +/* Stormscale Myrmidon */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 53 WHERE `entry`=2181; + +/* Stormscale Sorceress */ +UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 59 WHERE `entry`=2182; + +/* Stormscale Warrior */ +UPDATE `creature_template` SET `mingold` = 12, `maxgold` = 69 WHERE `entry`=2183; + +/* Lady Moongazer */ +UPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry`=2184; + +/* Deep Sea Threshadon */ +UPDATE `creature_template` SET `minlevel` = 25, `speed_walk` = 1.0, `DamageModifier` = 1.55, `BaseAttackTime` = 1740, `RangeAttackTime` = 1914, `mingold` = 10, `maxgold` = 52 WHERE `entry`=2188; + +/* Vile Sprite */ +UPDATE `creature_template` SET `DamageModifier` = 0.5, `mingold` = 3, `maxgold` = 17 WHERE `entry`=2189; + +/* Wild Grell */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 24 WHERE `entry`=2190; + +/* Firecaller Radison */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.1 WHERE `entry`=2192; + +/* [UNUSED] Crier Kirton */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2197; + +/* Crier Goodman */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=2198; + +/* [UNUSED] Crier Backus */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2199; + +/* [UNUSED] Crier Pierce */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2200; + +/* Greymist Raider */ +UPDATE `creature_template` SET `mingold` = 5, `maxgold` = 22 WHERE `entry`=2201; + +/* Greymist Coastrunner */ +UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 25 WHERE `entry`=2202; + +/* Greymist Seer */ +UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 28 WHERE `entry`=2203; + +/* Greymist Netter */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 7, `maxgold` = 31 WHERE `entry`=2204; + +/* Greymist Warrior */ +UPDATE `creature_template` SET `mingold` = 5, `maxgold` = 37 WHERE `entry`=2205; + +/* Greymist Hunter */ +UPDATE `creature_template` SET `mingold` = 11, `maxgold` = 48 WHERE `entry`=2206; + +/* Greymist Oracle */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 45 WHERE `entry`=2207; + +/* Greymist Tidehunter */ +UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 62 WHERE `entry`=2208; + +/* Deathguard Gavin */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=2209; + +/* Deathguard Royann */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=2210; + +/* Captured Mountaineer */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2211; + +/* Deth'ryll Satyr */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 6, `maxgold` = 26 WHERE `entry`=2212; + +/* Deth'ryll Shadowstalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2213; + +/* High Executor Darthalia */ +UPDATE `creature_template` SET `DamageModifier` = 2.55, `ArmorModifier` = 0.85 WHERE `entry`=2215; + +/* Undead Druid Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2217; + +/* Undead Hunter Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2218; + +/* Undead Shaman Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2219; + +/* [UNUSED] Undead Blacksmith Trainer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2220; + +/* Undead Tailor Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2221; + +/* Undead Mining Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2222; + +/* [UNUSED] Undead Cooking Trainer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2223; + +/* Wind Rider */ +UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 29, `DamageModifier` = 0.2, `BaseAttackTime` = 1720, `RangeAttackTime` = 1892, `mingold` = 17, `maxgold` = 86 WHERE `entry`=2224; + +/* Zora Guthrek */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `mingold` = 1, `maxgold` = 677 WHERE `entry`=2225; + +/* Karos Razok */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5 WHERE `entry`=2226; + +/* Sharlindra */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2227; + +/* Lieutenant Farren Orinelle */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2228; + +/* Pygmy Tide Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=2231; + +/* Tide Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=2232; + +/* Encrusted Tide Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=2233; + +/* Young Reef Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=2234; + +/* Reef Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=2235; + +/* Raging Reef Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=2236; + +/* Moonstalker Sire */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=2237; + +/* Syndicate Footpad */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 190 WHERE `entry`=2240; + +/* Syndicate Thief */ +UPDATE `creature_template` SET `mingold` = 47, `maxgold` = 222 WHERE `entry`=2241; + +/* Syndicate Spy */ +UPDATE `creature_template` SET `mingold` = 39, `maxgold` = 263 WHERE `entry`=2242; + +/* Syndicate Sentry */ +UPDATE `creature_template` SET `maxgold` = 225 WHERE `entry`=2243; + +/* Syndicate Shadow Mage */ +UPDATE `creature_template` SET `maxgold` = 84 WHERE `entry`=2244; + +/* Syndicate Saboteur */ +UPDATE `creature_template` SET `maxgold` = 289 WHERE `entry`=2245; + +/* Syndicate Assassin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `maxgold` = 317 WHERE `entry`=2246; + +/* Syndicate Enforcer */ +UPDATE `creature_template` SET `maxgold` = 308 WHERE `entry`=2247; + +/* Cave Yeti */ +UPDATE `creature_template` SET `mingold` = 27, `maxgold` = 182 WHERE `entry`=2248; + +/* Ferocious Yeti */ +UPDATE `creature_template` SET `mingold` = 32, `maxgold` = 197 WHERE `entry`=2249; + +/* Mountain Yeti */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 196 WHERE `entry`=2250; + +/* Giant Yeti */ +UPDATE `creature_template` SET `mingold` = 55, `maxgold` = 227 WHERE `entry`=2251; + +/* Crushridge Ogre */ +UPDATE `creature_template` SET `HealthModifier` = 1.1, `mingold` = 39, `maxgold` = 244 WHERE `entry`=2252; + +/* Crushridge Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.875, `HealthModifier` = 1.15, `ArmorModifier` = 0.6, `mingold` = 52, `maxgold` = 257 WHERE `entry`=2253; + +/* Crushridge Mauler */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 126, `maxgold` = 847 WHERE `entry`=2254; + +/* Crushridge Mage */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 894 WHERE `entry`=2255; + +/* Crushridge Enforcer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 3.0, `mingold` = 159, `maxgold` = 913 WHERE `entry`=2256; + +/* Mug'thol */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.3, `HealthModifier` = 3.0, `mingold` = 281, `maxgold` = 487 WHERE `entry`=2257; + +/* Stone Fury */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `ArmorModifier` = 1.5, `RangeAttackTime` = 1475 WHERE `entry`=2258; + +/* Syndicate Rogue */ +UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 85 WHERE `entry`=2260; + +/* Syndicate Watchman */ +UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 71 WHERE `entry`=2261; + +/* Marshal Redpath */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2263; + +/* Hillsbrad Apprentice Blacksmith */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `maxgold` = 95 WHERE `entry`=2265; + +/* Hillsbrad Farmer */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `mingold` = 21, `maxgold` = 102 WHERE `entry`=2266; + +/* Hillsbrad Peasant */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 19, `maxgold` = 106 WHERE `entry`=2267; + +/* Hillsbrad Footman */ +UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 120 WHERE `entry`=2268; + +/* Hillsbrad Miner */ +UPDATE `creature_template` SET `mingold` = 19, `maxgold` = 131 WHERE `entry`=2269; + +/* Hillsbrad Sentry */ +UPDATE `creature_template` SET `detection_range` = 40.0, `DamageModifier` = 1.2, `ArmorModifier` = 2.0, `mingold` = 38, `maxgold` = 136 WHERE `entry`=2270; + +/* Dalaran Shield Guard */ +UPDATE `creature_template` SET `BaseAttackTime` = 2000, `mingold` = 29, `maxgold` = 193 WHERE `entry`=2271; + +/* Dalaran Theurgist */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 28, `maxgold` = 194 WHERE `entry`=2272; + +/* Enraged Stanley */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1947 WHERE `entry`=2275; + +/* Magistrate Henry Maleb */ +UPDATE `creature_template` SET `DamageModifier` = 1.85, `ArmorModifier` = 1.35 WHERE `entry`=2276; + +/* Melisara */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2278; + +/* Alliance Battleguard */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2279; + +/* Horde Battleguard */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2280; + +/* Baelish Frostbane */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2281; + +/* [PH] Orgrun Iceflow */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2282; + +/* Ravenclaw Regent */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `RangeAttackTime` = 1585, `mingold` = 25, `maxgold` = 125 WHERE `entry`=2283; + +/* Captured Farmer */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=2284; + +/* Count Remington Ridgewell */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2285; + +/* Bow Guy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2286; + +/* Crushridge Warmonger */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0, `mingold` = 158, `maxgold` = 1007 WHERE `entry`=2287; + +/* Skracher Mudmuzzle */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2288; + +/* Connor McCoy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2289; + +/* Bertran Keldrake */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2290; + +/* Corbin Halman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2291; + +/* Reginald Berry */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2292; + +/* [UNUSED] Sherra Vayne */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2293; + +/* Jaynice Sillestan */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2294; + +/* [UNUSED] Bartok Steelgrip */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2295; + +/* [UNUSED] Fulgar Iceforge */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2296; + +/* [UNUSED] Kerrik Firebeard */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2297; + +/* Dolthar Stonefoot */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2298; + +/* Borgus Stoutarm */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=2299; + +/* [UNUSED] Seoman Verilas */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2300; + +/* [UNUSED] Nerrik Shoyul */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2301; + +/* Aethalas */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry`=2302; + +/* Lyranne Feathersong */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=2303; + +/* Captain Ironhill */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 4.1, `HealthModifier` = 3.0 WHERE `entry`=2304; + +/* Foreman Bonds */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 96 WHERE `entry`=2305; + +/* Baron Vardus */ +UPDATE `creature_template` SET `maxgold` = 188 WHERE `entry`=2306; + +/* Caretaker Caice */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2307; + +/* Andrew Brownell */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2308; + +/* Thomas Arlento */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2309; + +/* [UNUSED] Thesule Klaven */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2312; + +/* [UNUSED] Kir'Nazz */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2313; + +/* Maquell Ebonwood */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2315; + +/* Elysa */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2317; + +/* Argus Shadow Mage */ +UPDATE `creature_template` SET `maxgold` = 258 WHERE `entry`=2318; + +/* Syndicate Wizard */ +UPDATE `creature_template` SET `minlevel` = 34, `maxgold` = 232 WHERE `entry`=2319; + +/* Nagaz */ +UPDATE `creature_template` SET `mingold` = 58, `maxgold` = 309 WHERE `entry`=2320; + +/* Blackwood Windtalker */ +UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 29 WHERE `entry`=2324; + +/* Undead First Aid Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2325; + +/* Thamner Pol */ +UPDATE `creature_template` SET `minlevel` = 8, `DamageModifier` = 0.25 WHERE `entry`=2326; + +/* Shaina Fuller */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `ArmorModifier` = 0.55 WHERE `entry`=2327; + +/* Michelle Belle */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2329; + +/* Karlee Chaddis */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry`=2330; + +/* Paige Chaddis */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=2331; + +/* Valdred Moray */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `maxgold` = 40 WHERE `entry`=2332; + +/* Event Generator 001 */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2334; + +/* Magistrate Burnside */ +UPDATE `creature_template` SET `maxgold` = 174 WHERE `entry`=2335; + +/* Dark Strand Fanatic */ +UPDATE `creature_template` SET `mingold` = 7, `maxgold` = 47 WHERE `entry`=2336; + +/* Dark Strand Voidcaller */ +UPDATE `creature_template` SET `maxgold` = 153 WHERE `entry`=2337; + +/* Twilight Disciple */ +UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 40 WHERE `entry`=2338; + +/* Twilight Thug */ +UPDATE `creature_template` SET `mingold` = 19, `maxgold` = 52 WHERE `entry`=2339; + +/* Dun Garok Mountaineer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 3.0, `mingold` = 126, `maxgold` = 422 WHERE `entry`=2344; + +/* Dun Garok Rifleman */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.0, `HealthModifier` = 3.0, `mingold` = 132, `maxgold` = 470 WHERE `entry`=2345; + +/* Dun Garok Priest */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 3.0, `mingold` = 77, `maxgold` = 318 WHERE `entry`=2346; + +/* Gray Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.35 WHERE `entry`=2351; + +/* Vicious Gray Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.35 WHERE `entry`=2354; + +/* Elder Gray Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.35 WHERE `entry`=2356; + +/* Merideth Carlson */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=2357; + +/* Dalaran Summoner */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `mingold` = 36, `maxgold` = 234 WHERE `entry`=2358; + +/* Elemental Slave */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2359; + +/* Hillsbrad Farmhand */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 23, `maxgold` = 95 WHERE `entry`=2360; + +/* Tamara Armstrong */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2361; + +/* Hemmit Armstrong */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2362; + +/* Apprentice Honeywell */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2363; + +/* Neema */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=2364; + +/* Bront Coldcleave */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2365; + +/* Barkeep Kelly */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2366; + +/* Donald Rabonne */ +UPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.95 WHERE `entry`=2367; + +/* Daggerspine Shorestalker */ +UPDATE `creature_template` SET `maxgold` = 68 WHERE `entry`=2368; + +/* Daggerspine Shorehunter */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `mingold` = 30, `maxgold` = 181 WHERE `entry`=2369; + +/* Daggerspine Screamer */ +UPDATE `creature_template` SET `maxgold` = 118 WHERE `entry`=2370; + +/* Daggerspine Siren */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 197 WHERE `entry`=2371; + +/* Mudsnout Gnoll */ +UPDATE `creature_template` SET `mingold` = 19, `maxgold` = 134 WHERE `entry`=2372; + +/* Mudsnout Shaman */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 145 WHERE `entry`=2373; + +/* Torn Fin Muckdweller */ +UPDATE `creature_template` SET `maxgold` = 149 WHERE `entry`=2374; + +/* Torn Fin Coastrunner */ +UPDATE `creature_template` SET `mingold` = 26, `maxgold` = 147 WHERE `entry`=2375; + +/* Torn Fin Oracle */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 177 WHERE `entry`=2376; + +/* Torn Fin Tidehunter */ +UPDATE `creature_template` SET `mingold` = 36, `maxgold` = 197 WHERE `entry`=2377; + +/* Caretaker Smithers */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2379; + +/* Micha Yance */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2381; + +/* Lindea Rabonne */ +UPDATE `creature_template` SET `subname` = 'Tackle and Bait', `DamageModifier` = 0.95 WHERE `entry`=2383; + +/* Starving Mountain Lion */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=2384; + +/* Feral Mountain Lion */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=2385; + +/* Southshore Guard */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.3, `ArmorModifier` = 0.95 WHERE `entry`=2386; + +/* Hillsbrad Councilman */ +UPDATE `creature_template` SET `maxgold` = 122 WHERE `entry`=2387; + +/* Zarise */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5 WHERE `entry`=2389; + +/* Aranae Venomblood */ +UPDATE `creature_template` SET `subname` = 'Herbalist' WHERE `entry`=2390; + +/* Serge Hinott */ +UPDATE `creature_template` SET `subname` = 'Expert Alchemist' WHERE `entry`=2391; + +/* Daryl Stack */ +UPDATE `creature_template` SET `subname` = 'Master Tailor', `minlevel` = 56, `maxlevel` = 56 WHERE `entry`=2399; + +/* Farmer Getz */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `mingold` = 29, `maxgold` = 95 WHERE `entry`=2403; + +/* Blacksmith Verringtan */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `maxgold` = 80 WHERE `entry`=2404; + +/* Tarren Mill Deathguard */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `ArmorModifier` = 1.2 WHERE `entry`=2405; + +/* Mountain Lion */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=2406; + +/* Hulking Mountain Lion */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=2407; + +/* Snapjaw */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=2408; + +/* Felicia Maline */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=2409; + +/* Magus Wordeen Voidglare */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2410; + +/* Ricter */ +UPDATE `creature_template` SET `maxgold` = 231 WHERE `entry`=2411; + +/* Alina */ +UPDATE `creature_template` SET `maxgold` = 190 WHERE `entry`=2412; + +/* Dermot */ +UPDATE `creature_template` SET `maxgold` = 202 WHERE `entry`=2413; + +/* Kegan Darkmar */ +UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 209 WHERE `entry`=2414; + +/* Warden Belamoore */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `mingold` = 42, `maxgold` = 154 WHERE `entry`=2415; + +/* Crushridge Plunderer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 158, `maxgold` = 633 WHERE `entry`=2416; + +/* Grel'borg the Miser */ +UPDATE `creature_template` SET `DamageModifier` = 1.9, `maxgold` = 942 WHERE `entry`=2417; + +/* Deathguard Samsa */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=2418; + +/* Deathguard Humbert */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=2419; + +/* Targ */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.1, `HealthModifier` = 5.0, `mingold` = 202, `maxgold` = 681 WHERE `entry`=2420; + +/* Muckrake */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0, `maxgold` = 764 WHERE `entry`=2421; + +/* Glommus */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 3.0, `maxgold` = 958 WHERE `entry`=2422; + +/* Lord Aliden Perenolde */ +UPDATE `creature_template` SET `maxgold` = 320 WHERE `entry`=2423; + +/* Guild Banker */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2424; + +/* Varimathras */ +UPDATE `creature_template` SET `modelid1` = 11658, `minlevel` = 62, `maxlevel` = 62, `DamageModifier` = 13.85, `ArmorModifier` = 1.5 WHERE `entry`=2425; + +/* Jailor Eston */ +UPDATE `creature_template` SET `maxgold` = 56 WHERE `entry`=2427; + +/* Jailor Marlgen */ +UPDATE `creature_template` SET `maxgold` = 102 WHERE `entry`=2428; + +/* Chef Jessen */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2430; + +/* Jailor Borhuin */ +UPDATE `creature_template` SET `maxgold` = 224 WHERE `entry`=2431; + +/* Darla Harris */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=2432; + +/* Helcular's Remains */ +UPDATE `creature_template` SET `DamageModifier` = 5.8, `ArmorModifier` = 1.85, `ManaModifier` = 1.0, `mingold` = 1, `maxgold` = 704 WHERE `entry`=2433; + +/* Shadowy Assassin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 1, `maxgold` = 489 WHERE `entry`=2434; + +/* Southshore Crier */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 1.45, `ArmorModifier` = 0.85, `mingold` = 19, `maxgold` = 97 WHERE `entry`=2435; + +/* Farmer Kent */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `DamageModifier` = 0.9 WHERE `entry`=2436; + +/* Keeper Bel'varil */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2437; + +/* Bartolo Ginsetti */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=2438; + +/* Major Samuelson */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 0.8 WHERE `entry`=2439; + +/* Drunken Footpad */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `maxgold` = 154 WHERE `entry`=2440; + +/* [UNUSED] Southshore Citizen */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2441; + +/* Cow */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.35 WHERE `entry`=2442; + +/* Narillasanz */ +UPDATE `creature_template` SET `DamageModifier` = 3.85 WHERE `entry`=2447; + +/* Clerk Horrace Whitesteed */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 1.5, `mingold` = 20, `maxgold` = 80 WHERE `entry`=2448; + +/* Citizen Wilkes */ +UPDATE `creature_template` SET `maxgold` = 71 WHERE `entry`=2449; + +/* Miner Hackett */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.1, `maxgold` = 114 WHERE `entry`=2450; + +/* Farmer Kalaba */ +UPDATE `creature_template` SET `maxgold` = 98 WHERE `entry`=2451; + +/* Skhowl */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `maxgold` = 223 WHERE `entry`=2452; + +/* Lo'Grosh */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.8, `RangeAttackTime` = 1466 WHERE `entry`=2453; + +/* Skeletal Fiend (Enraged Form) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=2454; + +/* Olivia Burnside */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2455; + +/* Newton Burnside */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2456; + +/* John Burnside */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2457; + +/* Randolph Montague */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2458; + +/* Mortimer Montague */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2459; + +/* Barnum Stonemantle */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2460; + +/* Bailey Stonemantle */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2461; + +/* Flesh Eating Worm */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2462; + +/* Commander Aggro'gosh */ +UPDATE `creature_template` SET `DamageModifier` = 4.4, `ArmorModifier` = 1.1 WHERE `entry`=2464; + +/* Far Seer Mok'thardin */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2465; + +/* Watcher Fraizer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=2470; + +/* Flamescale Drake */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=2472; + +/* Sloth */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 0.55, `mingold` = 18, `maxgold` = 92 WHERE `entry`=2475; + +/* Large Loch Crocolisk */ +UPDATE `creature_template` SET `RangeAttackTime` = 1622 WHERE `entry`=2476; + +/* Gradok */ +UPDATE `creature_template` SET `RangeAttackTime` = 1613 WHERE `entry`=2477; + +/* Haren Swifthoof */ +UPDATE `creature_template` SET `RangeAttackTime` = 1613 WHERE `entry`=2478; + +/* Sludge */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 0.55, `mingold` = 18, `maxgold` = 92 WHERE `entry`=2479; + +/* Bliztik */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2481; + +/* Jaquilina Dramet */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2483; + +/* Larimaine Purdue */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=2485; + +/* Fin Fizracket */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2486; + +/* Milstaff Stormeye */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2489; + +/* First Mate Crazz */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2490; + +/* Whiskey Slim */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2491; + +/* Lexington Mortaim */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2492; + +/* Dizzy One-Eye */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2493; + +/* Privateer Bloads */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2494; + +/* Drizzlik */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2495; + +/* Baron Revilgaz */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=2496; + +/* Nimboya */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2497; + +/* Markel Smythe */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2499; + +/* Captain Hecklebury Smotts */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=2500; + +/* "Sea Wolf" MacKinley */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2501; + +/* "Shaky" Phillipe */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2502; + +/* Hillsbrad Foreman */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `mingold` = 27, `maxgold` = 145 WHERE `entry`=2503; + +/* Donyal Tovald */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2504; + +/* Saltwater Snapjaw */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `ArmorModifier` = 1.5 WHERE `entry`=2505; + +/* Mountaineer Uthan */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=2507; + +/* Mountaineer Roghan */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=2512; + +/* Mountaineer Kamdar */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=2516; + +/* Mountaineer Swarth */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=2518; + +/* Kin'weelay */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2519; + +/* Remote-Controlled Golem */ +UPDATE `creature_template` SET `maxlevel` = 18, `DamageModifier` = 2.6 WHERE `entry`=2520; + +/* Skymane Gorilla */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `HealthModifier` = 1.25 WHERE `entry`=2521; + +/* Jaguero Stalker */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `HealthModifier` = 1.25 WHERE `entry`=2522; + +/* Mountaineer Angst */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=2527; + +/* Son of Arugal */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `mingold` = 63, `maxgold` = 328 WHERE `entry`=2529; + +/* Yenniku */ +UPDATE `creature_template` SET `maxgold` = 363 WHERE `entry`=2530; + +/* Minion of Morganth */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_walk` = 1.0, `DamageModifier` = 1.45, `BaseAttackTime` = 1710, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 64 WHERE `entry`=2531; + +/* Donna */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=2532; + +/* William */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=2533; + +/* Zanzil the Outcast */ +UPDATE `creature_template` SET `maxgold` = 343 WHERE `entry`=2534; + +/* Maury "Club Foot" Wilkins */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 392 WHERE `entry`=2535; + +/* Jon-Jon the Crow */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 288 WHERE `entry`=2536; + +/* Chucky "Ten Thumbs" */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 427 WHERE `entry`=2537; + +/* Dalaran Serpent */ +UPDATE `creature_template` SET `maxlevel` = 15, `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 1.3, `RangeAttackTime` = 2046, `mingold` = 7, `maxgold` = 37 WHERE `entry`=2540; + +/* Lord Sakrasis */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `maxgold` = 316 WHERE `entry`=2541; + +/* Archmage Ansirem Runeweaver */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=2543; + +/* Southern Sand Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=2544; + +/* "Pretty Boy" Duncan */ +UPDATE `creature_template` SET `maxgold` = 237 WHERE `entry`=2545; + +/* Fleet Master Firallon */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 0.78, `mingold` = 88, `maxgold` = 408 WHERE `entry`=2546; + +/* Ironpatch */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `maxgold` = 323 WHERE `entry`=2547; + +/* Captain Keelhaul */ +UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47, `maxgold` = 479 WHERE `entry`=2548; + +/* Garr Salthoof */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 43, `DamageModifier` = 2.295, `maxgold` = 390 WHERE `entry`=2549; + +/* Captain Stillwater */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `maxgold` = 385 WHERE `entry`=2550; + +/* Brutus */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 999.6, `mingold` = 72, `maxgold` = 253 WHERE `entry`=2551; + +/* Witherbark Troll */ +UPDATE `creature_template` SET `modelid1` = 3986, `modelid2` = 3990, `mingold` = 36, `maxgold` = 170 WHERE `entry`=2552; + +/* Witherbark Shadowcaster */ +UPDATE `creature_template` SET `modelid1` = 3993, `modelid2` = 3994, `mingold` = 33, `maxgold` = 161 WHERE `entry`=2553; + +/* Witherbark Axe Thrower */ +UPDATE `creature_template` SET `modelid1` = 3991, `modelid2` = 3992, `mingold` = 30, `maxgold` = 193 WHERE `entry`=2554; + +/* Witherbark Witch Doctor */ +UPDATE `creature_template` SET `modelid1` = 3995, `modelid2` = 3996, `mingold` = 35, `maxgold` = 222 WHERE `entry`=2555; + +/* Witherbark Headhunter */ +UPDATE `creature_template` SET `modelid1` = 3997, `modelid2` = 3998, `mingold` = 37, `maxgold` = 245 WHERE `entry`=2556; + +/* Witherbark Shadow Hunter */ +UPDATE `creature_template` SET `modelid2` = 4000, `mingold` = 43, `maxgold` = 262 WHERE `entry`=2557; + +/* Witherbark Berserker */ +UPDATE `creature_template` SET `modelid1` = 4001, `modelid2` = 4002, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 763 WHERE `entry`=2558; + +/* Highland Strider */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2559; + +/* Highland Thrasher */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2560; + +/* Highland Fleshstalker */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=2561; + +/* Boulderfist Ogre */ +UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 193 WHERE `entry`=2562; + +/* Boulderfist Enforcer */ +UPDATE `creature_template` SET `mingold` = 51, `maxgold` = 227 WHERE `entry`=2564; + +/* Boulderfist Brute */ +UPDATE `creature_template` SET `mingold` = 54, `maxgold` = 264 WHERE `entry`=2566; + +/* Boulderfist Magus */ +UPDATE `creature_template` SET `mingold` = 46, `maxgold` = 281 WHERE `entry`=2567; + +/* Boulderfist Mauler */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.75, `HealthModifier` = 3.0, `mingold` = 208, `maxgold` = 860 WHERE `entry`=2569; + +/* Boulderfist Shaman */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 3.0, `maxgold` = 919 WHERE `entry`=2570; + +/* Boulderfist Lord */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.03, `HealthModifier` = 3.0, `mingold` = 186, `maxgold` = 904 WHERE `entry`=2571; + +/* Drywhisker Kobold */ +UPDATE `creature_template` SET `mingold` = 40, `maxgold` = 264 WHERE `entry`=2572; + +/* Drywhisker Surveyor */ +UPDATE `creature_template` SET `mingold` = 60, `maxgold` = 295 WHERE `entry`=2573; + +/* Drywhisker Digger */ +UPDATE `creature_template` SET `mingold` = 40, `maxgold` = 276 WHERE `entry`=2574; + +/* Dark Iron Supplier */ +UPDATE `creature_template` SET `maxgold` = 146 WHERE `entry`=2575; + +/* Dark Iron Shadowcaster */ +UPDATE `creature_template` SET `maxgold` = 134 WHERE `entry`=2577; + +/* Dabyrie Militia */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 0.85, `mingold` = 32, `maxgold` = 191 WHERE `entry`=2581; + +/* Dabyrie Laborer */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 40, `maxgold` = 170 WHERE `entry`=2582; + +/* Stromgarde Troll Hunter */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 429 WHERE `entry`=2583; + +/* Stromgarde Defender */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `rank` = 1, `DamageModifier` = 1.9, `HealthModifier` = 3.0, `maxgold` = 855 WHERE `entry`=2584; + +/* Stromgarde Vindicator */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0, `mingold` = 256, `maxgold` = 569 WHERE `entry`=2585; + +/* Syndicate Highwayman */ +UPDATE `creature_template` SET `mingold` = 27, `maxgold` = 181 WHERE `entry`=2586; + +/* Syndicate Pathstalker */ +UPDATE `creature_template` SET `mingold` = 35, `maxgold` = 192 WHERE `entry`=2587; + +/* Syndicate Prowler */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 160, `maxgold` = 815 WHERE `entry`=2588; + +/* Syndicate Mercenary */ +UPDATE `creature_template` SET `DamageModifier` = 0.78, `mingold` = 34, `maxgold` = 197 WHERE `entry`=2589; + +/* Syndicate Conjuror */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 774 WHERE `entry`=2590; + +/* Syndicate Magus */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 847 WHERE `entry`=2591; + +/* Rumbling Exile */ +UPDATE `creature_template` SET `ArmorModifier` = 1.45 WHERE `entry`=2592; + +/* Rough Stone Elemental */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2593; + +/* Sprogger */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=2594; + +/* Daggerspine Raider */ +UPDATE `creature_template` SET `mingold` = 46, `maxgold` = 312 WHERE `entry`=2595; + +/* Daggerspine Sorceress */ +UPDATE `creature_template` SET `maxgold` = 287 WHERE `entry`=2596; + +/* Lord Falconcrest */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.65, `HealthModifier` = 7.0, `mingold` = 185, `maxgold` = 783 WHERE `entry`=2597; + +/* Darbel Montrose */ +UPDATE `creature_template` SET `DamageModifier` = 2.8, `HealthModifier` = 5.0, `mingold` = 77, `maxgold` = 808 WHERE `entry`=2598; + +/* Otto */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.59, `HealthModifier` = 3.0 WHERE `entry`=2599; + +/* Singer */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `maxgold` = 179 WHERE `entry`=2600; + +/* Foulbelly */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 2.2, `RangeAttackTime` = 1393, `mingold` = 103, `maxgold` = 514 WHERE `entry`=2601; + +/* Ruul Onestone */ +UPDATE `creature_template` SET `DamageModifier` = 1.9, `mingold` = 1, `maxgold` = 780 WHERE `entry`=2602; + +/* Kovork */ +UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 315 WHERE `entry`=2603; + +/* Molok the Crusher */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.455, `BaseAttackTime` = 2700, `RangeAttackTime` = 1485, `mingold` = 63, `maxgold` = 315 WHERE `entry`=2604; + +/* Zalas Witherbark */ +UPDATE `creature_template` SET `modelid1` = 4003, `speed_walk` = 1.0, `RangeAttackTime` = 1457, `mingold` = 72, `maxgold` = 362 WHERE `entry`=2605; + +/* Nimar the Slayer */ +UPDATE `creature_template` SET `modelid1` = 4033, `speed_walk` = 1.0, `RangeAttackTime` = 1475, `mingold` = 66, `maxgold` = 330 WHERE `entry`=2606; + +/* Prince Galen Trollbane */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0, `maxgold` = 504 WHERE `entry`=2607; + +/* Commander Amaren */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=2608; + +/* Geomancer Flintdagger */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2609; + +/* Fozruk */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.25, `HealthModifier` = 3.0, `ArmorModifier` = 2.0, `maxgold` = 1122 WHERE `entry`=2611; + +/* Lieutenant Valorcall */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `rank` = 1, `DamageModifier` = 1.8, `HealthModifier` = 3.0, `maxgold` = 611 WHERE `entry`=2612; + +/* Air Force Alarm Bot (Alliance) */ +UPDATE `creature_template` SET `modelid1` = 1545, `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0 WHERE `entry`=2614; + +/* Air Force Alarm Bot (Horde) */ +UPDATE `creature_template` SET `modelid1` = 10952, `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0 WHERE `entry`=2615; + +/* Privateer Groy */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.15 WHERE `entry`=2616; + +/* [UNUSED] Archmage Detrae */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2617; + +/* Hammerfall Peon */ +UPDATE `creature_template` SET `mingold` = 45, `maxgold` = 188 WHERE `entry`=2618; + +/* Hammerfall Grunt */ +UPDATE `creature_template` SET `mingold` = 39, `maxgold` = 244 WHERE `entry`=2619; + +/* Prairie Dog */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=2620; + +/* Sly Garrett */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2622; + +/* Spirit of Old */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.95, `mingold` = 21, `maxgold` = 103 WHERE `entry`=2623; + +/* Gazban */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 2.2, `ArmorModifier` = 1.5, `mingold` = 69, `maxgold` = 347 WHERE `entry`=2624; + +/* Viznik Goldgrubber */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=2625; + +/* Old Man Heming */ +UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=2626; + +/* Grarnik Goodstitch */ +UPDATE `creature_template` SET `subname` = 'Expert Tailor' WHERE `entry`=2627; + +/* Dalaran Worker */ +UPDATE `creature_template` SET `mingold` = 33, `maxgold` = 222 WHERE `entry`=2628; + +/* Princess Poobah */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2634; + +/* Elder Saltwater Crocolisk */ +UPDATE `creature_template` SET `modelid1` = 1038, `rank` = 1, `DamageModifier` = 1.5, `HealthModifier` = 3.0, `ArmorModifier` = 1.5 WHERE `entry`=2635; + +/* Syndicate Bomb */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2637; + +/* Syndicate Spectre */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.1, `ArmorModifier` = 1.4, `BaseAttackTime` = 1000, `RangeAttackTime` = 1826, `mingold` = 23, `maxgold` = 115 WHERE `entry`=2638; + +/* Vilebranch Axe Thrower */ +UPDATE `creature_template` SET `modelid1` = 6491, `modelid2` = 6492, `mingold` = 71, `maxgold` = 456 WHERE `entry`=2639; + +/* Vilebranch Witch Doctor */ +UPDATE `creature_template` SET `modelid1` = 6542, `modelid2` = 6543, `maxgold` = 476 WHERE `entry`=2640; + +/* Vilebranch Headhunter */ +UPDATE `creature_template` SET `modelid1` = 6497, `rank` = 1, `DamageModifier` = 2.7, `HealthModifier` = 3.0, `maxgold` = 1484 WHERE `entry`=2641; + +/* Vilebranch Shadowcaster */ +UPDATE `creature_template` SET `modelid1` = 6514, `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0, `maxgold` = 1382 WHERE `entry`=2642; + +/* Vilebranch Berserker */ +UPDATE `creature_template` SET `modelid1` = 6493, `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0, `mingold` = 245, `maxgold` = 1545 WHERE `entry`=2643; + +/* Vilebranch Hideskinner */ +UPDATE `creature_template` SET `modelid1` = 6510, `rank` = 1, `DamageModifier` = 2.9, `HealthModifier` = 3.0, `mingold` = 310, `maxgold` = 1593 WHERE `entry`=2644; + +/* Vilebranch Shadow Hunter */ +UPDATE `creature_template` SET `modelid1` = 6538, `rank` = 1, `DamageModifier` = 2.9, `HealthModifier` = 3.0, `maxgold` = 1687 WHERE `entry`=2645; + +/* Vilebranch Blood Drinker */ +UPDATE `creature_template` SET `modelid1` = 6495, `rank` = 1, `DamageModifier` = 3.0, `HealthModifier` = 3.0, `mingold` = 295, `maxgold` = 1728 WHERE `entry`=2646; + +/* Vilebranch Soul Eater */ +UPDATE `creature_template` SET `modelid1` = 6540, `rank` = 1, `DamageModifier` = 3.0, `HealthModifier` = 3.0, `unit_class` = 1, `mingold` = 337, `maxgold` = 1710 WHERE `entry`=2647; + +/* Vilebranch Aman'zasi Guard */ +UPDATE `creature_template` SET `modelid1` = 6997, `modelid3` = 10660, `rank` = 1, `DamageModifier` = 3.1, `HealthModifier` = 3.0, `mingold` = 348, `maxgold` = 1888 WHERE `entry`=2648; + +/* Witherbark Scalper */ +UPDATE `creature_template` SET `modelid1` = 6479, `mingold` = 66, `maxgold` = 357 WHERE `entry`=2649; + +/* Witherbark Zealot */ +UPDATE `creature_template` SET `modelid1` = 6480, `maxgold` = 359 WHERE `entry`=2650; + +/* Witherbark Hideskinner */ +UPDATE `creature_template` SET `modelid1` = 6483, `mingold` = 79, `maxgold` = 392 WHERE `entry`=2651; + +/* Witherbark Venomblood */ +UPDATE `creature_template` SET `modelid1` = 6485, `maxgold` = 415 WHERE `entry`=2652; + +/* Witherbark Sadist */ +UPDATE `creature_template` SET `modelid1` = 6489, `DamageModifier` = 0.825, `maxgold` = 445 WHERE `entry`=2653; + +/* Witherbark Caller */ +UPDATE `creature_template` SET `modelid1` = 6487 WHERE `entry`=2654; + +/* Green Sludge */ +UPDATE `creature_template` SET `ArmorModifier` = 1.25, `mingold` = 68, `maxgold` = 294 WHERE `entry`=2655; + +/* Jade Ooze */ +UPDATE `creature_template` SET `mingold` = 52, `maxgold` = 240 WHERE `entry`=2656; + +/* Port Master Szik */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2662; + +/* Narkk */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2663; + +/* Proximity Bomb */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2665; + +/* Ward of Laze */ +UPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry`=2667; + +/* Danielle Zipstitch */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2668; + +/* Sheri Zipstitch */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2669; + +/* Mechanical Squirrel */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=2671; + +/* Cowardly Crosby */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2672; + +/* Target Dummy */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `speed_walk` = 1.0, `DamageModifier` = 0.35, `HealthModifier` = 2.0 WHERE `entry`=2673; + +/* Advanced Target Dummy */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 0.2, `HealthModifier` = 2.0, `maxgold` = 1 WHERE `entry`=2674; + +/* Explosive Sheep */ +UPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry`=2675; + +/* Compact Harvest Reaper */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `DamageModifier` = 1.05 WHERE `entry`=2676; + +/* Mechanical Dragonling */ +UPDATE `creature_template` SET `DamageModifier` = 0.2, `HealthModifier` = 1e-06, `mingold` = 2, `maxgold` = 10 WHERE `entry`=2678; + +/* Wenna Silkbeard */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 30, `DamageModifier` = 0.9, `ArmorModifier` = 0.95 WHERE `entry`=2679; + +/* Vilebranch Raiding Wolf */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.635, `HealthModifier` = 3.0 WHERE `entry`=2681; + +/* Fradd Swiftgear */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2682; + +/* Namdo Bizzfizzle */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.35, `RangeAttackTime` = 1947, `mingold` = 1, `maxgold` = 300 WHERE `entry`=2683; + +/* Rizz Loosebolt */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2684; + +/* Mazk Snipeshot */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2685; + +/* Gnaz Blunderflame */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=2687; + +/* Ruppo Zipcoil */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 0.85 WHERE `entry`=2688; + +/* Hill Giant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2689; + +/* Hill Giant Warden */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2690; + +/* Highvale Outrunner */ +UPDATE `creature_template` SET `modelid1` = 6547, `DamageModifier` = 1.2, `mingold` = 69, `maxgold` = 426 WHERE `entry`=2691; + +/* Highvale Scout */ +UPDATE `creature_template` SET `modelid1` = 6549, `DamageModifier` = 1.1, `maxgold` = 440 WHERE `entry`=2692; + +/* Highvale Marksman */ +UPDATE `creature_template` SET `modelid1` = 6546, `DamageModifier` = 1.1, `mingold` = 84, `maxgold` = 456 WHERE `entry`=2693; + +/* Highvale Ranger */ +UPDATE `creature_template` SET `modelid1` = 6548, `DamageModifier` = 1.1, `mingold` = 80, `maxgold` = 501 WHERE `entry`=2694; + +/* Sara Balloo */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2695; + +/* Clyde Ranthal */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2697; + +/* Captain Nials */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2700; + +/* Felhunter Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2702; + +/* Hanashi */ +UPDATE `creature_template` SET `DamageModifier` = 1.6 WHERE `entry`=2704; + +/* Brewmeister Bilger */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=2705; + +/* Shadra */ +UPDATE `creature_template` SET `speed_walk` = 2.8, `DamageModifier` = 5.0, `RangeAttackTime` = 1310, `mingold` = 143, `maxgold` = 713 WHERE `entry`=2707; + +/* Archmage Malin */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=2708; + +/* Imp Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2709; + +/* Voidwalker Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2710; + +/* Phin Odelic */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2711; + +/* Quae */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2712; + +/* Kinelory */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 1.2 WHERE `entry`=2713; + +/* Forsaken Courier */ +UPDATE `creature_template` SET `maxgold` = 168 WHERE `entry`=2714; + +/* Dustbelcher Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.625 WHERE `entry`=2715; + +/* Dustbelcher Wyrmhunter */ +UPDATE `creature_template` SET `maxgold` = 147 WHERE `entry`=2716; + +/* Dustbelcher Mauler */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=2717; + +/* Dustbelcher Shaman */ +UPDATE `creature_template` SET `maxgold` = 165 WHERE `entry`=2718; + +/* Dustbelcher Lord */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2719; + +/* Dustbelcher Ogre Mage */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2720; + +/* Forsaken Bodyguard */ +UPDATE `creature_template` SET `HealthModifier` = 1.1, `maxgold` = 243 WHERE `entry`=2721; + +/* Stone Golem */ +UPDATE `creature_template` SET `ArmorModifier` = 1.45, `mingold` = 56, `maxgold` = 285 WHERE `entry`=2723; + +/* Scalding Whelp */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.95, `maxgold` = 357 WHERE `entry`=2725; + +/* Scorched Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 0.95, `mingold` = 183, `maxgold` = 1285 WHERE `entry`=2726; + +/* Rabid Crag Coyote */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=2730; + +/* Ridge Stalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=2731; + +/* Apothecary Jorell */ +UPDATE `creature_template` SET `maxgold` = 227 WHERE `entry`=2733; + +/* Ridge Stalker Patriarch */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=2734; + +/* Lesser Rock Elemental */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.9 WHERE `entry`=2735; + +/* Greater Rock Elemental */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.75 WHERE `entry`=2736; + +/* Durtham Greldon */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2737; + +/* Stromgarde Cavalryman */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 794 WHERE `entry`=2738; + +/* Shadowforge Tunneler */ +UPDATE `creature_template` SET `maxgold` = 251 WHERE `entry`=2739; + +/* Shadowforge Darkweaver */ +UPDATE `creature_template` SET `maxgold` = 264 WHERE `entry`=2740; + +/* Shadowforge Excavator */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2741; + +/* Shadowforge Chanter */ +UPDATE `creature_template` SET `maxgold` = 315 WHERE `entry`=2742; + +/* Shadowforge Warrior */ +UPDATE `creature_template` SET `mingold` = 47, `maxgold` = 312 WHERE `entry`=2743; + +/* Shadowforge Commander */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `ArmorModifier` = 1.5, `RangeAttackTime` = 1448 WHERE `entry`=2744; + +/* Ambassador Infernus */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 2.5 WHERE `entry`=2745; + +/* Stonevault Warden */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=2746; + +/* Archaedas */ +UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 3.8, `ArmorModifier` = 0.7, `RangeAttackTime` = 1800 WHERE `entry`=2748; + +/* Siege Golem */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `ArmorModifier` = 1.5, `RangeAttackTime` = 1448 WHERE `entry`=2749; + +/* War Golem */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.55, `ArmorModifier` = 1.5, `RangeAttackTime` = 1485 WHERE `entry`=2751; + +/* Rumbler */ +UPDATE `creature_template` SET `speed_walk` = 1.55556, `DamageModifier` = 3.15, `ArmorModifier` = 1.5 WHERE `entry`=2752; + +/* Barnabus */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.1, `BaseAttackTime` = 2000, `RangeAttackTime` = 1760 WHERE `entry`=2753; + +/* Anathemus */ +UPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 3.4, `BaseAttackTime` = 3000, `RangeAttackTime` = 1393 WHERE `entry`=2754; + +/* Myzrael */ +UPDATE `creature_template` SET `speed_walk` = 1.66667, `DamageModifier` = 4.6, `HealthModifier` = 8.0, `RangeAttackTime` = 1338, `mingold` = 129, `maxgold` = 643 WHERE `entry`=2755; + +/* UNUSED Grund Drokda */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2756; + +/* Blacklash */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.65, `HealthModifier` = 5.0, `RangeAttackTime` = 1338, `mingold` = 129, `maxgold` = 1890 WHERE `entry`=2757; + +/* Hematus */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 6.0, `RangeAttackTime` = 1365, `mingold` = 115, `maxgold` = 1698 WHERE `entry`=2759; + +/* Burning Exile */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 0.65 WHERE `entry`=2760; + +/* Cresting Exile */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.75 WHERE `entry`=2761; + +/* Thundering Exile */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 0.55 WHERE `entry`=2762; + +/* Thenan */ +UPDATE `creature_template` SET `speed_walk` = 0.777776, `rank` = 1, `DamageModifier` = 4.25, `HealthModifier` = 3.0, `ArmorModifier` = 1.5, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 814 WHERE `entry`=2763; + +/* Sleeby */ +UPDATE `creature_template` SET `HealthModifier` = 1.15 WHERE `entry`=2764; + +/* Znort */ +UPDATE `creature_template` SET `HealthModifier` = 1.15, `mingold` = 55, `maxgold` = 126 WHERE `entry`=2765; + +/* Lolo the Lookout */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2766; + +/* Or'Kalar */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.25 WHERE `entry`=2773; + +/* Vengeful Surge */ +UPDATE `creature_template` SET `dmgschool` = 4, `ArmorModifier` = 1.5, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 147 WHERE `entry`=2776; + +/* Prince Nazjak */ +UPDATE `creature_template` SET `maxgold` = 306 WHERE `entry`=2779; + +/* Caretaker Nevlin */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.1, `HealthModifier` = 3.0, `maxgold` = 699 WHERE `entry`=2780; + +/* Caretaker Weston */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.1, `HealthModifier` = 3.0, `mingold` = 208 WHERE `entry`=2781; + +/* Caretaker Alaric */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.1, `HealthModifier` = 3.0, `maxgold` = 609 WHERE `entry`=2782; + +/* Marez Cowl */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0 WHERE `entry`=2783; + +/* King Magni Bronzebeard */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 12.15, `HealthModifier` = 300.0, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 866 WHERE `entry`=2784; + +/* Skuerto */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2789; + +/* Grand Mason Marblesten */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2790; + +/* Enraged Rock Elemental */ +UPDATE `creature_template` SET `speed_walk` = 1.55556, `ArmorModifier` = 1.85 WHERE `entry`=2791; + +/* Kor'gresh Coldrage */ +UPDATE `creature_template` SET `maxgold` = 237 WHERE `entry`=2793; + +/* Summoned Guardian */ +UPDATE `creature_template` SET `speed_walk` = 1.55556, `rank` = 1, `dmgschool` = 4, `DamageModifier` = 2.35, `HealthModifier` = 3.0, `RangeAttackTime` = 1475, `mingold` = 70, `maxgold` = 349 WHERE `entry`=2794; + +/* Lenny "Fingers" McCoy */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2795; + +/* Faelyssa */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2796; + +/* Hovrak Gutrender */ +UPDATE `creature_template` SET `subname` = 'iCoke Redemption Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2797; + +/* Pand Stonebinder */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2798; + +/* Lucian Fenner */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2799; + +/* Susan Tillinghast */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=2802; + +/* Malygen */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=2803; + +/* Kurden Bloodclaw */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry`=2804; + +/* Deneb Walker */ +UPDATE `creature_template` SET `subname` = 'Scrolls & Potions', `DamageModifier` = 0.75 WHERE `entry`=2805; + +/* Bale */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=2806; + +/* Daggerspine Wavecaller */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2807; + +/* Vikki Lonsav */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2808; + +/* Boar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2809; + +/* Hammon Karwn */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2810; + +/* Drovnar Strongbrew */ +UPDATE `creature_template` SET `maxlevel` = 40, `DamageModifier` = 1.1 WHERE `entry`=2812; + +/* [UNUSED] Thurgas */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2813; + +/* Narj Deepslice */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2814; + +/* [UNUSED] Teresa Shore */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `detection_range` = 18.0 WHERE `entry`=2815; + +/* Androd Fadran */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=2816; + +/* Nixxrax Fillamug */ +UPDATE `creature_template` SET `subname` = 'Food and Drink', `DamageModifier` = 1.05 WHERE `entry`=2832; + +/* DEBUG - Gossip Gryphon Master */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=2833; + +/* Myizz Luckycatch */ +UPDATE `creature_template` SET `subname` = 'Superior Fisherman' WHERE `entry`=2834; + +/* Cedrik Prose */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `rank` = 1, `DamageModifier` = 3.25, `HealthModifier` = 3.0, `ArmorModifier` = 1.4 WHERE `entry`=2835; + +/* Brikk Keencraft */ +UPDATE `creature_template` SET `subname` = 'Master Blacksmith' WHERE `entry`=2836; + +/* Jaxin Chong */ +UPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 0.95 WHERE `entry`=2837; + +/* Crazk Sparks */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2838; + +/* Haren Kanmae */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2839; + +/* Kizz Bluntstrike */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=2840; + +/* Hurklor */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2844; + +/* Fargon Mortalak */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=2845; + +/* Glyx Brewright */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=2848; + +/* Qixdi Goodstitch */ +UPDATE `creature_template` SET `subname` = 'Cloth Armor and Accessories', `DamageModifier` = 0.95 WHERE `entry`=2849; + +/* Broken Tooth */ +UPDATE `creature_template` SET `DamageModifier` = 0.625 WHERE `entry`=2850; + +/* Urda */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=2851; + +/* Enslaved Druid of the Talon */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2852; + +/* Freed Druid of the Talon */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6, `BaseAttackTime` = 1910, `RangeAttackTime` = 2101, `mingold` = 2, `maxgold` = 11 WHERE `entry`=2853; + +/* Snang */ +UPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry`=2855; + +/* Angrun */ +UPDATE `creature_template` SET `subname` = 'Superior Herbalist', `DamageModifier` = 1.1 WHERE `entry`=2856; + +/* Thund */ +UPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.85 WHERE `entry`=2857; + +/* Gringer */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=2858; + +/* Gyll */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=2859; + +/* Sigrun Ironhew */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2860; + +/* Gorrik */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=2861; + +/* Warrior 21 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2862; + +/* Warrior 22 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2863; + +/* Warrior 23 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2864; + +/* Warrior 24 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2865; + +/* Warrior 26 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2866; + +/* Warrior 27 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2867; + +/* Warrior 28 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2868; + +/* Warrior 29 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2869; + +/* [PH] Tallstrider Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2871; + +/* [UNUSED] Whaldak Darbenk */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2872; + +/* [PH] Raptor Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2873; + +/* [PH] Horse Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2874; + +/* [PH] Gorilla Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2875; + +/* Grunenstur Balindom */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4, `BaseAttackTime` = 1510, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry`=2876; + +/* [PH] Crawler Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2877; + +/* Peria Lamenur */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2878; + +/* Karrina Mekenda */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=2879; + +/* [UNUSED] [PH] Monster Slayer Trainer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2883; + +/* [UNUSED] [PH] Magic Skills Trainer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2885; + +/* Ranged Skills Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2886; + +/* Prismatic Exile */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `speed_walk` = 1.55556, `DamageModifier` = 1.4, `HealthModifier` = 1.2, `ArmorModifier` = 1.05, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 145 WHERE `entry`=2887; + +/* Garek */ +UPDATE `creature_template` SET `modelid1` = 9752 WHERE `entry`=2888; + +/* Stonevault Trogg */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=2889; + +/* Stonevault Scout */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=2890; + +/* Stonevault Skullthumper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2891; + +/* Stonevault Seer */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0 WHERE `entry`=2892; + +/* Stonevault Bonesnapper */ +UPDATE `creature_template` SET `mingold` = 56, `maxgold` = 334 WHERE `entry`=2893; + +/* Stonevault Shaman */ +UPDATE `creature_template` SET `maxgold` = 353 WHERE `entry`=2894; + +/* [PH] Alliance Magic Skills Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2896; + +/* [PH] Alliance Toughness/Resist Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2899; + +/* Dustbelcher Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 0.95, `maxgold` = 197 WHERE `entry`=2906; + +/* Dustbelcher Mystic */ +UPDATE `creature_template` SET `minlevel` = 36, `mingold` = 45, `maxgold` = 210 WHERE `entry`=2907; + +/* Hammertoe Grez */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2909; + +/* Prospector Ryedol */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2910; + +/* Archaeologist Flagongut */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2911; + +/* Chief Archaeologist Greywhisker */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2912; + +/* Archaeologist Hollee */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=2913; + +/* Snake */ +UPDATE `creature_template` SET `modelid2` = 6303, `modelid3` = 2957, `modelid4` = 2958, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=2914; + +/* Hammertoe's Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 0.8, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 147 WHERE `entry`=2915; + +/* Historian Karnik */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=2916; + +/* Prospector Remtravel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.75 WHERE `entry`=2917; + +/* Advisor Belgrum */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=2918; + +/* Fam'retor Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 0.95 WHERE `entry`=2919; + +/* Lucien Tosselwrench */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2920; + +/* Lotwil Veriatus */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2921; + +/* Servo */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.95 WHERE `entry`=2922; + +/* Silvermane Stalker */ +UPDATE `creature_template` SET `modelid1` = 11418 WHERE `entry`=2926; + +/* Vicious Owlbeast */ +UPDATE `creature_template` SET `maxgold` = 346 WHERE `entry`=2927; + +/* Primitive Owlbeast */ +UPDATE `creature_template` SET `maxgold` = 449 WHERE `entry`=2928; + +/* Savage Owlbeast */ +UPDATE `creature_template` SET `modelid1` = 12238, `mingold` = 76, `maxgold` = 495 WHERE `entry`=2929; + +/* Sentinel Glynda Nal'Shea */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2930; + +/* Zaricotl */ +UPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry`=2931; + +/* Magregan Deepshadow */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `rank` = 1, `DamageModifier` = 1.8, `HealthModifier` = 3.0, `mingold` = 80 WHERE `entry`=2932; + +/* Keeper Bel'dugur */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2934; + +/* [PH] Demon Master */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer', `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=2935; + +/* Dagun the Ravenous */ +UPDATE `creature_template` SET `mingold` = 107, `maxgold` = 534 WHERE `entry`=2937; + +/* Aldric Hunter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2938; + +/* Jackson Bayne */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2939; + +/* [UNUSED] Frank Ward */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=2940; + +/* Lanie Reed */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=2941; + +/* Dylan Bissel */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=2942; + +/* Ransin Donner */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=2943; + +/* Boss Tho'grun */ +UPDATE `creature_template` SET `maxgold` = 270 WHERE `entry`=2944; + +/* Murdaloc */ +UPDATE `creature_template` SET `maxgold` = 186 WHERE `entry`=2945; + +/* Puppet of Helcular */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `DamageModifier` = 1.5, `HealthModifier` = 0.1, `ArmorModifier` = 0.1, `RangeAttackTime` = 1749, `mingold` = 32, `maxgold` = 161 WHERE `entry`=2946; + +/* Harken Windtotem */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2947; + +/* Mull Thunderhorn */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=2948; + +/* Palemane Tanner */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 1 WHERE `entry`=2949; + +/* Palemane Skinner */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=2950; + +/* Palemane Poacher */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `mingold` = 1 WHERE `entry`=2951; + +/* Bristleback Quilboar */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.9 WHERE `entry`=2952; + +/* Bristleback Shaman */ +UPDATE `creature_template` SET `maxgold` = 7 WHERE `entry`=2953; + +/* Prairie Wolf */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2958; + +/* Prairie Stalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2959; + +/* Prairie Wolf Alpha */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=2960; + +/* Windfury Harpy */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.3, `mingold` = 1 WHERE `entry`=2962; + +/* Windfury Wind Witch */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95, `mingold` = 2 WHERE `entry`=2963; + +/* Windfury Sorceress */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2, `maxgold` = 15 WHERE `entry`=2964; + +/* Windfury Matriarch */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 2, `maxgold` = 16 WHERE `entry`=2965; + +/* Galak Centaur */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 1.4, `mingold` = 2 WHERE `entry`=2967; + +/* Kodo Calf */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.5 WHERE `entry`=2972; + +/* Kodo Bull */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=2973; + +/* Kodo Matriarch */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=2974; + +/* Venture Co. Hireling */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8, `mingold` = 1, `maxgold` = 7 WHERE `entry`=2975; + +/* Venture Co. Laborer */ +UPDATE `creature_template` SET `modelid1` = 7244, `modelid2` = 355, `modelid3` = 1122, `modelid4` = 3903, `speed_run` = 0.857143, `DamageModifier` = 1.65, `ArmorModifier` = 0.85, `mingold` = 1 WHERE `entry`=2976; + +/* Venture Co. Taskmaster */ +UPDATE `creature_template` SET `modelid1` = 7246, `modelid2` = 355, `modelid4` = 3908, `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `mingold` = 1 WHERE `entry`=2977; + +/* Venture Co. Worker */ +UPDATE `creature_template` SET `modelid1` = 7247, `modelid3` = 355, `modelid4` = 3909, `speed_run` = 0.857143, `DamageModifier` = 1.8, `ArmorModifier` = 0.9, `mingold` = 2, `maxgold` = 14 WHERE `entry`=2978; + +/* Venture Co. Supervisor */ +UPDATE `creature_template` SET `modelid1` = 7245, `modelid2` = 3904, `modelid3` = 3905, `modelid4` = 3906, `speed_run` = 0.857143, `ArmorModifier` = 0.9, `mingold` = 4, `maxgold` = 15 WHERE `entry`=2979; + +/* Grull Hawkwind */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=2980; + +/* Chief Hawkwind */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=2981; + +/* Seer Graytongue */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2982; + +/* The Plains Vision */ +UPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry`=2983; + +/* Seer Wiserunner */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2984; + +/* Ruul Eagletalon */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2985; + +/* Dorn Plainstalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2986; + +/* Eyahn Eagletalon */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=2987; + +/* Morin Cloudstalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2988; + +/* Bael'dun Digger */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `mingold` = 1 WHERE `entry`=2989; + +/* Bael'dun Appraiser */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.6, `mingold` = 4 WHERE `entry`=2990; + +/* Greatmother Hawkwind */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=2991; + +/* Healing Ward V */ +UPDATE `creature_template` SET `DamageModifier` = 0.15 WHERE `entry`=2992; + +/* Baine Bloodhoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=2993; + +/* Ancestral Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2994; + +/* Tal */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=2995; + +/* Torn */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=2996; + +/* Karn Stonehoof */ +UPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 1.05 WHERE `entry`=2998; + +/* Gibbert */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3000; + +/* Brek Stonehoof */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3001; + +/* Kurm Stonehoof */ +UPDATE `creature_template` SET `subname` = 'Mining Supplier', `DamageModifier` = 1.1 WHERE `entry`=3002; + +/* Tepa */ +UPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 1.05 WHERE `entry`=3004; + +/* Una */ +UPDATE `creature_template` SET `subname` = 'Artisan Leatherworker', `DamageModifier` = 0.95 WHERE `entry`=3007; + +/* Mak */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9 WHERE `entry`=3008; + +/* Bena Winterhoof */ +UPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05 WHERE `entry`=3009; + +/* Teg Dawnstrider */ +UPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 1.05 WHERE `entry`=3011; + +/* Komin Winterhoof */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3013; + +/* Nida Winterhoof */ +UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=3014; + +/* Kard Ragetotem */ +UPDATE `creature_template` SET `subname` = 'Sword and Dagger Merchant' WHERE `entry`=3021; + +/* Aska Mistrunner */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3026; + +/* Naal Mistrunner */ +UPDATE `creature_template` SET `subname` = 'Cooking Supplier', `DamageModifier` = 1.1 WHERE `entry`=3027; + +/* Kah Mistrunner */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3028; + +/* Sewa Mistrunner */ +UPDATE `creature_template` SET `subname` = 'Fishing Supplier', `DamageModifier` = 1.1 WHERE `entry`=3029; + +/* Tigor Skychaser */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3031; + +/* Beram Skychaser */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=3032; + +/* Sheal Runetotem */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=3034; + +/* Kym Wildmane */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3036; + +/* Holt Thunderhorn */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=3039; + +/* Urek Thunderhorn */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3040; + +/* Sark Ragetotem */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=3042; + +/* Ker Ragetotem */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3043; + +/* Miles Welsh */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3044; + +/* Father Cobb */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=3046; + +/* Archmage Shymm */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=3047; + +/* Ursyn Ghull */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3048; + +/* Veren Tallstrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3050; + +/* Supervisor Fizsprocket */ +UPDATE `creature_template` SET `mingold` = 5 WHERE `entry`=3051; + +/* Skorn Whitecloud */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3052; + +/* Zarlman Two-Moons */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3054; + +/* Maur Raincaller */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3055; + +/* Ghost Howl */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=3056; + +/* Cairne Bloodhoof */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 12.15, `HealthModifier` = 300.0, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 866 WHERE `entry`=3057; + +/* Arra'chea */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=3058; + +/* Harutt Thunderhorn */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3059; + +/* Gart Mistrunner */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3060; + +/* Lanka Farshot */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3061; + +/* Meela Dawnstrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3062; + +/* Krang Stonehoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3063; + +/* Gennia Runetotem */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3064; + +/* Yaw Sharpmane */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3065; + +/* Narm Skychaser */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3066; + +/* Pyall Silentstride */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3067; + +/* Chaw Stronghide */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.85 WHERE `entry`=3069; + +/* [UNUSED] [PH] Mulgore Alchemy Trainer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3070; + +/* [UNUSED] [PH] Mulgore Herbalism Trainer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3071; + +/* Kawnie Softbreeze */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3072; + +/* Marjak Keenblade */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3073; + +/* Varia Hardhide */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3074; + +/* Bronk Steelrage */ +UPDATE `creature_template` SET `subname` = 'Armorer and Shieldcrafter', `DamageModifier` = 0.75 WHERE `entry`=3075; + +/* Moorat Longstride */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3076; + +/* Mahnott Roughwound */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3077; + +/* Kennah Hawkseye */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=3078; + +/* Varg Windwhisper */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3079; + +/* Harant Ironbrace */ +UPDATE `creature_template` SET `subname` = 'Armorer and Shieldcrafter', `DamageModifier` = 0.75 WHERE `entry`=3080; + +/* Wunna Darkmane */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3081; + +/* [UNUSED] Narache Guard */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3082; + +/* Honor Guard */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.85, `ArmorModifier` = 1.3, `mingold` = 1, `maxgold` = 752 WHERE `entry`=3083; + +/* Bluffwatcher */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `HealthModifier` = 2.0, `mingold` = 1, `maxgold` = 739 WHERE `entry`=3084; + +/* Gloria Femmel */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3085; + +/* Gretchen Vogel */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3086; + +/* Crystal Boughman */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3087; + +/* Henry Chapal */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3088; + +/* Sherman Femmel */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3089; + +/* Gerald Crawley */ +UPDATE `creature_template` SET `subname` = 'Poison Supplier', `DamageModifier` = 0.9 WHERE `entry`=3090; + +/* Franklin Hamar */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=3091; + +/* Unseen */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 0.9, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry`=3094; + +/* Captured Servant of Azora */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3096; + +/* Bernard Brubaker */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3097; + +/* Dire Mottled Boar */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.53847 WHERE `entry`=3099; + +/* Vile Familiar */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `maxgold` = 7 WHERE `entry`=3101; + +/* Makrura Clacker */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 1.5, `mingold` = 2 WHERE `entry`=3103; + +/* Makrura Shellhide */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 1.5, `mingold` = 1 WHERE `entry`=3104; + +/* Makrura Snapclaw */ +UPDATE `creature_template` SET `maxlevel` = 9, `speed_run` = 0.857143, `DamageModifier` = 0.95 WHERE `entry`=3105; + +/* Encrusted Surf Crawler */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 1.15 WHERE `entry`=3108; + +/* Razormane Quilboar */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 0.85, `mingold` = 3 WHERE `entry`=3111; + +/* Razormane Scout */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.85, `mingold` = 4 WHERE `entry`=3112; + +/* Razormane Dustrunner */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95, `mingold` = 2 WHERE `entry`=3113; + +/* Razormane Battleguard */ +UPDATE `creature_template` SET `ArmorModifier` = 0.9, `mingold` = 3 WHERE `entry`=3114; + +/* Dustwind Harpy */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `mingold` = 3 WHERE `entry`=3115; + +/* Dustwind Pillager */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `mingold` = 5 WHERE `entry`=3116; + +/* Dustwind Savage */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.85, `ArmorModifier` = 0.35, `mingold` = 3 WHERE `entry`=3117; + +/* Dustwind Storm Witch */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 10 WHERE `entry`=3118; + +/* Kolkar Drudge */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 0.8, `mingold` = 4 WHERE `entry`=3119; + +/* Kolkar Outrunner */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `RangeAttackTime` = 2101 WHERE `entry`=3120; + +/* Durotar Tiger */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=3121; + +/* Armored Scorpid */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 1.5 WHERE `entry`=3126; + +/* Kul Tiras Sailor */ +UPDATE `creature_template` SET `mingold` = 1 WHERE `entry`=3128; + +/* Kul Tiras Marine */ +UPDATE `creature_template` SET `mingold` = 1 WHERE `entry`=3129; + +/* Herble Baubbletump */ +UPDATE `creature_template` SET `subname` = 'Engineering and Mining Supplies' WHERE `entry`=3133; + +/* Kzixx */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3134; + +/* Malissa */ +UPDATE `creature_template` SET `subname` = 'Poison Supplier', `DamageModifier` = 0.9 WHERE `entry`=3135; + +/* Clarise Gnarltree */ +UPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 0.95 WHERE `entry`=3136; + +/* Matt Johnson */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3137; + +/* Scott Carevin */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3138; + +/* Gar'Thok */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3139; + +/* Lar Prowltusk */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3140; + +/* Makrura Elder */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3141; + +/* Orgnil Soulscar */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3142; + +/* Gornek */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=3143; + +/* Eitrigg */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3144; + +/* Zureetha Fargaze */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3145; + +/* Gurek */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3146; + +/* Furl Scornbrow */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3147; + +/* [UNUSED] Torc the Orc */ +UPDATE `creature_template` SET `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=3148; + +/* Nez'raz */ +UPDATE `creature_template` SET `subname` = 'Zeppelin Master' WHERE `entry`=3149; + +/* Hin Denburg */ +UPDATE `creature_template` SET `subname` = 'Zeppelin Master', `DamageModifier` = 4.9 WHERE `entry`=3150; + +/* Captain Obvious */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3151; + +/* Cap'n Copyright */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3152; + +/* Frang */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3153; + +/* Jen'shan */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3154; + +/* Rwag */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3155; + +/* Nartok */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3156; + +/* Shikrik */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3157; + +/* Duokna */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3158; + +/* Kzan Thornslash */ +UPDATE `creature_template` SET `RangeAttackTime` = 1837 WHERE `entry`=3159; + +/* Huklah */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3160; + +/* Rarc */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `RangeAttackTime` = 2101 WHERE `entry`=3161; + +/* Burdrak Harglhelm */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3162; + +/* Uhgar */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3163; + +/* Jark */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3164; + +/* Ghrawt */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3165; + +/* Cutac */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3166; + +/* Wuark */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3167; + +/* Flakk */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3168; + +/* Kaplak */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3170; + +/* Thotar */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3171; + +/* Dhugru Gorelust */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=3172; + +/* Swart */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3173; + +/* Dwukk */ +UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.95 WHERE `entry`=3174; + +/* Krunn */ +UPDATE `creature_template` SET `subname` = 'Miner', `DamageModifier` = 0.75 WHERE `entry`=3175; + +/* [UNUSED] [PH] Durotar Engineering Trainer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3176; + +/* Turuk Amberstill */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3177; + +/* Stuart Fleming */ +UPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.9 WHERE `entry`=3178; + +/* Harold Riggs */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3179; + +/* Dark Iron Entrepreneur */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95 WHERE `entry`=3180; + +/* Junder Brokk */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3182; + +/* Yarrog Baneshadow */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `RangeAttackTime` = 2156, `mingold` = 3, `maxgold` = 9 WHERE `entry`=3183; + +/* Miao'zan */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.9 WHERE `entry`=3184; + +/* Mishiki */ +UPDATE `creature_template` SET `subname` = 'Herbalist', `DamageModifier` = 0.75 WHERE `entry`=3185; + +/* K'waii */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3186; + +/* Tai'tasi */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3187; + +/* Master Gadrin */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3188; + +/* Kor'ghan */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3189; + +/* Rhinag */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3190; + +/* Misha Tor'kren */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=3193; + +/* Vel'rin Fang */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3194; + +/* Burning Blade Thug */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.75, `mingold` = 3 WHERE `entry`=3195; + +/* Burning Blade Neophyte */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9, `RangeAttackTime` = 2090, `mingold` = 2 WHERE `entry`=3196; + +/* Burning Blade Fanatic */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.9, `mingold` = 2, `maxgold` = 15 WHERE `entry`=3197; + +/* Burning Blade Apprentice */ +UPDATE `creature_template` SET `mingold` = 2, `maxgold` = 17 WHERE `entry`=3198; + +/* Burning Blade Cultist */ +UPDATE `creature_template` SET `RangeAttackTime` = 2046, `mingold` = 2 WHERE `entry`=3199; + +/* Eric's AAA Special Vendor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3200; + +/* Scott Mercer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3201; + +/* [UNUSED] Josh Test */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3202; + +/* Fizzle Darkstorm */ +UPDATE `creature_template` SET `HealthModifier` = 1.0, `RangeAttackTime` = 2046, `mingold` = 3 WHERE `entry`=3203; + +/* Gazz'uz */ +UPDATE `creature_template` SET `minlevel` = 14, `maxlevel` = 14, `DamageModifier` = 1.1, `HealthModifier` = 1.3, `ArmorModifier` = 1.55, `mingold` = 12 WHERE `entry`=3204; + +/* Zalazane */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3205; + +/* Voodoo Troll */ +UPDATE `creature_template` SET `ArmorModifier` = 0.9, `mingold` = 5 WHERE `entry`=3206; + +/* Hexed Troll */ +UPDATE `creature_template` SET `DamageModifier` = 0.7, `mingold` = 2 WHERE `entry`=3207; + +/* Margoz */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3208; + +/* Brave Windfeather */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3209; + +/* Brave Proudsnout */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 689 WHERE `entry`=3210; + +/* Brave Lightninghorn */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 689 WHERE `entry`=3211; + +/* Brave Ironhorn */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3212; + +/* Brave Running Wolf */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 689 WHERE `entry`=3213; + +/* Brave Greathoof */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 689 WHERE `entry`=3214; + +/* Brave Strongbash */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3215; + +/* Neeru Fireblade */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=3216; + +/* Brave Dawneagle */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3217; + +/* Brave Swiftwind */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3218; + +/* Brave Leaping Deer */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3219; + +/* Brave Darksky */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3220; + +/* Brave Rockhorn */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3221; + +/* Brave Wildrunner */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3222; + +/* Brave Rainchaser */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3223; + +/* Brave Cloudmane */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3224; + +/* "Squealer" Thornmantle */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 3, `maxgold` = 9 WHERE `entry`=3229; + +/* Nazgrel */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 1.15, `mingold` = 1, `maxgold` = 778 WHERE `entry`=3230; + +/* Bristleback Interloper */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `mingold` = 2 WHERE `entry`=3232; + +/* Lorekeeper Raintotem */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3233; + +/* Lost Barrens Kodo */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=3234; + +/* Greater Barrens Kodo */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=3235; + +/* Barrens Kodo */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=3236; + +/* Wooly Kodo */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=3237; + +/* Savannah Patriarch */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=3241; + +/* Savannah Highmane */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3243; + +/* Ornery Plainstrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=3245; + +/* Silithid Swarmer */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3252; + +/* Silithid Harvester */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.05, `RangeAttackTime` = 1595 WHERE `entry`=3253; + +/* Bristleback Hunter */ +UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 49 WHERE `entry`=3258; + +/* Bristleback Defender */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3259; + +/* Bristleback Water Seeker */ +UPDATE `creature_template` SET `mingold` = 7, `maxgold` = 47 WHERE `entry`=3260; + +/* Bristleback Thornweaver */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 9, `maxgold` = 59 WHERE `entry`=3261; + +/* Bristleback Mystic */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3262; + +/* Bristleback Geomancer */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `mingold` = 12, `maxgold` = 62 WHERE `entry`=3263; + +/* Razormane Hunter */ +UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 23 WHERE `entry`=3265; + +/* Razormane Defender */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 4, `maxgold` = 27 WHERE `entry`=3266; + +/* Razormane Water Seeker */ +UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 17 WHERE `entry`=3267; + +/* Razormane Thornweaver */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 2, `maxgold` = 17 WHERE `entry`=3268; + +/* Razormane Geomancer */ +UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 27 WHERE `entry`=3269; + +/* Razormane Mystic */ +UPDATE `creature_template` SET `mingold` = 4 WHERE `entry`=3271; + +/* Kolkar Wrangler */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 27 WHERE `entry`=3272; + +/* Kolkar Stormer */ +UPDATE `creature_template` SET `mingold` = 6, `maxgold` = 29 WHERE `entry`=3273; + +/* Kolkar Marauder */ +UPDATE `creature_template` SET `mingold` = 13 WHERE `entry`=3275; + +/* Witchwing Harpy */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 4, `maxgold` = 34 WHERE `entry`=3276; + +/* Witchwing Roguefeather */ +UPDATE `creature_template` SET `mingold` = 5, `maxgold` = 38 WHERE `entry`=3277; + +/* Witchwing Slayer */ +UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 46 WHERE `entry`=3278; + +/* Witchwing Windcaller */ +UPDATE `creature_template` SET `maxgold` = 47 WHERE `entry`=3280; + +/* Sarkoth */ +UPDATE `creature_template` SET `modelid1` = 2864, `speed_run` = 0.857143, `RangeAttackTime` = 2167 WHERE `entry`=3281; + +/* Venture Co. Mercenary */ +UPDATE `creature_template` SET `modelid1` = 7237, `modelid3` = 3912, `mingold` = 6, `maxgold` = 36 WHERE `entry`=3282; + +/* Venture Co. Enforcer */ +UPDATE `creature_template` SET `modelid1` = 7234, `modelid3` = 1122, `modelid4` = 3911, `DamageModifier` = 0.95, `mingold` = 10, `maxgold` = 36 WHERE `entry`=3283; + +/* Venture Co. Drudger */ +UPDATE `creature_template` SET `modelid1` = 3918, `modelid2` = 3919, `modelid3` = 7233, `modelid4` = 355, `DamageModifier` = 0.95, `mingold` = 4, `maxgold` = 34 WHERE `entry`=3284; + +/* Venture Co. Peon */ +UPDATE `creature_template` SET `modelid1` = 7241, `modelid3` = 355, `modelid4` = 3917, `speed_run` = 1.14286, `DamageModifier` = 0.95, `mingold` = 4, `maxgold` = 29 WHERE `entry`=3285; + +/* Venture Co. Overseer */ +UPDATE `creature_template` SET `modelid1` = 7238, `modelid2` = 3913, `modelid3` = 3915, `mingold` = 8, `maxgold` = 43 WHERE `entry`=3286; + +/* Hana'zua */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `RangeAttackTime` = 2189 WHERE `entry`=3287; + +/* Spirit of Minshina */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `RangeAttackTime` = 2090, `mingold` = 3, `maxgold` = 13 WHERE `entry`=3289; + +/* Deek Fizzlebizz */ +UPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.95 WHERE `entry`=3290; + +/* Greishan Ironstove */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3291; + +/* Brewmaster Drohn */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3292; + +/* Rezlak */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=3293; + +/* Ophek */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3294; + +/* Sludge Beast */ +UPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry`=3295; + +/* Orgrimmar Grunt */ +UPDATE `creature_template` SET `modelid3` = 4602, `modelid4` = 4601, `minlevel` = 55, `maxlevel` = 55, `HealthModifier` = 2.0, `mingold` = 1, `maxgold` = 714 WHERE `entry`=3296; + +/* Sen'jin Watcher */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3297; + +/* Gabrielle Chase */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry`=3298; + +/* [UNUSED] Antione LeMarca */ +UPDATE `creature_template` SET `subname` = 'Trade Supplier', `detection_range` = 18.0 WHERE `entry`=3299; + +/* Adder */ +UPDATE `creature_template` SET `modelid1` = 1986, `modelid2` = 1206, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=3300; + +/* Morgan Ladimore */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=3301; + +/* [UNUSED] Korl */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3302; + +/* [UNUSED] Marna */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3303; + +/* Master Vornal */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3304; + +/* Grisha */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=3305; + +/* Keldas */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3306; + +/* [UNUSED] Orgrun Blacktusk */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3307; + +/* Karus */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3309; + +/* Doras */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=3310; + +/* Trak'gen */ +UPDATE `creature_template` SET `subname` = 'General Goods Merchant' WHERE `entry`=3313; + +/* Koma */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3318; + +/* Soran */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3320; + +/* Kaja */ +UPDATE `creature_template` SET `subname` = 'Guns and Ammo Merchant' WHERE `entry`=3322; + +/* Horthus */ +UPDATE `creature_template` SET `subname` = 'Reagents Vendor' WHERE `entry`=3323; + +/* Gest */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3327; + +/* Lumak */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3332; + +/* Rekkul */ +UPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry`=3334; + +/* Hagrus */ +UPDATE `creature_template` SET `subname` = 'Reagents Vendor' WHERE `entry`=3335; + +/* Kargal Battlescar */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3337; + +/* Sergra Darkthorn */ +UPDATE `creature_template` SET `DamageModifier` = 2.6, `ArmorModifier` = 1.1 WHERE `entry`=3338; + +/* Captain Thalo'thas Brightsun */ +UPDATE `creature_template` SET `modelid1` = 4245, `DamageModifier` = 0.9 WHERE `entry`=3339; + +/* Gann Stonespire */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3341; + +/* Shan'ti */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3342; + +/* Grelkor */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `mingold` = 1, `maxgold` = 752 WHERE `entry`=3343; + +/* Kardris Dreamseeker */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=3344; + +/* Godan */ +UPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 1.05 WHERE `entry`=3345; + +/* Kithas */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3346; + +/* Yelmak */ +UPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05 WHERE `entry`=3347; + +/* Asoran */ +UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=3350; + +/* Magenius */ +UPDATE `creature_template` SET `subname` = 'Reagents Vendor' WHERE `entry`=3351; + +/* Ormak Grimshot */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=3352; + +/* Grezz Ragefist */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=3353; + +/* Saru Steelfury */ +UPDATE `creature_template` SET `subname` = 'Artisan Blacksmith', `DamageModifier` = 0.95 WHERE `entry`=3355; + +/* Sumi */ +UPDATE `creature_template` SET `subname` = 'Blacksmithing Supplier' WHERE `entry`=3356; + +/* Makaru */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3357; + +/* Gorina */ +UPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry`=3358; + +/* Ogunaro Wolfrunner */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3362; + +/* Magar */ +UPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 1.05 WHERE `entry`=3363; + +/* Karolek */ +UPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry`=3365; + +/* Felika */ +UPDATE `creature_template` SET `subname` = 'General Trade Goods Merchant' WHERE `entry`=3367; + +/* Urtrun Clanbringer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3370; + +/* Arnok */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3373; + +/* Bael'dun Excavator */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.1, `mingold` = 12, `maxgold` = 86 WHERE `entry`=3374; + +/* Bael'dun Foreman */ +UPDATE `creature_template` SET `DamageModifier` = 0.8, `mingold` = 13, `maxgold` = 95 WHERE `entry`=3375; + +/* Bael'dun Soldier */ +UPDATE `creature_template` SET `mingold` = 17, `maxgold` = 102 WHERE `entry`=3376; + +/* Bael'dun Rifleman */ +UPDATE `creature_template` SET `mingold` = 34, `maxgold` = 111 WHERE `entry`=3377; + +/* Bael'dun Officer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 111 WHERE `entry`=3378; + +/* Burning Blade Bruiser */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=3379; + +/* Burning Blade Acolyte */ +UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 23 WHERE `entry`=3380; + +/* Southsea Brigand */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 27 WHERE `entry`=3381; + +/* Southsea Cannoneer */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 4, `maxgold` = 29 WHERE `entry`=3382; + +/* Southsea Cutthroat */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3383; + +/* Southsea Privateer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3384; + +/* Theramore Marine */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `mingold` = 5, `maxgold` = 38 WHERE `entry`=3385; + +/* Theramore Preserver */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 7, `maxgold` = 48 WHERE `entry`=3386; + +/* Jorn Skyseer */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=3387; + +/* Mahren Skyseer */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=3388; + +/* Apothecary Helbrim */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3390; + +/* Gazlowe */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 0.75 WHERE `entry`=3391; + +/* Prospector Khazgorm */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 1.1, `mingold` = 24, `maxgold` = 134 WHERE `entry`=3392; + +/* Captain Fairmount */ +UPDATE `creature_template` SET `maxgold` = 55 WHERE `entry`=3393; + +/* Barak Kodobane */ +UPDATE `creature_template` SET `DamageModifier` = 2.5, `mingold` = 12, `maxgold` = 40 WHERE `entry`=3394; + +/* Verog the Dervish */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 5, `maxgold` = 26 WHERE `entry`=3395; + +/* Kolkar Bloodcharger */ +UPDATE `creature_template` SET `maxgold` = 29 WHERE `entry`=3397; + +/* Gesharahan */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.2 WHERE `entry`=3398; + +/* Zamja */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3399; + +/* Xen'to */ +UPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry`=3400; + +/* Shenthul */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=3401; + +/* Zando'zan */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3402; + +/* Sian'tsu */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3403; + +/* Jandi */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3404; + +/* Zeal'aya */ +UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=3405; + +/* Sian'dur */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3407; + +/* Zel'mak */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3408; + +/* Zendo'jian */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=3409; + +/* Denni'ka */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=3411; + +/* Nogg */ +UPDATE `creature_template` SET `subname` = 'Expert Engineer', `DamageModifier` = 1.05 WHERE `entry`=3412; + +/* General Twinbraid */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3414; + +/* Savannah Huntress */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3415; + +/* Savannah Matriarch */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3416; + +/* Living Flame */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `dmgschool` = 2, `ArmorModifier` = 0.95, `RangeAttackTime` = 2002, `mingold` = 5, `maxgold` = 23 WHERE `entry`=3417; + +/* Kirge Sternhorn */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3418; + +/* Apothecary Zamah */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3419; + +/* [UNUSED] Ancestral Watcher */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3420; + +/* Feegly the Exiled */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3421; + +/* Savannah Prowler */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3425; + +/* [UNUSED] Kendur */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `detection_range` = 18.0 WHERE `entry`=3427; + +/* Korran */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3428; + +/* Thork */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3429; + +/* Mangletooth */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3430; + +/* Grenthar */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3431; + +/* Mankrik */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3432; + +/* Tatternack Steelforge */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3433; + +/* Nak */ +UPDATE `creature_template` SET `maxgold` = 54 WHERE `entry`=3434; + +/* Lok Orcbane */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 122 WHERE `entry`=3435; + +/* Kuz */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 32, `maxgold` = 84 WHERE `entry`=3436; + +/* Crekori Mudwater */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3437; + +/* Kreenig Snarlsnout */ +UPDATE `creature_template` SET `maxgold` = 30 WHERE `entry`=3438; + +/* Wizzlecrank's Shredder */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3439; + +/* [UNUSED] Ancestral Sage */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3440; + +/* Melor Stonehoof */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=3441; + +/* Sputtervalve */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3442; + +/* Grub */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3443; + +/* Dig Rat */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=3444; + +/* Supervisor Lugwizzle */ +UPDATE `creature_template` SET `mingold` = 19, `maxgold` = 53 WHERE `entry`=3445; + +/* Mebok Mizzyrix */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3446; + +/* Pawe Mistrunner */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3447; + +/* Tonga Runetotem */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3448; + +/* Darsok Swiftdagger */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3449; + +/* Defias Companion */ +UPDATE `creature_template` SET `DamageModifier` = 0.5, `ArmorModifier` = 1.05 WHERE `entry`=3450; + +/* Pilot Wizzlecrank */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 1, `maxgold` = 188 WHERE `entry`=3451; + +/* Wharfmaster Dizzywig */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3453; + +/* Cannoneer Smythe */ +UPDATE `creature_template` SET `maxgold` = 46 WHERE `entry`=3454; + +/* Cannoneer Whessan */ +UPDATE `creature_template` SET `maxgold` = 45 WHERE `entry`=3455; + +/* Razormane Pathfinder */ +UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 68 WHERE `entry`=3456; + +/* Razormane Stalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 13, `maxgold` = 95 WHERE `entry`=3457; + +/* Razormane Seer */ +UPDATE `creature_template` SET `mingold` = 17, `maxgold` = 104 WHERE `entry`=3458; + +/* Razormane Warfrenzy */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `mingold` = 22, `maxgold` = 113 WHERE `entry`=3459; + +/* Mud Crawler */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3460; + +/* Elder Barrens Giraffe */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3462; + +/* Gazrog */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3464; + +/* Gilthares Firebough */ +UPDATE `creature_template` SET `modelid1` = 4244, `DamageModifier` = 0.7 WHERE `entry`=3465; + +/* Baron Longshore */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 42 WHERE `entry`=3467; + +/* Ancient of Lore */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=3468; + +/* Ancient of War */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=3469; + +/* Rathorian */ +UPDATE `creature_template` SET `dmgschool` = 5, `mingold` = 7 WHERE `entry`=3470; + +/* Tinkerer Sniggles */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 32 WHERE `entry`=3471; + +/* Lakota'mani */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=3474; + +/* Hraq */ +UPDATE `creature_template` SET `subname` = 'Blacksmithing Supplier', `DamageModifier` = 0.8 WHERE `entry`=3477; + +/* Traugh */ +UPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 0.95 WHERE `entry`=3478; + +/* Nargal Deatheye */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3479; + +/* Moorane Hearthgrain */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3480; + +/* Barg */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3481; + +/* Tari'qa */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3482; + +/* Jahan Hawkwing */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3483; + +/* Kil'hala */ +UPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry`=3484; + +/* Wrahk */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3485; + +/* Halija Whitestrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3486; + +/* Kalyimah Stormcloud */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3487; + +/* Uthrok */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3488; + +/* Zargh */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3489; + +/* Hula'mahi */ +UPDATE `creature_template` SET `subname` = 'Reagents and Herbs' WHERE `entry`=3490; + +/* Ironzar */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3491; + +/* Tinkerwiz */ +UPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9 WHERE `entry`=3494; + +/* Gagsprocket */ +UPDATE `creature_template` SET `subname` = 'Engineering Goods', `DamageModifier` = 0.85 WHERE `entry`=3495; + +/* Kilxx */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3497; + +/* Jazzik */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3498; + +/* Ranik */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3499; + +/* Tarhus */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor', `ArmorModifier` = 0.85 WHERE `entry`=3500; + +/* Ratchet Bruiser */ +UPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry`=3502; + +/* Gil */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=3504; + +/* Pat */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=3505; + +/* Andi */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=3507; + +/* Mikey */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=3508; + +/* Geoff */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=3509; + +/* Twain */ +UPDATE `creature_template` SET `DamageModifier` = 2.05 WHERE `entry`=3510; + +/* Steven */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=3511; + +/* Jimmy */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=3512; + +/* Miss Danna */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3513; + +/* Tenaron Stormgrip */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3514; + +/* Corithras Moonrage */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3515; + +/* Arch Druid Fandral Staghelm */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 7.85, `HealthModifier` = 300.0, `ArmorModifier` = 1.3 WHERE `entry`=3516; + +/* Rellian Greenspyre */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3517; + +/* Thomas Miller */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3518; + +/* Sentinel Arynia Cloudsbreak */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3519; + +/* Ol' Emma */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=3520; + +/* Ak'Zeloth */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3521; + +/* Bowen Brisboise */ +UPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry`=3523; + +/* Spirit Wolf */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `DamageModifier` = 1.3 WHERE `entry`=3524; + +/* [UNUSED] Turtle Trainer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3525; + +/* Pyrewood Armorer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.6, `HealthModifier` = 3.0, `ArmorModifier` = 1.45 WHERE `entry`=3528; + +/* Moonrage Armorer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 1, `maxgold` = 252 WHERE `entry`=3529; + +/* Pyrewood Tailor */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 20 WHERE `entry`=3530; + +/* Moonrage Tailor */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 1, `maxgold` = 282 WHERE `entry`=3531; + +/* Pyrewood Leatherworker */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.6, `HealthModifier` = 3.0, `ArmorModifier` = 1.45 WHERE `entry`=3532; + +/* Moonrage Leatherworker */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 9, `maxgold` = 79 WHERE `entry`=3533; + +/* Wallace the Blind */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.75 WHERE `entry`=3534; + +/* Blackmoss the Fetid */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 2.7, `mingold` = 9 WHERE `entry`=3535; + +/* Kris Legace */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=3536; + +/* Overwatch Mark I */ +UPDATE `creature_template` SET `ArmorModifier` = 1.35 WHERE `entry`=3538; + +/* Hal McAllister */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3540; + +/* Sarah Raycroft */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3541; + +/* Jaysin Lanyda */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3542; + +/* Robert Aebischer */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.9 WHERE `entry`=3543; + +/* Claude Erksine */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3545; + +/* Bernie Heisten */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3546; + +/* Shelene Rhobart */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9 WHERE `entry`=3549; + +/* Johan Focht */ +UPDATE `creature_template` SET `subname` = 'Miner' WHERE `entry`=3555; + +/* Andrew Hilbert */ +UPDATE `creature_template` SET `subname` = 'Trade Goods', `maxlevel` = 20 WHERE `entry`=3556; + +/* Guillaume Sorouy */ +UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith' WHERE `entry`=3557; + +/* [UNUSED] Temp Poisoning Vendor Undead */ +UPDATE `creature_template` SET `subname` = 'Poison Vendor', `detection_range` = 18.0 WHERE `entry`=3558; + +/* Temp Poisoning Vendor Dwarf */ +UPDATE `creature_template` SET `subname` = 'Poison Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3559; + +/* Healing Ward */ +UPDATE `creature_template` SET `minlevel` = 37, `DamageModifier` = 0.2 WHERE `entry`=3560; + +/* Kyrai */ +UPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry`=3561; + +/* Alaindia */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=3562; + +/* Temp Reagent Vendor Dwarf */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3564; + +/* [UNUSED] Temp Reagent Vendor Undead */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor', `detection_range` = 18.0 WHERE `entry`=3565; + +/* Tallonkai Swiftroot */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3567; + +/* Mist */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `BaseAttackTime` = 2000 WHERE `entry`=3568; + +/* Bogling */ +UPDATE `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; + +/* Cleansed Timberling */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.857143, `DamageModifier` = 1.05, `maxgold` = 1 WHERE `entry`=3570; + +/* Teldrassil Sentinel */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 5.55, `ArmorModifier` = 1.4, `mingold` = 85, `maxgold` = 425 WHERE `entry`=3571; + +/* Zizzek */ +UPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.85 WHERE `entry`=3572; + +/* Praenus Raxxeus */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=3575; + +/* Dalaran Miner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.05 WHERE `entry`=3578; + +/* Sewer Beast */ +UPDATE `creature_template` SET `DamageModifier` = 2.55 WHERE `entry`=3581; + +/* Aman */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry`=3582; + +/* Barithras Moonshade */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3583; + +/* Therylune */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.7, `ArmorModifier` = 0.6 WHERE `entry`=3584; + +/* Therysil */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3585; + +/* Miner Johnson */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.55, `RangeAttackTime` = 1650 WHERE `entry`=3586; + +/* Lyrai */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3587; + +/* Khardan Proudblade */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3588; + +/* Keina */ +UPDATE `creature_template` SET `DamageModifier` = 28.0, `ArmorModifier` = 6.95 WHERE `entry`=3589; + +/* Janna Brightmoon */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3590; + +/* Freja Nightwing */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3591; + +/* Andiss */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3592; + +/* Alyissia */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3593; + +/* Frahun Shadewhisper */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3594; + +/* Shanda */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3595; + +/* Ayanna Everstride */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3596; + +/* Mardant Strongoak */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3597; + +/* Kyra Windblade */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3598; + +/* Jannok Breezesong */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3599; + +/* Laurna Morninglight */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3600; + +/* Dazalar */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3601; + +/* Kal */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3602; + +/* Cyndra Kindwhisper */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.95 WHERE `entry`=3603; + +/* Malorne Bladeleaf */ +UPDATE `creature_template` SET `subname` = 'Herbalist', `DamageModifier` = 0.7 WHERE `entry`=3604; + +/* Nadyia Maneweaver */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker' WHERE `entry`=3605; + +/* Alanna Raveneye */ +UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.95 WHERE `entry`=3606; + +/* Androl Oakhand */ +UPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=3607; + +/* Aldia */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3608; + +/* Shalomon */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3609; + +/* Jeena Featherbow */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3610; + +/* Brannol Eaglemoon */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3611; + +/* Sinda */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3612; + +/* Meri Ironweave */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3613; + +/* Narret Shadowgrove */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3614; + +/* Devrak */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=3615; + +/* Lordaeron Citizen */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `DamageModifier` = 1.3, `HealthModifier` = 1.0, `RangeAttackTime` = 2046, `mingold` = 4, `maxgold` = 19 WHERE `entry`=3617; + +/* Ghost Saber */ +UPDATE `creature_template` SET `DamageModifier` = 1.8, `RangeAttackTime` = 1947, `mingold` = 6, `maxgold` = 32 WHERE `entry`=3619; + +/* Harruk */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3620; + +/* Grokor */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3622; + +/* [UNUSED] Tursk */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3623; + +/* Zudd */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3624; + +/* Rarck */ +UPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry`=3625; + +/* Jenn Langston */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=3626; + +/* Erich Lohan */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=3627; + +/* Steven Lohan */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=3628; + +/* David Langston */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=3629; + +/* Deviate Coiler */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=3630; + +/* Deviate Stinglash */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=3631; + +/* Deviate Creeper */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=3632; + +/* Deviate Slayer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=3633; + +/* Deviate Stalker */ +UPDATE `creature_template` SET `maxlevel` = 17, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=3634; + +/* Devouring Ectoplasm */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.95, `HealthModifier` = 3.0 WHERE `entry`=3638; + +/* Sentinel Tysha Moonblade */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3639; + +/* Evolving Ectoplasm */ +UPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry`=3640; + +/* Deviate Lurker */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=3641; + +/* Deviate Horror */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=3642; + +/* Cerellean Whiteclaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3644; + +/* Thundris Windweaver */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3649; + +/* Asterion */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3650; + +/* [UNUSED] Kolkar Observer */ +UPDATE `creature_template` SET `modelid2` = 1257, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=3651; + +/* Trigore the Lasher */ +UPDATE `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; + +/* Kresh */ +UPDATE `creature_template` SET `ArmorModifier` = 5.0 WHERE `entry`=3653; + +/* Mutanus the Devourer */ +UPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 22, `DamageModifier` = 3.65, `ArmorModifier` = 0.95, `mingold` = 50, `maxgold` = 270 WHERE `entry`=3654; + +/* Mad Magglish */ +UPDATE `creature_template` SET `minlevel` = 18, `maxlevel` = 18, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 179 WHERE `entry`=3655; + +/* Sentinel Elissa Starbreeze */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3657; + +/* Lizzarik */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3658; + +/* Jorb */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=3659; + +/* Athrikus Narassin */ +UPDATE `creature_template` SET `maxgold` = 172 WHERE `entry`=3660; + +/* Balthule Shadowstrike */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3661; + +/* Delgren the Purifier */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3663; + +/* Ilkrud Magthrull */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `maxgold` = 69 WHERE `entry`=3664; + +/* Crane Operator Bigglefuzz */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3665; + +/* Wizbang Cranktoggle */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3666; + +/* Anaya Dawnrunner */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 35 WHERE `entry`=3667; + +/* Tortured Highborne Soul */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3668; + +/* Lord Cobrahn */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `mingold` = 87 WHERE `entry`=3669; + +/* Lord Pythas */ +UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 21, `DamageModifier` = 2.85 WHERE `entry`=3670; + +/* Lady Anacondra */ +UPDATE `creature_template` SET `mingold` = 56, `maxgold` = 180 WHERE `entry`=3671; + +/* Boahn */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `rank` = 2, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=3672; + +/* Lord Serpentis */ +UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 21, `DamageModifier` = 2.85, `maxgold` = 255 WHERE `entry`=3673; + +/* Skum */ +UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 21, `DamageModifier` = 2.75, `ArmorModifier` = 0.95 WHERE `entry`=3674; + +/* Disciple of Naralex */ +UPDATE `creature_template` SET `DamageModifier` = 2.7, `ArmorModifier` = 1.0, `ManaModifier` = 2.0 WHERE `entry`=3678; + +/* Naralex */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3679; + +/* Serpentbloom Snake */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=3680; + +/* Wisp */ +UPDATE `creature_template` SET `DamageModifier` = 4.45 WHERE `entry`=3681; + +/* Kiknikle */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=3683; + +/* Pizznukle */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=3684; + +/* Harb Clawhoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3685; + +/* Reban Freerunner */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3688; + +/* Laer Stepperunner */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3689; + +/* Kar Stormsinger */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3690; + +/* Raene Wolfrunner */ +UPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 1.1 WHERE `entry`=3691; + +/* Volcor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.75, `ArmorModifier` = 0.55 WHERE `entry`=3692; + +/* Terenthis */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3693; + +/* Sentinel Selarin */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `RangeAttackTime` = 1991, `mingold` = 1, `maxgold` = 251 WHERE `entry`=3694; + +/* Ran Bloodtooth */ +UPDATE `creature_template` SET `maxgold` = 151 WHERE `entry`=3696; + +/* Kyln Longclaw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3697; + +/* Bolyun */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.1, `unit_class` = 1 WHERE `entry`=3698; + +/* Nerra */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3699; + +/* Jadenvis Seawatcher */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=3700; + +/* Tharnariun Treetender */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3701; + +/* Alanndarian Nightsong */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=3702; + +/* Krulmoo Fullmoon */ +UPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry`=3703; + +/* Mahani */ +UPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 0.95 WHERE `entry`=3704; + +/* Gahroot */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3705; + +/* Tai'jin */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3706; + +/* Ken'jai */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3707; + +/* Gruna */ +UPDATE `creature_template` SET `ArmorModifier` = 0.25 WHERE `entry`=3708; + +/* Wrathtail Myrmidon */ +UPDATE `creature_template` SET `mingold` = 23, `maxgold` = 57 WHERE `entry`=3711; + +/* Wrathtail Razortail */ +UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 43 WHERE `entry`=3712; + +/* Wrathtail Wave Rider */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 59 WHERE `entry`=3713; + +/* Wrathtail Sea Witch */ +UPDATE `creature_template` SET `mingold` = 10, `maxgold` = 64 WHERE `entry`=3715; + +/* Wrathtail Sorceress */ +UPDATE `creature_template` SET `mingold` = 8, `maxgold` = 60 WHERE `entry`=3717; + +/* [UNUSED] Wrathtail Tide Princess */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=3718; + +/* Mystlash Hydra */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3721; + +/* Mystlash Flayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.9, `RangeAttackTime` = 1936, `mingold` = 7, `maxgold` = 34 WHERE `entry`=3722; + +/* Dark Strand Cultist */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95, `mingold` = 13, `maxgold` = 55 WHERE `entry`=3725; + +/* Dark Strand Enforcer */ +UPDATE `creature_template` SET `modelid1` = 1643, `speed_walk` = 1.0, `mingold` = 13, `maxgold` = 70 WHERE `entry`=3727; + +/* Dark Strand Adept */ +UPDATE `creature_template` SET `modelid2` = 10857, `speed_walk` = 1.0, `DamageModifier` = 1.15, `mingold` = 15, `maxgold` = 59 WHERE `entry`=3728; + +/* Dark Strand Excavator */ +UPDATE `creature_template` SET `modelid1` = 9751, `modelid2` = 1643, `speed_walk` = 1.0, `DamageModifier` = 0.95, `mingold` = 10, `maxgold` = 51 WHERE `entry`=3730; + +/* Forsaken Seeker */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 20, `maxgold` = 52 WHERE `entry`=3732; + +/* Forsaken Herbalist */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 14, `maxgold` = 53 WHERE `entry`=3733; + +/* Forsaken Thug */ +UPDATE `creature_template` SET `ArmorModifier` = 1.05, `mingold` = 20, `maxgold` = 66 WHERE `entry`=3734; + +/* Apothecary Falthis */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0 WHERE `entry`=3735; + +/* Darkslayer Mordenthal */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05 WHERE `entry`=3736; + +/* Saltspittle Puddlejumper */ +UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 52 WHERE `entry`=3737; + +/* Saltspittle Warrior */ +UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 61 WHERE `entry`=3739; + +/* Saltspittle Muckdweller */ +UPDATE `creature_template` SET `mingold` = 24, `maxgold` = 70 WHERE `entry`=3740; + +/* Saltspittle Oracle */ +UPDATE `creature_template` SET `maxgold` = 49 WHERE `entry`=3742; + +/* Foulweald Warrior */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `mingold` = 14, `maxgold` = 104 WHERE `entry`=3743; + +/* Foulweald Pathfinder */ +UPDATE `creature_template` SET `mingold` = 17, `maxgold` = 69 WHERE `entry`=3745; + +/* Foulweald Den Watcher */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `maxgold` = 68 WHERE `entry`=3746; + +/* Foulweald Shaman */ +UPDATE `creature_template` SET `maxgold` = 107 WHERE `entry`=3748; + +/* Foulweald Ursa */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `maxgold` = 99 WHERE `entry`=3749; + +/* Xavian Rogue */ +UPDATE `creature_template` SET `maxgold` = 156 WHERE `entry`=3752; + +/* Xavian Betrayer */ +UPDATE `creature_template` SET `mingold` = 40, `maxgold` = 128 WHERE `entry`=3754; + +/* Xavian Felsworn */ +UPDATE `creature_template` SET `mingold` = 31, `maxgold` = 75 WHERE `entry`=3755; + +/* Xavian Hellcaller */ +UPDATE `creature_template` SET `mingold` = 32, `maxgold` = 152 WHERE `entry`=3757; + +/* Felmusk Satyr */ +UPDATE `creature_template` SET `mingold` = 25, `maxgold` = 113 WHERE `entry`=3758; + +/* Felmusk Rogue */ +UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 124 WHERE `entry`=3759; + +/* Felmusk Felsworn */ +UPDATE `creature_template` SET `minlevel` = 25, `mingold` = 19, `maxgold` = 121 WHERE `entry`=3762; + +/* Felmusk Shadowstalker */ +UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 128 WHERE `entry`=3763; + +/* Bleakheart Satyr */ +UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 129 WHERE `entry`=3765; + +/* Bleakheart Trickster */ +UPDATE `creature_template` SET `mingold` = 24, `maxgold` = 140 WHERE `entry`=3767; + +/* Bleakheart Shadowstalker */ +UPDATE `creature_template` SET `unit_class` = 1, `mingold` = 22, `maxgold` = 133 WHERE `entry`=3770; + +/* Bleakheart Hellcaller */ +UPDATE `creature_template` SET `mingold` = 24, `maxgold` = 128 WHERE `entry`=3771; + +/* Lesser Felguard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `maxgold` = 97 WHERE `entry`=3772; + +/* Akkrilus */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1567 WHERE `entry`=3773; + +/* Felslayer */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=3774; + +/* Aelyssa */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3777; + +/* Myielea Starwhisper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3778; + +/* Syurana */ +UPDATE `creature_template` SET `subname` = 'Trade Goods Supplies', `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=3779; + +/* Shadethicket Moss Eater */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 15, `maxgold` = 80 WHERE `entry`=3780; + +/* Shadethicket Wood Shaper */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `maxgold` = 93 WHERE `entry`=3781; + +/* Shadethicket Stone Mover */ +UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 94 WHERE `entry`=3782; + +/* Shadethicket Raincaller */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `maxgold` = 48 WHERE `entry`=3783; + +/* Shadethicket Bark Ripper */ +UPDATE `creature_template` SET `mingold` = 23, `maxgold` = 122 WHERE `entry`=3784; + +/* Terrowulf Fleshripper */ +UPDATE `creature_template` SET `mingold` = 35, `maxgold` = 124 WHERE `entry`=3789; + +/* Terrowulf Shadow Weaver */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 123 WHERE `entry`=3791; + +/* Terrowulf Packlord */ +UPDATE `creature_template` SET `minlevel` = 32, `speed_walk` = 1.0, `DamageModifier` = 3.5, `ArmorModifier` = 0.85, `BaseAttackTime` = 1375, `RangeAttackTime` = 1512 WHERE `entry`=3792; + +/* Initiate Druid */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3793; + +/* Druid of the Talon */ +UPDATE `creature_template` SET `modelid1` = 2572, `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; + +/* Druid of the Claw */ +UPDATE `creature_template` SET `modelid1` = 2572, `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; + +/* Druid of the Wild */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3796; + +/* Cenarion Protector */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `ArmorModifier` = 1.5, `maxgold` = 104 WHERE `entry`=3797; + +/* Severed Druid */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.2, `mingold` = 13, `maxgold` = 133 WHERE `entry`=3799; + +/* Severed Sleeper */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `mingold` = 24, `maxgold` = 130 WHERE `entry`=3801; + +/* Severed Dreamer */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `mingold` = 30, `maxgold` = 166 WHERE `entry`=3802; + +/* Severed Keeper */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 37, `maxgold` = 166 WHERE `entry`=3803; + +/* Forsaken Intruder */ +UPDATE `creature_template` SET `mingold` = 23, `maxgold` = 131 WHERE `entry`=3804; + +/* Forsaken Infiltrator */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.65, `mingold` = 31, `maxgold` = 156 WHERE `entry`=3806; + +/* Forsaken Assassin */ +UPDATE `creature_template` SET `maxgold` = 151 WHERE `entry`=3807; + +/* Forsaken Dark Stalker */ +UPDATE `creature_template` SET `maxgold` = 150 WHERE `entry`=3808; + +/* Ashenvale Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.45 WHERE `entry`=3809; + +/* Elder Ashenvale Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.45 WHERE `entry`=3810; + +/* Giant Ashenvale Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.45 WHERE `entry`=3811; + +/* Clattering Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=3812; + +/* Spined Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=3814; + +/* Blink Dragon */ +UPDATE `creature_template` SET `maxlevel` = 27, `maxgold` = 133 WHERE `entry`=3815; + +/* Ghostpaw Alpha */ +UPDATE `creature_template` SET `DamageModifier` = 0.78 WHERE `entry`=3825; + +/* Rabid Ghostpaw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3826; + +/* [UNUSED] Ancient Guardian */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0 WHERE `entry`=3831; + +/* Cenarion Steward */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3832; + +/* Cenarion Vindicator */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `mingold` = 34, `maxgold` = 57 WHERE `entry`=3833; + +/* Crazed Ancient */ +UPDATE `creature_template` SET `mingold` = 30, `maxgold` = 143 WHERE `entry`=3834; + +/* Biletoad */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=3835; + +/* Mountaineer Pebblebitty */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.95, `RangeAttackTime` = 1727 WHERE `entry`=3836; + +/* Vesprystus */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=3838; + +/* Voidlasher */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=3839; + +/* Druid of the Fang */ +UPDATE `creature_template` SET `maxlevel` = 20, `mingold` = 36, `maxgold` = 136 WHERE `entry`=3840; + +/* Caylais Moonfeather */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=3841; + +/* Brombar Higgleby */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=3842; + +/* Anaya */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `RangeAttackTime` = 2057, `mingold` = 1, `maxgold` = 7 WHERE `entry`=3843; + +/* Healing Ward IV */ +UPDATE `creature_template` SET `DamageModifier` = 0.25, `ArmorModifier` = 0.95 WHERE `entry`=3844; + +/* Talen */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=3846; + +/* Orendil Broadleaf */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3847; + +/* Kayneth Stillwind */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3848; + +/* Deathstalker Adamant */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `maxgold` = 154 WHERE `entry`=3849; + +/* Sorcerer Ashcrombe */ +UPDATE `creature_template` SET `mingold` = 59 WHERE `entry`=3850; + +/* Shadowfang Whitescalp */ +UPDATE `creature_template` SET `mingold` = 30, `maxgold` = 178 WHERE `entry`=3851; + +/* Shadowfang Bloodhowler */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=3852; + +/* Shadowfang Moonwalker */ +UPDATE `creature_template` SET `maxlevel` = 20, `mingold` = 32, `maxgold` = 192 WHERE `entry`=3853; + +/* Shadowfang Wolfguard */ +UPDATE `creature_template` SET `maxlevel` = 21, `DamageModifier` = 3.3, `ArmorModifier` = 0.95, `mingold` = 16, `maxgold` = 164 WHERE `entry`=3854; + +/* Shadowfang Darksoul */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21, `DamageModifier` = 3.5, `ArmorModifier` = 0.95, `mingold` = 40, `maxgold` = 209 WHERE `entry`=3855; + +/* Shadowfang Glutton */ +UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22, `mingold` = 41, `maxgold` = 202 WHERE `entry`=3857; + +/* Shadowfang Ragetooth */ +UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `mingold` = 74, `maxgold` = 303 WHERE `entry`=3859; + +/* Shadowfang Tainted One */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry`=3860; + +/* Bleak Worg */ +UPDATE `creature_template` SET `maxlevel` = 19, `DamageModifier` = 4.95 WHERE `entry`=3861; + +/* Slavering Worg */ +UPDATE `creature_template` SET `maxlevel` = 19, `DamageModifier` = 3.2 WHERE `entry`=3862; + +/* Lupine Horror */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `DamageModifier` = 2.95, `ArmorModifier` = 0.85 WHERE `entry`=3863; + +/* Fel Steed */ +UPDATE `creature_template` SET `maxlevel` = 20, `DamageModifier` = 3.4 WHERE `entry`=3864; + +/* Shadow Charger */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21, `DamageModifier` = 3.1, `ArmorModifier` = 1.55, `mingold` = 15, `maxgold` = 75 WHERE `entry`=3865; + +/* Vile Bat */ +UPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 23, `DamageModifier` = 2.7, `ArmorModifier` = 0.9 WHERE `entry`=3866; + +/* Blood Seeker */ +UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `DamageModifier` = 3.05, `ArmorModifier` = 0.85 WHERE `entry`=3868; + +/* Lesser Gargoyle */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=3869; + +/* Stone Sleeper */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=3870; + +/* Deathsworn Captain */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `DamageModifier` = 2.8, `ArmorModifier` = 0.85, `RangeAttackTime` = 1595, `mingold` = 29, `maxgold` = 145 WHERE `entry`=3872; + +/* Tormented Officer */ +UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `DamageModifier` = 2.9, `mingold` = 48, `maxgold` = 290 WHERE `entry`=3873; + +/* Haunted Servitor */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21, `DamageModifier` = 3.3, `ArmorModifier` = 0.9, `mingold` = 33, `maxgold` = 215 WHERE `entry`=3875; + +/* Traumatized Spirit */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=3876; + +/* Wailing Guardsman */ +UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22, `DamageModifier` = 3.15, `mingold` = 68, `maxgold` = 259 WHERE `entry`=3877; + +/* Magthrull's Doomguard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3878; + +/* Dark Strand Assassin */ +UPDATE `creature_template` SET `modelid3` = 6388, `speed_walk` = 1.0, `DamageModifier` = 1.6, `RangeAttackTime` = 1936, `mingold` = 7, `maxgold` = 60 WHERE `entry`=3879; + +/* Sentinel Melyria Frostshadow */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3880; + +/* Zlagk */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3882; + +/* Moodan Sungrain */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=3883; + +/* Jhawna Oatwind */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3884; + +/* Sentinel Velene Starstrike */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3885; + +/* Razorclaw the Butcher */ +UPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 22, `DamageModifier` = 3.92, `mingold` = 120, `maxgold` = 233 WHERE `entry`=3886; + +/* Baron Silverlaine */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 24, `DamageModifier` = 3.2, `ArmorModifier` = 0.85, `mingold` = 94, `maxgold` = 279 WHERE `entry`=3887; + +/* Brakgul Deathbringer */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry`=3890; + +/* Teronis' Corpse */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3891; + +/* Relara Whitemoon */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=3892; + +/* Forsaken Scout */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `BaseAttackTime` = 2000, `RangeAttackTime` = 1925, `mingold` = 10, `maxgold` = 88 WHERE `entry`=3893; + +/* Captain Noteo */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3895; + +/* Captain Hart */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3896; + +/* Krolg */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.45 WHERE `entry`=3897; + +/* Aligar the Tormentor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6, `RangeAttackTime` = 1914, `mingold` = 10, `maxgold` = 90 WHERE `entry`=3898; + +/* Balizar the Umbrage */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.15, `RangeAttackTime` = 1914, `mingold` = 10, `maxgold` = 52 WHERE `entry`=3899; + +/* Caedakar the Vicious */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.9, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 63 WHERE `entry`=3900; + +/* Illiyana */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=3901; + +/* Rethilgore */ +UPDATE `creature_template` SET `mingold` = 51, `maxgold` = 206 WHERE `entry`=3914; + +/* Dagri */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=3915; + +/* Shael'dryn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.55 WHERE `entry`=3916; + +/* Befouled Water Elemental */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.65 WHERE `entry`=3917; + +/* Withered Ancient */ +UPDATE `creature_template` SET `mingold` = 27, `maxgold` = 117 WHERE `entry`=3919; + +/* Thistlefur Ursa */ +UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 103 WHERE `entry`=3921; + +/* Thistlefur Den Watcher */ +UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 99 WHERE `entry`=3923; + +/* Thistlefur Shaman */ +UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 103 WHERE `entry`=3924; + +/* Thistlefur Avenger */ +UPDATE `creature_template` SET `mingold` = 15, `maxgold` = 103 WHERE `entry`=3925; + +/* Thistlefur Pathfinder */ +UPDATE `creature_template` SET `mingold` = 17, `maxgold` = 104 WHERE `entry`=3926; + +/* Wolf Master Nandos */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `mingold` = 114, `maxgold` = 338 WHERE `entry`=3927; + +/* Rotting Slime */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3928; + +/* Shadethicket Oracle */ +UPDATE `creature_template` SET `maxgold` = 123 WHERE `entry`=3931; + +/* Bloodtooth Guard */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 29, `maxgold` = 145 WHERE `entry`=3932; + +/* Hai'zan */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3933; + +/* Toddrick */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3935; + +/* Shandris Feathermoon */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `DamageModifier` = 1.0 WHERE `entry`=3936; + +/* Kira Songshine */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3937; + +/* Roth Bluntblade */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3938; + +/* Uthil Mooncall */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `maxgold` = 112 WHERE `entry`=3941; + +/* Mavoris Cloudsbreak */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `maxgold` = 126 WHERE `entry`=3942; + +/* Ruuzel */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `maxgold` = 95 WHERE `entry`=3943; + +/* Wrathtail Priestess */ +UPDATE `creature_template` SET `mingold` = 15, `maxgold` = 69 WHERE `entry`=3944; + +/* Caravaneer Ruzzgot */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 0.65 WHERE `entry`=3945; + +/* Velinde Starsong */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `DamageModifier` = 0.2, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=3946; + +/* Goblin Shipbuilder */ +UPDATE `creature_template` SET `DamageModifier` = 2.7, `maxgold` = 194 WHERE `entry`=3947; + +/* Honni Goldenoat */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3948; + +/* Minor Water Guardian */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.55556, `speed_run` = 0.428571, `dmgschool` = 4, `DamageModifier` = 4.15, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=3950; + +/* Aeolynn */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3952; + +/* Shandrina */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3955; + +/* Harklan Moongrove */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3956; + +/* Jainay Featherbreeze */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3957; + +/* Ulthaan */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=3960; + +/* Danlaar Nightstride */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=3963; + +/* Kylanna */ +UPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 0.95 WHERE `entry`=3964; + +/* Cylania Rootstalker */ +UPDATE `creature_template` SET `subname` = 'Herbalist', `DamageModifier` = 0.9 WHERE `entry`=3965; + +/* Kaleem */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3966; + +/* Aayndia Floralwind */ +UPDATE `creature_template` SET `subname` = 'Expert Leatherworker' WHERE `entry`=3967; + +/* Agro 5 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3971; + +/* Agro 7 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3972; + +/* Agro 10 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3973; + +/* Houndmaster Loksey */ +UPDATE `creature_template` SET `DamageModifier` = 4.35, `mingold` = 232, `maxgold` = 729 WHERE `entry`=3974; + +/* Herod */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `ArmorModifier` = 0.8, `mingold` = 336 WHERE `entry`=3975; + +/* Scarlet Commander Mograine */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `DamageModifier` = 4.55, `ArmorModifier` = 0.9, `mingold` = 285 WHERE `entry`=3976; + +/* High Inquisitor Whitemane */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `DamageModifier` = 4.55, `ArmorModifier` = 0.9, `maxgold` = 773 WHERE `entry`=3977; + +/* Vorrel Sengutz */ +UPDATE `creature_template` SET `DamageModifier` = 2.05 WHERE `entry`=3981; + +/* Monika Sengutz */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=3982; + +/* Interrogator Vishas */ +UPDATE `creature_template` SET `maxgold` = 588 WHERE `entry`=3983; + +/* Nancy Vishas */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `maxgold` = 670 WHERE `entry`=3984; + +/* Grandpa Vishas */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `maxgold` = 630 WHERE `entry`=3985; + +/* Sarilus Foulborne */ +UPDATE `creature_template` SET `maxgold` = 116 WHERE `entry`=3986; + +/* Dal Bloodclaw */ +UPDATE `creature_template` SET `mingold` = 19, `maxgold` = 77 WHERE `entry`=3987; + +/* Venture Co. Operator */ +UPDATE `creature_template` SET `mingold` = 14, `maxgold` = 59 WHERE `entry`=3988; + +/* Venture Co. Logger */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `mingold` = 8, `maxgold` = 59 WHERE `entry`=3989; + +/* Venture Co. Cutter */ +UPDATE `creature_template` SET `minlevel` = 16, `detection_range` = 18.0 WHERE `entry`=3990; + +/* Venture Co. Deforester */ +UPDATE `creature_template` SET `mingold` = 9, `maxgold` = 65 WHERE `entry`=3991; + +/* Venture Co. Engineer */ +UPDATE `creature_template` SET `mingold` = 17, `maxgold` = 65 WHERE `entry`=3992; + +/* Venture Co. Machine Smith */ +UPDATE `creature_template` SET `maxgold` = 82 WHERE `entry`=3993; + +/* Witch Doctor Jin'Zil */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=3995; + +/* Faldreas Goeth'Shael */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=3996; + +/* Venture Co. Overboss */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=3997; + +/* Windshear Vermin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 7, `maxgold` = 34 WHERE `entry`=3998; + +/* Windshear Digger */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=3999; + +/* Windshear Tunnel Rat */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `BaseAttackTime` = 1790, `RangeAttackTime` = 1969, `mingold` = 6, `maxgold` = 29 WHERE `entry`=4001; + +/* Windshear Stonecutter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `BaseAttackTime` = 1760, `RangeAttackTime` = 1936, `mingold` = 9, `maxgold` = 45 WHERE `entry`=4002; + +/* Windshear Geomancer */ +UPDATE `creature_template` SET `maxgold` = 66 WHERE `entry`=4003; + +/* Pridewing Patriarch */ +UPDATE `creature_template` SET `speed_run` = 1.42857 WHERE `entry`=4015; + +/* Fey Dragon */ +UPDATE `creature_template` SET `mingold` = 19, `maxgold` = 65 WHERE `entry`=4016; + +/* Wily Fey Dragon */ +UPDATE `creature_template` SET `maxgold` = 93 WHERE `entry`=4017; + +/* Sap Beast */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 6 WHERE `entry`=4020; + +/* Corrosive Sap Beast */ +UPDATE `creature_template` SET `mingold` = 23 WHERE `entry`=4021; + +/* Bloodfury Harpy */ +UPDATE `creature_template` SET `mingold` = 15, `maxgold` = 104 WHERE `entry`=4022; + +/* Bloodfury Roguefeather */ +UPDATE `creature_template` SET `maxgold` = 121 WHERE `entry`=4023; + +/* Bloodfury Slayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `maxgold` = 117 WHERE `entry`=4024; + +/* Bloodfury Ambusher */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 20, `maxgold` = 103 WHERE `entry`=4025; + +/* Bloodfury Windcaller */ +UPDATE `creature_template` SET `mingold` = 16, `maxgold` = 113 WHERE `entry`=4026; + +/* Bloodfury Storm Witch */ +UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 115 WHERE `entry`=4027; + +/* Charred Ancient */ +UPDATE `creature_template` SET `mingold` = 20, `maxgold` = 86 WHERE `entry`=4028; + +/* Blackened Ancient */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 116 WHERE `entry`=4029; + +/* Vengeful Ancient */ +UPDATE `creature_template` SET `minlevel` = 30, `DamageModifier` = 3.25, `ArmorModifier` = 0.9, `RangeAttackTime` = 1540 WHERE `entry`=4030; + +/* Charred Stone Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=4033; + +/* Enraged Stone Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4034; + +/* Furious Stone Spirit */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `ArmorModifier` = 2.1 WHERE `entry`=4035; + +/* Rogue Flame Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=4036; + +/* Burning Ravager */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=4037; + +/* Burning Destroyer */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=4038; + +/* Dinnis */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4039; + +/* Galthuk */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=4043; + +/* JEFF CHOW TEST */ +UPDATE `creature_template` SET `modelid1` = 2080, `detection_range` = 18.0 WHERE `entry`=4045; + +/* Magatha Grimtotem */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=4046; + +/* Zor Lonetree */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=4047; + +/* Falfindel Waywarder */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4048; + +/* Seereth Stonebreak */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4049; + +/* Cenarion Caretaker */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.7, `HealthModifier` = 3.0, `mingold` = 91, `maxgold` = 346 WHERE `entry`=4050; + +/* Cenarion Botanist */ +UPDATE `creature_template` SET `maxgold` = 94 WHERE `entry`=4051; + +/* Cenarion Druid */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.55, `HealthModifier` = 3.0, `maxgold` = 298 WHERE `entry`=4052; + +/* Daughter of Cenarius */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 20, `maxgold` = 83 WHERE `entry`=4053; + +/* Laughing Sister */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `mingold` = 16, `maxgold` = 106 WHERE `entry`=4054; + +/* Mirkfallon Glade Strider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=4055; + +/* Mirkfallon Keeper */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 3.0, `mingold` = 66 WHERE `entry`=4056; + +/* Son of Cenarius */ +UPDATE `creature_template` SET `mingold` = 26, `maxgold` = 72 WHERE `entry`=4057; + +/* Forest Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=4059; + +/* Mirkfallon Dryad */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.45, `HealthModifier` = 3.0, `maxgold` = 349 WHERE `entry`=4061; + +/* Dark Iron Bombardier */ +UPDATE `creature_template` SET `mingold` = 30, `maxgold` = 180 WHERE `entry`=4062; + +/* Feeboz */ +UPDATE `creature_template` SET `HealthModifier` = 1.15, `maxgold` = 225 WHERE `entry`=4063; + +/* Blackrock Scout */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=4064; + +/* Blackrock Sentry */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=4065; + +/* Nal'taszar */ +UPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.65, `HealthModifier` = 3.0, `BaseAttackTime` = 1400 WHERE `entry`=4066; + +/* Twilight Runner */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=4067; + +/* Serpent Messenger */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.6, `mingold` = 2, `maxgold` = 11 WHERE `entry`=4068; + +/* Venture Co. Planner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4069; + +/* Venture Co. Builder */ +UPDATE `creature_template` SET `ArmorModifier` = 4.95, `maxgold` = 66 WHERE `entry`=4070; + +/* Venture Co. Grinder */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4071; + +/* Prisoner of Jin'Zil */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4072; + +/* XT:4 */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 68 WHERE `entry`=4073; + +/* XT:9 */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 79 WHERE `entry`=4074; + +/* Roach */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=4076; + +/* Collin Mauren */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=4078; + +/* Kaela Shadowspear */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4080; + +/* Lomac Gearstrip */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4081; + +/* Grawnal */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=4082; + +/* Jeeda */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4083; + +/* Chylina */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4084; + +/* Nizzik */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4085; + +/* Veenix */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4086; + +/* Arias'ta Bladesinger */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=4087; + +/* Elanaria */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=4088; + +/* Sildanair */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4089; + +/* Astarii Starseeker */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85 WHERE `entry`=4090; + +/* Jandria */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry`=4091; + +/* Lariia */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=4092; + +/* Galak Wrangler */ +UPDATE `creature_template` SET `mingold` = 17, `maxgold` = 117 WHERE `entry`=4093; + +/* Galak Scout */ +UPDATE `creature_template` SET `mingold` = 16, `maxgold` = 99 WHERE `entry`=4094; + +/* Galak Mauler */ +UPDATE `creature_template` SET `DamageModifier` = 1.69, `mingold` = 24, `maxgold` = 143 WHERE `entry`=4095; + +/* Galak Windchaser */ +UPDATE `creature_template` SET `mingold` = 21, `maxgold` = 111 WHERE `entry`=4096; + +/* Galak Stormer */ +UPDATE `creature_template` SET `mingold` = 20, `maxgold` = 134 WHERE `entry`=4097; + +/* Galak Pack Runner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `BaseAttackTime` = 2000 WHERE `entry`=4098; + +/* Galak Marauder */ +UPDATE `creature_template` SET `mingold` = 22, `maxgold` = 134 WHERE `entry`=4099; + +/* Screeching Roguefeather */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=4101; + +/* Highperch Patriarch */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4110; + +/* Gravelsnout Kobold */ +UPDATE `creature_template` SET `mingold` = 27, `maxgold` = 125 WHERE `entry`=4111; + +/* Gravelsnout Vermin */ +UPDATE `creature_template` SET `mingold` = 18, `maxgold` = 71 WHERE `entry`=4112; + +/* Gravelsnout Digger */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 13, `maxgold` = 63 WHERE `entry`=4113; + +/* Gravelsnout Forager */ +UPDATE `creature_template` SET `maxgold` = 135 WHERE `entry`=4114; + +/* [UNUSED] Gravelsnout Ambusher */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=4115; + +/* Gravelsnout Surveyor */ +UPDATE `creature_template` SET `maxgold` = 154 WHERE `entry`=4116; + +/* Thundering Boulderkin */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.45 WHERE `entry`=4120; + +/* Wandering Boulderkin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=4121; + +/* Needles Cougar */ +UPDATE `creature_template` SET `DamageModifier` = 0.72 WHERE `entry`=4124; + +/* Crag Stalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=4126; + +/* Silithid Ravager */ +UPDATE `creature_template` SET `DamageModifier` = 3.55 WHERE `entry`=4132; + +/* Jeen'ra Nightrunner */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85 WHERE `entry`=4138; + +/* Scorpid Terror */ +UPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry`=4139; + +/* Scorpid Reaver */ +UPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry`=4140; + +/* Jocaste */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=4146; + +/* Kesteryth */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4149; + +/* Kysandia */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4153; + +/* Idriana */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4155; + +/* Astaia */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4156; + +/* Kitari Farseeker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4157; + +/* Me'lynn */ +UPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 1.05 WHERE `entry`=4159; + +/* Ainethil */ +UPDATE `creature_template` SET `subname` = 'Artisan Alchemist', `DamageModifier` = 0.95 WHERE `entry`=4160; + +/* Lysheana */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=4161; + +/* Syurna */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4163; + +/* Elissa Dumas */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.6 WHERE `entry`=4165; + +/* Gazelle */ +UPDATE `creature_template` SET `modelid2` = 2238, `modelid3` = 2237, `speed_run` = 0.857143, `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=4166; + +/* Ellandrieth */ +UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=4170; + +/* Siannai */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4174; + +/* Ki'rasia */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4176; + +/* Shaia */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4178; + +/* Freillania */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4179; + +/* Dalmond */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=4182; + +/* Naram Longclaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4183; + +/* Shaldyn */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4185; + +/* Mavralyn */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=4186; + +/* Harlon Thornguard */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.95 WHERE `entry`=4187; + +/* Illyanie */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4188; + +/* Valdaron */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=4189; + +/* Kyndri */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=4190; + +/* Allyndia */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=4191; + +/* Taldan */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=4192; + +/* Grondal Moonbreeze */ +UPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.95 WHERE `entry`=4193; + +/* Ullanna */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=4194; + +/* Tiyani */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=4195; + +/* Silithid Swarm */ +UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22, `DamageModifier` = 0.85, `mingold` = 34, `maxgold` = 49 WHERE `entry`=4196; + +/* Ken'zigla */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4197; + +/* Braelyn Firehand */ +UPDATE `creature_template` SET `modelid1` = 2240, `DamageModifier` = 1.35 WHERE `entry`=4198; + +/* Laird */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=4200; + +/* Ziz Fizziks */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4201; + +/* Gerenzo Wrenchwhistle */ +UPDATE `creature_template` SET `maxgold` = 109 WHERE `entry`=4202; + +/* Firodren Mooncaller */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4204; + +/* Dorion */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry`=4205; + +/* Talar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4206; + +/* Valyen Wolfsong */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 1 WHERE `entry`=4207; + +/* Lairn */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4208; + +/* Garryeth */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4209; + +/* Alegorn */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4210; + +/* Dannelor */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4211; + +/* Telonis */ +UPDATE `creature_template` SET `subname` = 'Artisan Leatherworker', `DamageModifier` = 0.95 WHERE `entry`=4212; + +/* Taladan */ +UPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 1.05 WHERE `entry`=4213; + +/* Erion Shadewhisper */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=4214; + +/* Chardryn */ +UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=4216; + +/* Mathrengyl Bearwalker */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85 WHERE `entry`=4217; + +/* Denatharion */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry`=4218; + +/* Fylerian Nightwing */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=4219; + +/* Cyroen */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=4220; + +/* Voloren */ +UPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry`=4222; + +/* Fyldan */ +UPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry`=4223; + +/* Talegon */ +UPDATE `creature_template` SET `subname` = 'Cartography Supplier', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4224; + +/* Mythrin'dir */ +UPDATE `creature_template` SET `subname` = 'General Trade Supplier' WHERE `entry`=4229; + +/* Urthoniir */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4237; + +/* Lewin Starfeather */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4239; + +/* Mydrannul */ +UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=4241; + +/* Mistrunner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4245; + +/* Moonprowler */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4246; + +/* Stonepaw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4247; + +/* Galak Packhound */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=4250; + +/* Goblin Racer */ +UPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 2.85714, `ArmorModifier` = 1.35 WHERE `entry`=4251; + +/* Gnome Racer */ +UPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 2.85714, `ArmorModifier` = 1.35 WHERE `entry`=4252; + +/* Bear Form (Night Elf Druid) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=4253; + +/* Geofram Bouldertoe */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4254; + +/* Brogus Thunderbrew */ +UPDATE `creature_template` SET `subname` = 'Food and Drink', `DamageModifier` = 1.45 WHERE `entry`=4255; + +/* Golnir Bouldertoe */ +UPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry`=4256; + +/* Lana Thunderbrew */ +UPDATE `creature_template` SET `DamageModifier` = 1.65 WHERE `entry`=4257; + +/* Bengus Deepforge */ +UPDATE `creature_template` SET `subname` = 'Artisan Blacksmith', `DamageModifier` = 0.65, `ArmorModifier` = 0.5 WHERE `entry`=4258; + +/* Venture Co. Shredder */ +UPDATE `creature_template` SET `maxgold` = 259 WHERE `entry`=4260; + +/* Bear Form (Tauren Druid) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=4261; + +/* Darnassus Sentinel */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.35, `HealthModifier` = 2.0, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 739 WHERE `entry`=4262; + +/* Deepmoss Matriarch */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 1947 WHERE `entry`=4264; + +/* Nyoma */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4265; + +/* Danlyia */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=4266; + +/* Daelyshia */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=4267; + +/* Fenrus the Devourer */ +UPDATE `creature_template` SET `modelid1` = 2352, `minlevel` = 25, `maxlevel` = 25, `DamageModifier` = 2.95, `ArmorModifier` = 0.85 WHERE `entry`=4274; + +/* Archmage Arugal */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `DamageModifier` = 3.7, `ArmorModifier` = 0.85, `mingold` = 118 WHERE `entry`=4275; + +/* Piznik */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4276; + +/* Eye of Kilrogg */ +UPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 22, `speed_walk` = 1.0, `HealthModifier` = 1.0, `unit_class` = 1 WHERE `entry`=4277; + +/* Commander Springvale */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 24, `DamageModifier` = 3.6, `ArmorModifier` = 0.9, `mingold` = 115, `maxgold` = 271 WHERE `entry`=4278; + +/* Odo the Blindwatcher */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 24, `DamageModifier` = 2.0, `mingold` = 65, `maxgold` = 316 WHERE `entry`=4279; + +/* Scarlet Preserver */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 499 WHERE `entry`=4280; + +/* Scarlet Scout */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 167, `maxgold` = 339 WHERE `entry`=4281; + +/* Scarlet Magician */ +UPDATE `creature_template` SET `rank` = 1, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 347 WHERE `entry`=4282; + +/* Scarlet Sentry */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 92, `maxgold` = 528 WHERE `entry`=4283; + +/* Scarlet Augur */ +UPDATE `creature_template` SET `rank` = 1, `HealthModifier` = 3.0, `mingold` = 159, `maxgold` = 531 WHERE `entry`=4284; + +/* Scarlet Disciple */ +UPDATE `creature_template` SET `rank` = 1, `HealthModifier` = 3.0, `mingold` = 92, `maxgold` = 509 WHERE `entry`=4285; + +/* Scarlet Soldier */ +UPDATE `creature_template` SET `maxlevel` = 36, `ArmorModifier` = 1.5, `mingold` = 223, `maxgold` = 787 WHERE `entry`=4286; + +/* Scarlet Gallant */ +UPDATE `creature_template` SET `mingold` = 104, `maxgold` = 676 WHERE `entry`=4287; + +/* Scarlet Beastmaster */ +UPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 35, `maxgold` = 604 WHERE `entry`=4288; + +/* Scarlet Evoker */ +UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37, `maxgold` = 786 WHERE `entry`=4289; + +/* Scarlet Guardsman */ +UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37, `DamageModifier` = 3.75, `mingold` = 143, `maxgold` = 826 WHERE `entry`=4290; + +/* Scarlet Diviner */ +UPDATE `creature_template` SET `maxlevel` = 35, `mingold` = 106, `maxgold` = 689 WHERE `entry`=4291; + +/* Scarlet Protector */ +UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37, `ArmorModifier` = 1.5, `mingold` = 133, `maxgold` = 815 WHERE `entry`=4292; + +/* Scarlet Scryer */ +UPDATE `creature_template` SET `mingold` = 70, `maxgold` = 504 WHERE `entry`=4293; + +/* Scarlet Sorcerer */ +UPDATE `creature_template` SET `DamageModifier` = 4.95, `mingold` = 150, `maxgold` = 905 WHERE `entry`=4294; + +/* Scarlet Myrmidon */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `DamageModifier` = 1.7, `mingold` = 142, `maxgold` = 882 WHERE `entry`=4295; + +/* Scarlet Adept */ +UPDATE `creature_template` SET `mingold` = 139, `maxgold` = 668 WHERE `entry`=4296; + +/* Scarlet Conjuror */ +UPDATE `creature_template` SET `maxlevel` = 36, `maxgold` = 488 WHERE `entry`=4297; + +/* Scarlet Defender */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `DamageModifier` = 3.65, `ArmorModifier` = 1.3, `mingold` = 206, `maxgold` = 864 WHERE `entry`=4298; + +/* Scarlet Chaplain */ +UPDATE `creature_template` SET `maxlevel` = 36, `ArmorModifier` = 0.95, `mingold` = 117, `maxgold` = 674 WHERE `entry`=4299; + +/* Scarlet Wizard */ +UPDATE `creature_template` SET `DamageModifier` = 4.8, `mingold` = 137, `maxgold` = 923 WHERE `entry`=4300; + +/* Scarlet Centurion */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `mingold` = 151, `maxgold` = 899 WHERE `entry`=4301; + +/* Scarlet Champion */ +UPDATE `creature_template` SET `maxlevel` = 40, `DamageModifier` = 3.65, `ArmorModifier` = 0.95, `mingold` = 209, `maxgold` = 1008 WHERE `entry`=4302; + +/* Scarlet Abbot */ +UPDATE `creature_template` SET `maxlevel` = 40, `DamageModifier` = 3.65, `ArmorModifier` = 0.95, `maxgold` = 984 WHERE `entry`=4303; + +/* Scarlet Tracking Hound */ +UPDATE `creature_template` SET `maxlevel` = 34, `DamageModifier` = 1.275 WHERE `entry`=4304; + +/* Kriggon Talsone */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4305; + +/* Scarlet Torturer */ +UPDATE `creature_template` SET `ArmorModifier` = 0.3, `mingold` = 81, `maxgold` = 542 WHERE `entry`=4306; + +/* Heldan Galesong */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4307; + +/* Unfettered Spirit */ +UPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 32, `DamageModifier` = 0.95, `ArmorModifier` = 1.45, `mingold` = 29, `maxgold` = 196 WHERE `entry`=4308; + +/* Gorm Grimtotem */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 1.15 WHERE `entry`=4309; + +/* Cor Grimtotem */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 1.15 WHERE `entry`=4310; + +/* Tharm */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=4312; + +/* [UNUSED] [PH] Ambassador Saylaton Gravehoof */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=4313; + +/* Gorkas */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=4314; + +/* [UNUSED] Guthrin Gravehoof */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=4315; + +/* Nyse */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=4317; + +/* [UNUSED] Delyka */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=4318; + +/* Thyssiana */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=4319; + +/* Caelyb */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4320; + +/* Baldruc */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=4321; + +/* Corthryn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4322; + +/* Searing Hatchling */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42, `DamageModifier` = 1.15, `mingold` = 54, `maxgold` = 372 WHERE `entry`=4323; + +/* Searing Whelp */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `mingold` = 63, `maxgold` = 399 WHERE `entry`=4324; + +/* Firemane Scalebane */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `mingold` = 69, `maxgold` = 426 WHERE `entry`=4328; + +/* Firemane Scout */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42, `ArmorModifier` = 0.9, `mingold` = 59, `maxgold` = 381 WHERE `entry`=4329; + +/* Firemane Ash Tail */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `DamageModifier` = 0.9, `ArmorModifier` = 0.85, `mingold` = 69, `maxgold` = 392 WHERE `entry`=4331; + +/* Firemane Devourer */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4333; + +/* Firemane Flamecaller */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `mingold` = 69, `maxgold` = 409 WHERE `entry`=4334; + +/* Brimgore */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `speed_walk` = 1.0, `DamageModifier` = 3.3, `ArmorModifier` = 1.15 WHERE `entry`=4339; + +/* Mirallia */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4340; + +/* Mottled Drywallow Crocolisk */ +UPDATE `creature_template` SET `unit_class` = 1 WHERE `entry`=4344; + +/* Drywallow Daggermaw */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41 WHERE `entry`=4345; + +/* Noxious Flayer */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=4346; + +/* Bloodfen Raptor */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36 WHERE `entry`=4351; + +/* Bloodfen Razormaw */ +UPDATE `creature_template` SET `modelid1` = 11315, `maxlevel` = 40 WHERE `entry`=4356; + +/* Bloodfen Lashtail */ +UPDATE `creature_template` SET `modelid1` = 2573, `minlevel` = 40, `maxlevel` = 41 WHERE `entry`=4357; + +/* Mirefin Puddlejumper */ +UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 249 WHERE `entry`=4358; + +/* Mirefin Murloc */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36, `maxgold` = 259 WHERE `entry`=4359; + +/* Mirefin Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `mingold` = 55, `maxgold` = 300 WHERE `entry`=4360; + +/* Mirefin Muckdweller */ +UPDATE `creature_template` SET `mingold` = 44, `maxgold` = 276 WHERE `entry`=4361; + +/* Mirefin Coastrunner */ +UPDATE `creature_template` SET `mingold` = 46, `maxgold` = 266 WHERE `entry`=4362; + +/* Mirefin Oracle */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `mingold` = 48, `maxgold` = 302 WHERE `entry`=4363; + +/* Strashaz Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 4.1, `maxgold` = 2054 WHERE `entry`=4364; + +/* Strashaz Serpent Guard */ +UPDATE `creature_template` SET `maxgold` = 2915 WHERE `entry`=4366; + +/* Strashaz Myrmidon */ +UPDATE `creature_template` SET `maxgold` = 2807 WHERE `entry`=4368; + +/* Strashaz Sorceress */ +UPDATE `creature_template` SET `DamageModifier` = 4.2, `maxgold` = 3087 WHERE `entry`=4370; + +/* Strashaz Siren */ +UPDATE `creature_template` SET `DamageModifier` = 4.1, `maxgold` = 2727 WHERE `entry`=4371; + +/* Strashaz Hydra */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.05 WHERE `entry`=4374; + +/* Darkmist Spider */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36 WHERE `entry`=4376; + +/* Darkmist Hatchling */ +UPDATE `creature_template` SET `modelid1` = 2539, `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.15 WHERE `entry`=4377; + +/* Darkmist Silkspinner */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39 WHERE `entry`=4379; + +/* Darkmist Widow */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40 WHERE `entry`=4380; + +/* Withervine Creeper */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36, `DamageModifier` = 1.05, `ArmorModifier` = 1.05, `maxgold` = 164 WHERE `entry`=4382; + +/* Withervine Rager */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry`=4385; + +/* Withervine Bark Ripper */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `mingold` = 29, `maxgold` = 190 WHERE `entry`=4386; + +/* Withervine Mire Beast */ +UPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry`=4387; + +/* Young Murk Thresher */ +UPDATE `creature_template` SET `modelid1` = 2602, `minlevel` = 39, `maxlevel` = 41 WHERE `entry`=4388; + +/* Murk Thresher */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 43 WHERE `entry`=4389; + +/* Elder Murk Thresher */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 45 WHERE `entry`=4390; + +/* Swamp Ooze */ +UPDATE `creature_template` SET `maxlevel` = 39, `DamageModifier` = 1.55, `ArmorModifier` = 1.3, `mingold` = 28, `maxgold` = 186 WHERE `entry`=4391; + +/* Corrosive Swamp Ooze */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `ArmorModifier` = 1.5, `mingold` = 43, `maxgold` = 289 WHERE `entry`=4392; + +/* Acidic Swamp Ooze */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `mingold` = 64 WHERE `entry`=4393; + +/* Bubbling Swamp Ooze */ +UPDATE `creature_template` SET `rank` = 1, `HealthModifier` = 3.0, `ArmorModifier` = 1.45 WHERE `entry`=4394; + +/* Blistering Swamp Ooze */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4395; + +/* Mudrock Tortoise */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=4396; + +/* Mudrock Spikeshell */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `ArmorModifier` = 1.5 WHERE `entry`=4397; + +/* Mudrock Burrower */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=4398; + +/* Mudrock Borer */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=4399; + +/* Mudrock Snapjaw */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42, `ArmorModifier` = 1.5 WHERE `entry`=4400; + +/* Muckshell Clacker */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 0.9, `ArmorModifier` = 0.9, `maxgold` = 318 WHERE `entry`=4401; + +/* Muckshell Snapclaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.9, `ArmorModifier` = 1.2, `mingold` = 41, `maxgold` = 215 WHERE `entry`=4402; + +/* Muckshell Pincer */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 42, `DamageModifier` = 0.8, `ArmorModifier` = 0.65 WHERE `entry`=4403; + +/* Muckshell Scrabbler */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `DamageModifier` = 0.75, `ArmorModifier` = 0.75, `maxgold` = 357 WHERE `entry`=4404; + +/* Muckshell Razorclaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 1.2, `mingold` = 44, `maxgold` = 375 WHERE `entry`=4405; + +/* Teloren */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=4407; + +/* Gatekeeper Kordurus */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.25, `HealthModifier` = 3.0, `maxgold` = 339 WHERE `entry`=4409; + +/* Darkfang Creeper */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39 WHERE `entry`=4412; + +/* Darkfang Venomspitter */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38 WHERE `entry`=4414; + +/* Giant Darkfang Spider */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `DamageModifier` = 1.2 WHERE `entry`=4415; + +/* Defias Strip Miner */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 8, `maxgold` = 56 WHERE `entry`=4416; + +/* Defias Taskmaster */ +UPDATE `creature_template` SET `DamageModifier` = 2.85, `mingold` = 66, `maxgold` = 171 WHERE `entry`=4417; + +/* Defias Wizard */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `maxgold` = 169 WHERE `entry`=4418; + +/* Race Master Kronkrider */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4419; + +/* Overlord Ramtusk */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 4.25, `ArmorModifier` = 0.85, `mingold` = 156 WHERE `entry`=4420; + +/* Charlga Razorflank */ +UPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 4.3, `ArmorModifier` = 0.85, `mingold` = 328 WHERE `entry`=4421; + +/* Agathelos the Raging */ +UPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 3.45, `ArmorModifier` = 0.85 WHERE `entry`=4422; + +/* Darnassian Protector */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.35, `ArmorModifier` = 1.2 WHERE `entry`=4423; + +/* Aggem Thorncurse */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `DamageModifier` = 3.65, `ArmorModifier` = 0.95, `mingold` = 116, `maxgold` = 356 WHERE `entry`=4424; + +/* Blind Hunter */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 4.55, `ArmorModifier` = 0.85, `RangeAttackTime` = 1521 WHERE `entry`=4425; + +/* Ward Guardian */ +UPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 31 WHERE `entry`=4427; + +/* Death Speaker Jargba */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `mingold` = 226 WHERE `entry`=4428; + +/* Razorfen Warrior */ +UPDATE `creature_template` SET `mingold` = 94 WHERE `entry`=4435; + +/* Razorfen Quilguard */ +UPDATE `creature_template` SET `maxlevel` = 26, `maxgold` = 350 WHERE `entry`=4436; + +/* Razorfen Warden */ +UPDATE `creature_template` SET `maxlevel` = 26, `mingold` = 112 WHERE `entry`=4437; + +/* Razorfen Spearhide */ +UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `maxgold` = 459 WHERE `entry`=4438; + +/* [UNUSED] Charlga's Bodyguard */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=4439; + +/* Razorfen Defender */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `maxgold` = 400 WHERE `entry`=4442; + +/* Wazza */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4443; + +/* Deathstalker Vincent */ +UPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry`=4444; + +/* Griznak */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4445; + +/* Mazzer Stripscrew */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4446; + +/* Crazzle Sprysprocket */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4449; + +/* Rugfizzle */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=4450; + +/* Auld Stonespire */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4451; + +/* Kravel Koalbeard */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4452; + +/* Wizzle Brassbolts */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4453; + +/* Red Jack Flint */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4455; + +/* Fiora Longears */ +UPDATE `creature_template` SET `modelid1` = 4691, `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=4456; + +/* Murkgill Hunter */ +UPDATE `creature_template` SET `ArmorModifier` = 0.9, `maxgold` = 159 WHERE `entry`=4458; + +/* Murkgill Warrior */ +UPDATE `creature_template` SET `maxgold` = 200 WHERE `entry`=4461; + +/* Blackrock Hunter */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.95, `HealthModifier` = 3.0 WHERE `entry`=4462; + +/* Blackrock Summoner */ +UPDATE `creature_template` SET `maxlevel` = 23, `mingold` = 15, `maxgold` = 82 WHERE `entry`=4463; + +/* Blackrock Gladiator */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.04, `HealthModifier` = 3.0 WHERE `entry`=4464; + +/* Vilebranch Warrior */ +UPDATE `creature_template` SET `modelid1` = 6508, `modelid2` = 6509, `rank` = 1, `DamageModifier` = 2.6, `HealthModifier` = 3.0, `mingold` = 285, `maxgold` = 1292 WHERE `entry`=4465; + +/* Vilebranch Scalper */ +UPDATE `creature_template` SET `modelid1` = 6512, `modelid2` = 6513, `mingold` = 76, `maxgold` = 507 WHERE `entry`=4466; + +/* Vilebranch Soothsayer */ +UPDATE `creature_template` SET `modelid1` = 6535, `modelid2` = 6536, `mingold` = 80, `maxgold` = 505 WHERE `entry`=4467; + +/* Jade Sludge */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.3, `HealthModifier` = 3.0, `ArmorModifier` = 1.25, `mingold` = 165, `maxgold` = 890 WHERE `entry`=4468; + +/* Emerald Ooze */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.15, `HealthModifier` = 3.0, `mingold` = 221, `maxgold` = 762 WHERE `entry`=4469; + +/* Haunting Vision */ +UPDATE `creature_template` SET `maxgold` = 907 WHERE `entry`=4472; + +/* Rotting Cadaver */ +UPDATE `creature_template` SET `ArmorModifier` = 0.7, `mingold` = 113, `maxgold` = 736 WHERE `entry`=4474; + +/* Blighted Zombie */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `maxgold` = 686 WHERE `entry`=4475; + +/* Screaming Haunt */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4476; + +/* Fardel Dabyrie */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `maxgold` = 155 WHERE `entry`=4479; + +/* Kenata Dabyrie */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `maxgold` = 280 WHERE `entry`=4480; + +/* Marcel Dabyrie */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `maxgold` = 244 WHERE `entry`=4481; + +/* Vilebranch Wolf */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=4482; + +/* Moktar Krin */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4483; + +/* Feero Ironhand */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4484; + +/* Belgrom Rockmaul */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=4485; + +/* Genavie Callow */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=4486; + +/* Kodiak */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4487; + +/* Parqual Fintallas */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4488; + +/* Braug Dimspirit */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=4489; + +/* Grenka Bloodscreech */ +UPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 31, `speed_walk` = 1.0, `DamageModifier` = 2.0, `ArmorModifier` = 0.85, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 24, `maxgold` = 120 WHERE `entry`=4490; + +/* Woof */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4491; + +/* Scarlet Avenger */ +UPDATE `creature_template` SET `maxgold` = 823 WHERE `entry`=4493; + +/* Scarlet Spellbinder */ +UPDATE `creature_template` SET `maxgold` = 845 WHERE `entry`=4494; + +/* Gnome Pit Boss */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4495; + +/* Captain Quirk */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4497; + +/* Maurin Bonesplitter */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `unit_class` = 1 WHERE `entry`=4498; + +/* Rok'Alim the Pounder */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.0, `HealthModifier` = 3.0 WHERE `entry`=4499; + +/* Overlord Mok'Morokk */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `HealthModifier` = 8.0, `ArmorModifier` = 0.95 WHERE `entry`=4500; + +/* Mudcrush Durtfeet */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4503; + +/* Frostmaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `mingold` = 29, `maxgold` = 270 WHERE `entry`=4504; + +/* Bloodsail Deckhand */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `mingold` = 67, `maxgold` = 422 WHERE `entry`=4505; + +/* Bloodsail Swabby */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `mingold` = 71, `maxgold` = 424 WHERE `entry`=4506; + +/* Daisy */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=4507; + +/* Willix the Importer */ +UPDATE `creature_template` SET `DamageModifier` = 2.9 WHERE `entry`=4508; + +/* Sargath */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 6, `maxgold` = 32 WHERE `entry`=4509; + +/* Heralath Fallowbrook */ +UPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry`=4510; + +/* Agam'ar */ +UPDATE `creature_template` SET `DamageModifier` = 5.15 WHERE `entry`=4511; + +/* Rotting Agam'ar */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `DamageModifier` = 3.35, `ArmorModifier` = 0.95 WHERE `entry`=4512; + +/* Raging Agam'ar */ +UPDATE `creature_template` SET `maxlevel` = 26, `DamageModifier` = 2.85 WHERE `entry`=4514; + +/* Death's Head Acolyte */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `maxgold` = 378 WHERE `entry`=4515; + +/* Death's Head Adept */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `mingold` = 128 WHERE `entry`=4516; + +/* Death's Head Priest */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `mingold` = 74, `maxgold` = 298 WHERE `entry`=4517; + +/* Death's Head Sage */ +UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `DamageModifier` = 3.35, `ArmorModifier` = 0.9, `mingold` = 150, `maxgold` = 424 WHERE `entry`=4518; + +/* Death's Head Seer */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `maxgold` = 373 WHERE `entry`=4519; + +/* Razorfen Geomancer */ +UPDATE `creature_template` SET `maxlevel` = 26, `mingold` = 86, `maxgold` = 228 WHERE `entry`=4520; + +/* Treshala Fallowbrook */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4521; + +/* Razorfen Dustweaver */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29 WHERE `entry`=4522; + +/* Razorfen Groundshaker */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `mingold` = 103, `maxgold` = 351 WHERE `entry`=4523; + +/* Razorfen Earthbreaker */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31, `DamageModifier` = 4.7, `maxgold` = 355 WHERE `entry`=4525; + +/* Wind Howler */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `dmgschool` = 3, `DamageModifier` = 1.75, `ArmorModifier` = 0.95 WHERE `entry`=4526; + +/* Stone Rumbler */ +UPDATE `creature_template` SET `maxlevel` = 28, `DamageModifier` = 3.85, `ArmorModifier` = 1.75 WHERE `entry`=4528; + +/* Razorfen Handler */ +UPDATE `creature_template` SET `maxlevel` = 26, `mingold` = 117 WHERE `entry`=4530; + +/* Razorfen Beast Trainer */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `DamageModifier` = 3.1, `maxgold` = 314 WHERE `entry`=4531; + +/* Razorfen Beastmaster */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31, `mingold` = 135, `maxgold` = 410 WHERE `entry`=4532; + +/* Tamed Hyena */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `DamageModifier` = 2.8 WHERE `entry`=4534; + +/* Tamed Battleboar */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `DamageModifier` = 2.7, `ArmorModifier` = 0.9 WHERE `entry`=4535; + +/* Kraul Bat */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31, `DamageModifier` = 3.05, `ArmorModifier` = 0.85 WHERE `entry`=4538; + +/* Greater Kraul Bat */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 3.25, `ArmorModifier` = 0.85 WHERE `entry`=4539; + +/* Scarlet Monk */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 36, `DamageModifier` = 2.16, `ArmorModifier` = 0.25, `mingold` = 125, `maxgold` = 791 WHERE `entry`=4540; + +/* Blood of Agamaggan */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `DamageModifier` = 3.35, `mingold` = 96 WHERE `entry`=4541; + +/* High Inquisitor Fairbanks */ +UPDATE `creature_template` SET `DamageModifier` = 4.35, `mingold` = 172, `maxgold` = 497 WHERE `entry`=4542; + +/* Bloodmage Thalnos */ +UPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `ArmorModifier` = 0.95, `mingold` = 121, `maxgold` = 720 WHERE `entry`=4543; + +/* Krueg Skullsplitter */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=4544; + +/* Nag'zehn */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4545; + +/* Tarkreu Shadowstalker */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4547; + +/* William Montague */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4549; + +/* Ophelia Montague */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4550; + +/* Michael Garrett */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=4551; + +/* Eunice Burch */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4552; + +/* Ronald Burch */ +UPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry`=4553; + +/* Eleanor Rusk */ +UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=4555; + +/* Daniel Bartlett */ +UPDATE `creature_template` SET `subname` = 'General Trade Supplier' WHERE `entry`=4561; + +/* Thomas Mordan */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=4562; + +/* Kaal Soulreaper */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=4563; + +/* Richard Kerwin */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4565; + +/* Kaelystia Hatebringer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.05 WHERE `entry`=4566; + +/* Anastasia Hartwell */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4568; + +/* Armand Cromwell */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4573; + +/* Lizbeth Cromwell */ +UPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry`=4574; + +/* Hannah Akeley */ +UPDATE `creature_template` SET `subname` = 'Reagent Supplier' WHERE `entry`=4575; + +/* Josef Gregorian */ +UPDATE `creature_template` SET `subname` = 'Artisan Tailor', `DamageModifier` = 0.95 WHERE `entry`=4576; + +/* Josephine Lister */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4578; + +/* [UNUSED] Alexander Lister */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=4579; + +/* Carolyn Ward */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4582; + +/* Gregory Charles */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=4584; + +/* Ezekiel Graves */ +UPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry`=4585; + +/* Graham Van Talen */ +UPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 1.15, `ArmorModifier` = 1.15 WHERE `entry`=4586; + +/* Elizabeth Van Talen */ +UPDATE `creature_template` SET `subname` = 'Engineering Supplier' WHERE `entry`=4587; + +/* Arthur Moore */ +UPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry`=4588; + +/* Mary Edras */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4591; + +/* Christoph Walker */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=4593; + +/* Baltus Fowler */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4595; + +/* James Van Brunt */ +UPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 1.05 WHERE `entry`=4596; + +/* Samuel Van Brunt */ +UPDATE `creature_template` SET `subname` = 'Blacksmithing Supplier' WHERE `entry`=4597; + +/* Brom Killian */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4598; + +/* Sarah Killian */ +UPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry`=4599; + +/* Basil Frye */ +UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=4605; + +/* Aelthalyste */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.05 WHERE `entry`=4606; + +/* Father Lankester */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4607; + +/* Doctor Marsh */ +UPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05 WHERE `entry`=4609; + +/* Doctor Herbert Halsey */ +UPDATE `creature_template` SET `subname` = 'Artisan Alchemist' WHERE `entry`=4611; + +/* Martha Alliestar */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4614; + +/* Katrina Alliestar */ +UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=4615; + +/* Lavinia Crowe */ +UPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 1.05 WHERE `entry`=4616; + +/* Martek the Exiled */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4618; + +/* Geltharis */ +UPDATE `creature_template` SET `unit_class` = 1, `mingold` = 48, `maxgold` = 134 WHERE `entry`=4619; + +/* Fobeed */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4620; + +/* Rebald Yorglun */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4621; + +/* Quilguard Champion */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31, `mingold` = 137, `maxgold` = 506 WHERE `entry`=4623; + +/* Booty Bay Bruiser */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 2.0 WHERE `entry`=4624; + +/* CHOW Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4626; + +/* Arugal's Voidwalker */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `DamageModifier` = 1.4, `ArmorModifier` = 0.85, `mingold` = 9, `maxgold` = 45 WHERE `entry`=4627; + +/* Wharfmaster Lozgil */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4631; + +/* Kolkar Centaur */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 163 WHERE `entry`=4632; + +/* Kolkar Scout */ +UPDATE `creature_template` SET `mingold` = 34, `maxgold` = 182 WHERE `entry`=4633; + +/* Kolkar Mauler */ +UPDATE `creature_template` SET `mingold` = 45, `maxgold` = 186 WHERE `entry`=4634; + +/* Kolkar Windchaser */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 32, `maxgold` = 189 WHERE `entry`=4635; + +/* Kolkar Battle Lord */ +UPDATE `creature_template` SET `maxgold` = 202 WHERE `entry`=4636; + +/* Kolkar Destroyer */ +UPDATE `creature_template` SET `maxgold` = 174 WHERE `entry`=4637; + +/* Magram Scout */ +UPDATE `creature_template` SET `minlevel` = 32, `mingold` = 35, `maxgold` = 185 WHERE `entry`=4638; + +/* Magram Outrunner */ +UPDATE `creature_template` SET `mingold` = 31, `maxgold` = 213 WHERE `entry`=4639; + +/* Magram Wrangler */ +UPDATE `creature_template` SET `mingold` = 34, `maxgold` = 227 WHERE `entry`=4640; + +/* Magram Windchaser */ +UPDATE `creature_template` SET `mingold` = 36, `maxgold` = 167 WHERE `entry`=4641; + +/* Magram Stormer */ +UPDATE `creature_template` SET `mingold` = 43, `maxgold` = 246 WHERE `entry`=4642; + +/* Magram Marauder */ +UPDATE `creature_template` SET `mingold` = 41, `maxgold` = 244 WHERE `entry`=4644; + +/* Magram Mauler */ +UPDATE `creature_template` SET `maxgold` = 260 WHERE `entry`=4645; + +/* Gelkis Outrunner */ +UPDATE `creature_template` SET `maxgold` = 210 WHERE `entry`=4646; + +/* Gelkis Scout */ +UPDATE `creature_template` SET `mingold` = 31, `maxgold` = 213 WHERE `entry`=4647; + +/* Gelkis Stamper */ +UPDATE `creature_template` SET `mingold` = 41, `maxgold` = 213 WHERE `entry`=4648; + +/* Gelkis Windchaser */ +UPDATE `creature_template` SET `mingold` = 42, `maxgold` = 230 WHERE `entry`=4649; + +/* Gelkis Earthcaller */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 58, `maxgold` = 238 WHERE `entry`=4651; + +/* Gelkis Mauler */ +UPDATE `creature_template` SET `maxgold` = 245 WHERE `entry`=4652; + +/* Gelkis Marauder */ +UPDATE `creature_template` SET `maxgold` = 264 WHERE `entry`=4653; + +/* Maraudine Scout */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `mingold` = 44, `maxgold` = 296 WHERE `entry`=4654; + +/* Maraudine Wrangler */ +UPDATE `creature_template` SET `maxgold` = 157 WHERE `entry`=4655; + +/* Maraudine Mauler */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `mingold` = 56, `maxgold` = 207 WHERE `entry`=4656; + +/* Maraudine Windchaser */ +UPDATE `creature_template` SET `maxgold` = 268 WHERE `entry`=4657; + +/* Maraudine Stormer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 238 WHERE `entry`=4658; + +/* Maraudine Marauder */ +UPDATE `creature_template` SET `maxgold` = 291 WHERE `entry`=4659; + +/* Maraudine Bonepaw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 1.6, `RangeAttackTime` = 1782 WHERE `entry`=4660; + +/* Gelkis Rumbler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=4661; + +/* Burning Blade Augur */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 33, `maxgold` = 176 WHERE `entry`=4663; + +/* Burning Blade Reaver */ +UPDATE `creature_template` SET `mingold` = 34, `maxgold` = 176 WHERE `entry`=4664; + +/* Burning Blade Adept */ +UPDATE `creature_template` SET `mingold` = 40, `maxgold` = 193 WHERE `entry`=4665; + +/* Burning Blade Felsworn */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.5, `mingold` = 30, `maxgold` = 197 WHERE `entry`=4666; + +/* Burning Blade Shadowmage */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 193 WHERE `entry`=4667; + +/* Burning Blade Summoner */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 201 WHERE `entry`=4668; + +/* Burning Blade Conjuror */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4669; + +/* Hatefury Rogue */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 196 WHERE `entry`=4670; + +/* Hatefury Trickster */ +UPDATE `creature_template` SET `mingold` = 28, `maxgold` = 194 WHERE `entry`=4671; + +/* Hatefury Felsworn */ +UPDATE `creature_template` SET `mingold` = 29, `maxgold` = 193 WHERE `entry`=4672; + +/* Hatefury Betrayer */ +UPDATE `creature_template` SET `mingold` = 30, `maxgold` = 213 WHERE `entry`=4673; + +/* Hatefury Shadowstalker */ +UPDATE `creature_template` SET `mingold` = 42, `maxgold` = 201 WHERE `entry`=4674; + +/* Hatefury Hellcaller */ +UPDATE `creature_template` SET `maxgold` = 211 WHERE `entry`=4675; + +/* Lesser Infernal */ +UPDATE `creature_template` SET `DamageModifier` = 1.32 WHERE `entry`=4676; + +/* Doomwarder */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `mingold` = 47, `maxgold` = 299 WHERE `entry`=4677; + +/* Nether Maiden */ +UPDATE `creature_template` SET `maxgold` = 267 WHERE `entry`=4679; + +/* Doomwarder Captain */ +UPDATE `creature_template` SET `mingold` = 54, `maxgold` = 292 WHERE `entry`=4680; + +/* Nether Sister */ +UPDATE `creature_template` SET `mingold` = 59, `maxgold` = 230 WHERE `entry`=4682; + +/* Doomwarder Lord */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4683; + +/* Nether Sorceress */ +UPDATE `creature_template` SET `maxgold` = 335 WHERE `entry`=4684; + +/* Deepstrider Giant */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `mingold` = 93 WHERE `entry`=4686; + +/* Deepstrider Searcher */ +UPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry`=4687; + +/* Bonepaw Hyena */ +UPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry`=4688; + +/* Starving Bonepaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry`=4689; + +/* Rabid Bonepaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry`=4690; + +/* Murderous Bonepaw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4691; + +/* Aged Kodo */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=4700; + +/* Dying Kodo */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=4701; + +/* Ancient Kodo */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=4702; + +/* Raging Kodo */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4703; + +/* Maraudine Pack Runner */ +UPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0 WHERE `entry`=4704; + +/* Burning Blade Invoker */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=4705; + +/* Zuzubee */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4707; + +/* Shreev */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4708; + +/* Slitherblade Naga */ +UPDATE `creature_template` SET `maxgold` = 208 WHERE `entry`=4711; + +/* Slitherblade Sorceress */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `maxgold` = 196 WHERE `entry`=4712; + +/* Slitherblade Warrior */ +UPDATE `creature_template` SET `mingold` = 43, `maxgold` = 229 WHERE `entry`=4713; + +/* Slitherblade Myrmidon */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.6, `mingold` = 36, `maxgold` = 239 WHERE `entry`=4714; + +/* Slitherblade Razortail */ +UPDATE `creature_template` SET `mingold` = 40, `maxgold` = 264 WHERE `entry`=4715; + +/* Slitherblade Tidehunter */ +UPDATE `creature_template` SET `mingold` = 42, `maxgold` = 257 WHERE `entry`=4716; + +/* Slitherblade Tide Priestess */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4717; + +/* Slitherblade Oracle */ +UPDATE `creature_template` SET `maxlevel` = 35, `mingold` = 39, `maxgold` = 237 WHERE `entry`=4718; + +/* Slitherblade Sea Witch */ +UPDATE `creature_template` SET `maxgold` = 259 WHERE `entry`=4719; + +/* Zangen Stonehoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4721; + +/* Foreman Cozzle */ +UPDATE `creature_template` SET `maxgold` = 311 WHERE `entry`=4723; + +/* Sandstrider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4724; + +/* Crazed Sandstrider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4725; + +/* Hulking Gritjaw Basilisk */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.2 WHERE `entry`=4729; + +/* Lelanai */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4730; + +/* Randal Hunter */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `ArmorModifier` = 0.9 WHERE `entry`=4732; + +/* Kildar */ +UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=4752; + +/* Jartsam */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4753; + +/* Ultham Ironhorn */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `ArmorModifier` = 0.9 WHERE `entry`=4772; + +/* Felicia Doan */ +UPDATE `creature_template` SET `subname` = 'General Trade Goods Vendor' WHERE `entry`=4775; + +/* Snufflenose Gopher */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=4781; + +/* Dawnwatcher Selgorm */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4783; + +/* Argent Guard Manados */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4784; + +/* Illusionary Nightmare */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.4, `ArmorModifier` = 1.5, `RangeAttackTime` = 1892, `mingold` = 12, `maxgold` = 61 WHERE `entry`=4785; + +/* Dawnwatcher Shaedlass */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4786; + +/* Argent Guard Thaelrid */ +UPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry`=4787; + +/* Fallenroot Satyr */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 35, `maxgold` = 203 WHERE `entry`=4788; + +/* Fallenroot Rogue */ +UPDATE `creature_template` SET `maxlevel` = 22, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 95, `maxgold` = 227 WHERE `entry`=4789; + +/* "Swamp Eye" Jarl */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4792; + +/* Morgan Stern */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4794; + +/* Force of Nature */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `mingold` = 4, `maxgold` = 22 WHERE `entry`=4795; + +/* Fallenroot Shadowstalker */ +UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `DamageModifier` = 2.5, `mingold` = 48, `maxgold` = 271 WHERE `entry`=4798; + +/* Fallenroot Hellcaller */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `mingold` = 65, `maxgold` = 225 WHERE `entry`=4799; + +/* Blackfathom Tide Priestess */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 2.5, `mingold` = 41 WHERE `entry`=4802; + +/* Blackfathom Oracle */ +UPDATE `creature_template` SET `maxlevel` = 22, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 55, `maxgold` = 185 WHERE `entry`=4803; + +/* Blackfathom Sea Witch */ +UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `mingold` = 53, `maxgold` = 285 WHERE `entry`=4805; + +/* Blackfathom Myrmidon */ +UPDATE `creature_template` SET `maxlevel` = 23, `mingold` = 72, `maxgold` = 259 WHERE `entry`=4807; + +/* Twilight Acolyte */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `speed_walk` = 1.0, `DamageModifier` = 1.2, `RangeAttackTime` = 1604, `maxgold` = 306 WHERE `entry`=4809; + +/* Twilight Reaver */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `speed_walk` = 1.0, `RangeAttackTime` = 1567 WHERE `entry`=4810; + +/* Twilight Aquamancer */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `speed_walk` = 1.0, `RangeAttackTime` = 1567, `maxgold` = 311 WHERE `entry`=4811; + +/* Twilight Loreseeker */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `speed_walk` = 1.0, `RangeAttackTime` = 1613, `maxgold` = 298 WHERE `entry`=4812; + +/* Twilight Shadowmage */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `speed_walk` = 1.0, `RangeAttackTime` = 1567, `mingold` = 103, `maxgold` = 385 WHERE `entry`=4813; + +/* Twilight Elementalist */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `speed_walk` = 1.0, `RangeAttackTime` = 1567, `maxgold` = 270 WHERE `entry`=4814; + +/* Murkshallow Snapclaw */ +UPDATE `creature_template` SET `maxlevel` = 23, `mingold` = 72, `maxgold` = 262 WHERE `entry`=4815; + +/* Murkshallow Shellhide */ +UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=4816; + +/* Blindlight Murloc */ +UPDATE `creature_template` SET `maxlevel` = 23, `mingold` = 54, `maxgold` = 262 WHERE `entry`=4818; + +/* Blindlight Muckdweller */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `mingold` = 68 WHERE `entry`=4819; + +/* Blindlight Oracle */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `mingold` = 76, `maxgold` = 290 WHERE `entry`=4820; + +/* Skittering Crustacean */ +UPDATE `creature_template` SET `maxlevel` = 23, `DamageModifier` = 2.85 WHERE `entry`=4821; + +/* Snapping Crustacean */ +UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `DamageModifier` = 3.2, `ArmorModifier` = 0.95 WHERE `entry`=4822; + +/* Barbed Crustacean */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 26, `speed_walk` = 1.0, `DamageModifier` = 2.85, `ArmorModifier` = 1.35, `RangeAttackTime` = 1604 WHERE `entry`=4823; + +/* Aku'mai Fisher */ +UPDATE `creature_template` SET `minlevel` = 23, `maxlevel` = 24, `DamageModifier` = 3.2, `ArmorModifier` = 1.9 WHERE `entry`=4824; + +/* Aku'mai Snapjaw */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 27, `speed_walk` = 1.0, `DamageModifier` = 2.9, `ArmorModifier` = 1.75, `RangeAttackTime` = 1595 WHERE `entry`=4825; + +/* Deep Pool Threshfin */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `speed_walk` = 1.0, `DamageModifier` = 3.1, `ArmorModifier` = 0.95, `RangeAttackTime` = 1595 WHERE `entry`=4827; + +/* Aku'mai */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.0, `DamageModifier` = 3.35, `ArmorModifier` = 0.9, `RangeAttackTime` = 1558 WHERE `entry`=4829; + +/* Old Serra'kis */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `speed_walk` = 1.0, `DamageModifier` = 3.45, `ArmorModifier` = 0.95, `RangeAttackTime` = 1567 WHERE `entry`=4830; + +/* Lady Sarevess */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `mingold` = 143 WHERE `entry`=4831; + +/* Twilight Lord Kelris */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `speed_walk` = 1.0, `DamageModifier` = 3.55, `ArmorModifier` = 0.9, `RangeAttackTime` = 1567 WHERE `entry`=4832; + +/* Theramore Infiltrator */ +UPDATE `creature_template` SET `modelid3` = 4678, `modelid4` = 4681, `DamageModifier` = 1.25, `mingold` = 43, `maxgold` = 241 WHERE `entry`=4834; + +/* Deadmire */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45 WHERE `entry`=4841; + +/* Earthcaller Halmgar */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `speed_walk` = 1.0, `DamageModifier` = 1.7, `RangeAttackTime` = 1475, `mingold` = 70, `maxgold` = 349 WHERE `entry`=4842; + +/* Shadowforge Surveyor */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 1.0, `unit_class` = 8, `mingold` = 142, `maxgold` = 776 WHERE `entry`=4844; + +/* Shadowforge Ruffian */ +UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37, `rank` = 1, `DamageModifier` = 1.955, `HealthModifier` = 3.0, `mingold` = 211, `maxgold` = 821 WHERE `entry`=4845; + +/* Shadowforge Digger */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 138, `maxgold` = 774 WHERE `entry`=4846; + +/* Shadowforge Relic Hunter */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 2.0, `RangeAttackTime` = 1475 WHERE `entry`=4847; + +/* Shadowforge Darkcaster */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `DamageModifier` = 3.95, `ArmorModifier` = 0.7, `RangeAttackTime` = 1384, `maxgold` = 930 WHERE `entry`=4848; + +/* Shadowforge Archaeologist */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `DamageModifier` = 3.7, `ArmorModifier` = 0.7, `RangeAttackTime` = 1384 WHERE `entry`=4849; + +/* Stonevault Cave Lurker */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `DamageModifier` = 1.9, `maxgold` = 867 WHERE `entry`=4850; + +/* Stonevault Rockchewer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.31251, `HealthModifier` = 3.0, `mingold` = 216, `maxgold` = 831 WHERE `entry`=4851; + +/* Stonevault Oracle */ +UPDATE `creature_template` SET `maxlevel` = 38, `DamageModifier` = 1.8, `mingold` = 133, `maxgold` = 887 WHERE `entry`=4852; + +/* Stonevault Geomancer */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `DamageModifier` = 3.95, `ArmorModifier` = 0.7, `RangeAttackTime` = 1384, `maxgold` = 911 WHERE `entry`=4853; + +/* Grimlok */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 3.55, `ArmorModifier` = 0.75, `RangeAttackTime` = 1402, `maxgold` = 1378 WHERE `entry`=4854; + +/* Stonevault Brawler */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `DamageModifier` = 3.7, `ArmorModifier` = 0.2, `RangeAttackTime` = 1384, `mingold` = 247, `maxgold` = 1195 WHERE `entry`=4855; + +/* Stonevault Cave Hunter */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `maxgold` = 397 WHERE `entry`=4856; + +/* Stone Keeper */ +UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `DamageModifier` = 3.45, `ArmorModifier` = 1.4, `RangeAttackTime` = 1384, `maxgold` = 1455 WHERE `entry`=4857; + +/* Stone Steward */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `DamageModifier` = 3.7, `ArmorModifier` = 1.45, `RangeAttackTime` = 1384, `mingold` = 211, `maxgold` = 993 WHERE `entry`=4860; + +/* Shrike Bat */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `DamageModifier` = 2.75, `ArmorModifier` = 0.95, `RangeAttackTime` = 1485 WHERE `entry`=4861; + +/* Rabid Shrike Bat */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=4862; + +/* Jadespine Basilisk */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 2.0, `ArmorModifier` = 0.9 WHERE `entry`=4863; + +/* Obsidian Golem */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `rank` = 1, `DamageModifier` = 3.75, `HealthModifier` = 3.0, `ArmorModifier` = 0.9, `mingold` = 155 WHERE `entry`=4872; + +/* "Stinky" Ignatz */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4880; + +/* Varng */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4881; + +/* [UNUSED] Om'kan */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=4882; + +/* Gregor MacVince */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4885; + +/* Hans Weston */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=4886; + +/* Ghamoo-ra */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `DamageModifier` = 2.1, `ArmorModifier` = 932.45 WHERE `entry`=4887; + +/* Marie Holdston */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=4888; + +/* Torq Ironblast */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 1.2 WHERE `entry`=4889; + +/* Piter Verance */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4890; + +/* Dwane Wertle */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4891; + +/* Jensen Farran */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=4892; + +/* Bartender Lillian */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4893; + +/* Craig Nollward */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=4894; + +/* Smiling Jim */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4895; + +/* Charity Mipsy */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4896; + +/* Brant Jasperbloom */ +UPDATE `creature_template` SET `subname` = 'Herbalist', `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=4898; + +/* Uma Bartulm */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=4899; + +/* Alchemist Narett */ +UPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=4900; + +/* Sara Pierce */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=4901; + +/* Mikal Pierce */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4902; + +/* Guard Byron */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4921; + +/* Combat Master Criton */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=4924; + +/* Caz Twosprocket */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4941; + +/* Test Petition Giver */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=4942; + +/* Goblin Drag Car */ +UPDATE `creature_template` SET `ArmorModifier` = 1.35 WHERE `entry`=4945; + +/* Gnome Drag Car */ +UPDATE `creature_template` SET `ArmorModifier` = 1.35 WHERE `entry`=4946; + +/* Theramore Lieutenant */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `mingold` = 1, `maxgold` = 651 WHERE `entry`=4947; + +/* Adjutant Tesoran */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=4948; + +/* Thrall */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 13.05, `HealthModifier` = 300.0, `ArmorModifier` = 1.3, `ManaModifier` = 15.0, `mingold` = 1, `maxgold` = 866 WHERE `entry`=4949; + +/* Theramore Combat Dummy */ +UPDATE `creature_template` SET `DamageModifier` = 0.05, `HealthModifier` = 1.0 WHERE `entry`=4952; + +/* Moccasin */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=4953; + +/* Theramore Archery Target 1 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4955; + +/* Theramore Combat Dummy 4 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4957; + +/* Haunting Spirit */ +UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 22, `speed_walk` = 1.0, `DamageModifier` = 1.25, `ArmorModifier` = 0.95, `BaseAttackTime` = 2000, `RangeAttackTime` = 1980 WHERE `entry`=4958; + +/* Jorgen */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=4959; + +/* Bishop DeLavey */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=4960; + +/* Dashel Stonefist */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=4961; + +/* Tapoke "Slim" Jahn */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=4962; + +/* Commander Samaul */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4964; + +/* Pained */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4965; + +/* Lady Jaina Proudmoore */ +UPDATE `creature_template` SET `modelid1` = 2970, `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 7.05, `HealthModifier` = 200.0, `ArmorModifier` = 4.05, `ManaModifier` = 20.0 WHERE `entry`=4968; + +/* Old Town Thug */ +UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 92 WHERE `entry`=4969; + +/* Defias Agent */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4970; + +/* Slim's Friend */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6, `ArmorModifier` = 0.9, `RangeAttackTime` = 1837, `mingold` = 22, `maxgold` = 109 WHERE `entry`=4971; + +/* Kagoro */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `mingold` = 29, `maxgold` = 147 WHERE `entry`=4972; + +/* Theramore Archery Target 2 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4975; + +/* Elise Laughlin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4976; + +/* Murkshallow Softshell */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `speed_walk` = 1.0, `DamageModifier` = 1.4, `ArmorModifier` = 1.4, `RangeAttackTime` = 1936, `mingold` = 9, `maxgold` = 47 WHERE `entry`=4977; + +/* Aku'mai Servant */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `speed_walk` = 1.55556, `dmgschool` = 4, `DamageModifier` = 2.25, `ArmorModifier` = 0.9, `RangeAttackTime` = 1576, `mingold` = 47, `maxgold` = 237 WHERE `entry`=4978; + +/* Theramore Guard */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=4979; + +/* Paval Reethe */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85, `unit_class` = 1 WHERE `entry`=4980; + +/* Ben Trias */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=4981; + +/* Thomas */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=4982; + +/* Argos Nightwhisper */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=4984; + +/* World Druid Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4985; + +/* World Hunter Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4986; + +/* World Mage Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4987; + +/* World Paladin Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4988; + +/* World Priest Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4989; + +/* World Rogue Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4990; + +/* World Shaman Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4991; + +/* World Warrior Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4992; + +/* World Warlock Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4993; + +/* World Wolf Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4994; + +/* Stockade Guard */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=4995; + +/* Injured Stockade Guard */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.6 WHERE `entry`=4996; + +/* World Fishing Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4997; + +/* World Herbalism Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4998; + +/* World Mining Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=4999; + +/* World Hunter Beast Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5000; + +/* World Bird Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5001; + +/* World Boar Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5002; + +/* World Cat Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5003; + +/* World Crawler Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5004; + +/* World Crocodile Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5005; + +/* World Demon Trainer - old */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer', `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=5006; + +/* World Felhunter Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5007; + +/* World Gorilla Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5008; + +/* World Horse Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5009; + +/* World Imp Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5010; + +/* World Raptor Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5011; + +/* World Scorpid Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5012; + +/* World Spider Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5013; + +/* World Succubus Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5014; + +/* World Tallstrider Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5015; + +/* World Voidwalker Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5016; + +/* World Turtle Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5017; + +/* World Portal: Darnassus Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5018; + +/* World Portal: Ironforge Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5019; + +/* World Portal: Orgrimmar Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5020; + +/* World Portal: Stormwind Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5021; + +/* World Portal: Thunder Bluff Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5022; + +/* World Portal: Undercity Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5023; + +/* World First Aid Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5024; + +/* World Lockpicking Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5027; + +/* World Survival Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5029; + +/* World Alchemy Trainer */ +UPDATE `creature_template` SET `subname` = 'Alchemy Trainer', `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry`=5032; + +/* World Blacksmith Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5033; + +/* World Brewing Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5034; + +/* World Cartography Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5035; + +/* World Cooking Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5036; + +/* World Engineering Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry`=5037; + +/* World Enchanting Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry`=5038; + +/* World Tracking Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5039; + +/* World Leatherworking Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry`=5040; + +/* World Tailoring Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.1 WHERE `entry`=5041; + +/* Nurse Lillian */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=5042; + +/* Defias Rioter */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 6, `maxgold` = 29 WHERE `entry`=5043; + +/* Theramore Skirmisher */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `RangeAttackTime` = 1793, `mingold` = 26, `maxgold` = 278 WHERE `entry`=5044; + +/* Private Hallan */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 0.7, `RangeAttackTime` = 1815, `mingold` = 24, `maxgold` = 119 WHERE `entry`=5045; + +/* Lieutenant Caldwell */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `RangeAttackTime` = 1782, `mingold` = 28, `maxgold` = 255 WHERE `entry`=5046; + +/* Ellaercia */ +UPDATE `creature_template` SET `subname` = 'Tabard Designer', `DamageModifier` = 0.95 WHERE `entry`=5047; + +/* Lyesa Steelbrow */ +UPDATE `creature_template` SET `subname` = 'Guild Tabard Vendor', `DamageModifier` = 0.9 WHERE `entry`=5049; + +/* [UNUSED] Rallus */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5050; + +/* [UNUSED] Frewa */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5051; + +/* Edward Remington */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=5052; + +/* Deviate Lasher */ +UPDATE `creature_template` SET `maxlevel` = 20, `DamageModifier` = 1.1, `ArmorModifier` = 0.95 WHERE `entry`=5055; + +/* Deviate Dreadfang */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21 WHERE `entry`=5056; + +/* Theramore Deserter */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.3 WHERE `entry`=5057; + +/* Wolfguard Worg */ +UPDATE `creature_template` SET `maxlevel` = 21, `DamageModifier` = 0.7, `ArmorModifier` = 0.95 WHERE `entry`=5058; + +/* Galthogran the Callous */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5059; + +/* World Banker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5060; + +/* World Guild Tabard Vendor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5061; + +/* World Reagent Vendor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5062; + +/* Pat's Test Kobold */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `detection_range` = 18.0 WHERE `entry`=5063; + +/* World Trade Supplies */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5064; + +/* Connor Rivers */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 313 WHERE `entry`=5081; + +/* Clerk Lendry */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5083; + +/* Ironforge Zinn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5084; + +/* Falgran Hastil */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `mingold` = 27, `maxgold` = 133 WHERE `entry`=5088; + +/* Combat Master Szigeti */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=5090; + +/* Captain Andrews */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5095; + +/* Captain Thomas */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5096; + +/* Lupine Delusion */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 25, `speed_walk` = 1.0, `DamageModifier` = 2.8, `ArmorModifier` = 0.85, `mingold` = 22, `maxgold` = 110 WHERE `entry`=5097; + +/* [UNUSED] Guffren Boulderbeard */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5098; + +/* Soleil Stonemantle */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5099; + +/* Fillius Fizzlespinner */ +UPDATE `creature_template` SET `subname` = 'Trade Supplier' WHERE `entry`=5100; + +/* Bryllia Ironbrand */ +UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=5101; + +/* Laene Thundershot */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5104; + +/* Gilbin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5105; + +/* Barim Jurgenstaad */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=5110; + +/* Kelv Sternhammer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5113; + +/* Bilban Tosslespanner */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5114; + +/* Daera Brightspear */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=5115; + +/* Regnus Thundergranite */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5117; + +/* Brogun Stoneshield */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry`=5118; + +/* Fimble Finespindle */ +UPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry`=5127; + +/* Jondor Steelbrow */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=5130; + +/* [UNUSED] Kiren Tyrngaarde */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5131; + +/* Jonivera Farmountain */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 1, `maxgold` = 689 WHERE `entry`=5134; + +/* Svalbrad Farmountain */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 1, `maxgold` = 689 WHERE `entry`=5135; + +/* Reyna Stonebranch */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5137; + +/* Gwina Stonebranch */ +UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=5138; + +/* Kurdrum Barleybeard */ +UPDATE `creature_template` SET `subname` = 'Reagents & Poisons', `DamageModifier` = 1.45, `mingold` = 1, `maxgold` = 689 WHERE `entry`=5139; + +/* Theodrus Frostbeard */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=5141; + +/* Toldren Deepiron */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5143; + +/* Bink */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5144; + +/* Nittlebur Sparkfizzle */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=5146; + +/* Valgar Highforge */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=5147; + +/* Nissa Firestone */ +UPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry`=5150; + +/* Ginny Longberry */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=5151; + +/* Jormund Stonebrow */ +UPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 1.05 WHERE `entry`=5153; + +/* Gimble Thistlefuzz */ +UPDATE `creature_template` SET `subname` = 'Expert Enchanter', `DamageModifier` = 3.25 WHERE `entry`=5157; + +/* Daryl Riknussun */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5159; + +/* Emrul Riknussun */ +UPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry`=5160; + +/* Grimnur Stonebrand */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5161; + +/* Tansy Puddlefizz */ +UPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry`=5162; + +/* Burbik Gearspanner */ +UPDATE `creature_template` SET `subname` = 'Trade Supplier' WHERE `entry`=5163; + +/* Grumnus Steelshaper */ +UPDATE `creature_template` SET `subname` = 'Armor Crafter', `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=5164; + +/* Hulfdan Blackbeard */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=5165; + +/* Fenthwick */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5167; + +/* Thistleheart */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5171; + +/* Alexander Calder */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=5173; + +/* Springspindle Fizzlegear */ +UPDATE `creature_template` SET `subname` = 'Artisan Engineer', `DamageModifier` = 0.95 WHERE `entry`=5174; + +/* Tally Berryfizz */ +UPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05 WHERE `entry`=5177; + +/* Theramore Sentry */ +UPDATE `creature_template` SET `modelid3` = 4680, `modelid4` = 4682, `mingold` = 50, `maxgold` = 237 WHERE `entry`=5184; + +/* Hammerhead Shark */ +UPDATE `creature_template` SET `DamageModifier` = 2.5, `mingold` = 44, `maxgold` = 222 WHERE `entry`=5185; + +/* Basking Shark */ +UPDATE `creature_template` SET `DamageModifier` = 3.15 WHERE `entry`=5186; + +/* Southsea Cannon */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5187; + +/* Thrumn */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=5189; + +/* Merill Pleasance */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=5190; + +/* Shalumon */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=5191; + +/* [UNUSED] Nils Stonebrow */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5192; + +/* Rebecca Laughlin */ +UPDATE `creature_template` SET `subname` = 'Tabard Vendor', `DamageModifier` = 0.9 WHERE `entry`=5193; + +/* Pat's Test Human */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5201; + +/* Archery Target */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=5202; + +/* Apothecary Zinge */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5204; + +/* Murk Slitherer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.6, `HealthModifier` = 3.0 WHERE `entry`=5224; + +/* Murk Spitter */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.7, `HealthModifier` = 3.0 WHERE `entry`=5225; + +/* Murk Worm */ +UPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry`=5226; + +/* Saturated Ooze */ +UPDATE `creature_template` SET `DamageModifier` = 3.3, `mingold` = 337, `maxgold` = 1182 WHERE `entry`=5228; + +/* Gordunni Ogre */ +UPDATE `creature_template` SET `mingold` = 72, `maxgold` = 322 WHERE `entry`=5229; + +/* Gordunni Enforcer */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `detection_range` = 18.0 WHERE `entry`=5231; + +/* Gordunni Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.9, `mingold` = 62, `maxgold` = 401 WHERE `entry`=5232; + +/* Gordunni Mauler */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 71, `maxgold` = 422 WHERE `entry`=5234; + +/* Fungal Ooze */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 3.45, `HealthModifier` = 3.0, `maxgold` = 785 WHERE `entry`=5235; + +/* Gordunni Shaman */ +UPDATE `creature_template` SET `mingold` = 88, `maxgold` = 414 WHERE `entry`=5236; + +/* Gordunni Ogre Mage */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 0.95, `mingold` = 60, `maxgold` = 374 WHERE `entry`=5237; + +/* Gordunni Battlemaster */ +UPDATE `creature_template` SET `mingold` = 76, `maxgold` = 475 WHERE `entry`=5238; + +/* Gordunni Mage-Lord */ +UPDATE `creature_template` SET `maxgold` = 467 WHERE `entry`=5239; + +/* Gordunni Warlock */ +UPDATE `creature_template` SET `mingold` = 62, `maxgold` = 421 WHERE `entry`=5240; + +/* Gordunni Warlord */ +UPDATE `creature_template` SET `maxgold` = 455 WHERE `entry`=5241; + +/* Cursed Atal'ai */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.45, `HealthModifier` = 3.0, `maxgold` = 767 WHERE `entry`=5243; + +/* Zukk'ash Wasp */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5245; + +/* Zukk'ash Worker */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5246; + +/* Woodpaw Mongrel */ +UPDATE `creature_template` SET `mingold` = 60, `maxgold` = 335 WHERE `entry`=5249; + +/* Woodpaw Trapper */ +UPDATE `creature_template` SET `mingold` = 56, `maxgold` = 361 WHERE `entry`=5251; + +/* Woodpaw Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 0.7, `mingold` = 57, `maxgold` = 381 WHERE `entry`=5253; + +/* Woodpaw Mystic */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 66, `maxgold` = 386 WHERE `entry`=5254; + +/* Woodpaw Reaver */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `mingold` = 63, `maxgold` = 398 WHERE `entry`=5255; + +/* Atal'ai Warrior */ +UPDATE `creature_template` SET `maxlevel` = 49, `DamageModifier` = 3.25, `maxgold` = 1621 WHERE `entry`=5256; + +/* Woodpaw Alpha */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 74, `maxgold` = 376 WHERE `entry`=5258; + +/* Atal'ai Witch Doctor */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 3.7, `mingold` = 262, `maxgold` = 1779 WHERE `entry`=5259; + +/* Groddoc Ape */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.7 WHERE `entry`=5260; + +/* Enthralled Atal'ai */ +UPDATE `creature_template` SET `maxlevel` = 46, `rank` = 1, `DamageModifier` = 3.45, `HealthModifier` = 3.0, `maxgold` = 1033 WHERE `entry`=5261; + +/* Groddoc Thunderer */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.9 WHERE `entry`=5262; + +/* Mummified Atal'ai */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 3.0, `ArmorModifier` = 0.7, `maxgold` = 1450 WHERE `entry`=5263; + +/* Groddoc Chestpounder */ +UPDATE `creature_template` SET `maxlevel` = 46, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5264; + +/* Unliving Atal'ai */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 49, `DamageModifier` = 3.25, `ArmorModifier` = 1.5, `mingold` = 259, `maxgold` = 1466 WHERE `entry`=5267; + +/* Ironfur Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=5268; + +/* Atal'ai Priest */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.7, `HealthModifier` = 3.0, `maxgold` = 1240 WHERE `entry`=5269; + +/* Atal'ai Corpse Eater */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 3.15, `maxgold` = 1672 WHERE `entry`=5270; + +/* Atal'ai Deathwalker */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 4.25, `maxgold` = 1760 WHERE `entry`=5271; + +/* Grizzled Ironfur Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=5272; + +/* Atal'ai High Priest */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 4.15, `maxgold` = 1843 WHERE `entry`=5273; + +/* Ironfur Patriarch */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=5274; + +/* Sprite Dragon */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5276; + +/* Nightmare Scalebane */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 3.75, `ArmorModifier` = 1.45, `maxgold` = 1824 WHERE `entry`=5277; + +/* Sprite Darter */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.95, `mingold` = 57, `maxgold` = 405 WHERE `entry`=5278; + +/* Nightmare Wyrmkin */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 3.9, `maxgold` = 1809 WHERE `entry`=5280; + +/* Nightmare Wanderer */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 3.15, `mingold` = 289, `maxgold` = 1196 WHERE `entry`=5283; + +/* Hakkari Frostwing */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 3.5 WHERE `entry`=5291; + +/* Feral Scar Yeti */ +UPDATE `creature_template` SET `mingold` = 65, `maxgold` = 427 WHERE `entry`=5292; + +/* Hulking Feral Scar */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `maxgold` = 455 WHERE `entry`=5293; + +/* Enraged Feral Scar */ +UPDATE `creature_template` SET `maxlevel` = 45, `DamageModifier` = 2.95, `ArmorModifier` = 0.9, `mingold` = 72, `maxgold` = 455 WHERE `entry`=5295; + +/* Rage Scar Yeti */ +UPDATE `creature_template` SET `mingold` = 84, `maxgold` = 419 WHERE `entry`=5296; + +/* Elder Rage Scar */ +UPDATE `creature_template` SET `mingold` = 107, `maxgold` = 557 WHERE `entry`=5297; + +/* Ferocious Rage Scar */ +UPDATE `creature_template` SET `mingold` = 77, `maxgold` = 533 WHERE `entry`=5299; + +/* Lethlas */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.1, `ArmorModifier` = 1.2, `BaseAttackTime` = 1158 WHERE `entry`=5312; + +/* Phantim */ +UPDATE `creature_template` SET `DamageModifier` = 7.45, `ArmorModifier` = 1.2 WHERE `entry`=5314; + +/* Jademir Dragonspawn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5315; + +/* Jademir Oracle */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.15 WHERE `entry`=5317; + +/* Jademir Tree Warder */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=5319; + +/* Jademir Boughguard */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.2 WHERE `entry`=5320; + +/* Coast Crawl Clacker */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5326; + +/* Coast Crawl Snapclaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.5 WHERE `entry`=5327; + +/* Coast Crawl Deepseer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.5 WHERE `entry`=5328; + +/* Hatecrest Warrior */ +UPDATE `creature_template` SET `ArmorModifier` = 1.45 WHERE `entry`=5331; + +/* Hatecrest Serpent Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5333; + +/* Hatecrest Myrmidon */ +UPDATE `creature_template` SET `minlevel` = 43, `speed_walk` = 1.0, `DamageModifier` = 1.05 WHERE `entry`=5334; + +/* Hatecrest Screamer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5335; + +/* Hatecrest Sorceress */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5336; + +/* Hatecrest Siren */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95 WHERE `entry`=5337; + +/* Lady Szallah */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.45, `BaseAttackTime` = 1266 WHERE `entry`=5343; + +/* Diamond Head */ +UPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 2.0, `RangeAttackTime` = 1402 WHERE `entry`=5345; + +/* Bloodroar the Stalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15, `BaseAttackTime` = 2000, `RangeAttackTime` = 1375 WHERE `entry`=5346; + +/* Antilus the Soarer */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1375 WHERE `entry`=5347; + +/* Dreamwatcher Forktongue */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5348; + +/* Arash-ethis */ +UPDATE `creature_template` SET `RangeAttackTime` = 1365 WHERE `entry`=5349; + +/* Qirot */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.2 WHERE `entry`=5350; + +/* Old Grizzlegut */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=5352; + +/* Itharius */ +UPDATE `creature_template` SET `modelid1` = 4494, `DamageModifier` = 0.95 WHERE `entry`=5353; + +/* Gnarl Leafbrother */ +UPDATE `creature_template` SET `DamageModifier` = 3.25, `RangeAttackTime` = 1411 WHERE `entry`=5354; + +/* Firewing Defender */ +UPDATE `creature_template` SET `modelid1` = 8471, `minlevel` = 1, `maxlevel` = 1, `detection_range` = 18.0, `HealthModifier` = 1.3 WHERE `entry`=5355; + +/* Land Walker */ +UPDATE `creature_template` SET `DamageModifier` = 3.25, `maxgold` = 1619 WHERE `entry`=5357; + +/* Cliff Giant */ +UPDATE `creature_template` SET `minlevel` = 49, `DamageModifier` = 3.05, `maxgold` = 1394 WHERE `entry`=5358; + +/* Shore Strider */ +UPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry`=5359; + +/* Deep Strider */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `ArmorModifier` = 1.25 WHERE `entry`=5360; + +/* Wave Strider */ +UPDATE `creature_template` SET `minlevel` = 47, `DamageModifier` = 3.3 WHERE `entry`=5361; + +/* Northspring Harpy */ +UPDATE `creature_template` SET `maxgold` = 571 WHERE `entry`=5362; + +/* Northspring Roguefeather */ +UPDATE `creature_template` SET `maxgold` = 394 WHERE `entry`=5363; + +/* Northspring Slayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `maxgold` = 573 WHERE `entry`=5364; + +/* Northspring Windcaller */ +UPDATE `creature_template` SET `mingold` = 121, `maxgold` = 603 WHERE `entry`=5366; + +/* Scillia Daggerquil */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5367; + +/* Brohann Caskbelly */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=5384; + +/* Watcher Mahar Ba */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5385; + +/* Acolyte Dellis */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5386; + +/* High Explorer Magellas */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=5387; + +/* Ingo Woolybush */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5388; + +/* Prospector Gunstan */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5389; + +/* Galen Goodward */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=5391; + +/* Yarr Hammerstone */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5392; + +/* Neeka Bloodscar */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5394; + +/* Felgur Twocuts */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5395; + +/* Captain Pentigast */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5396; + +/* Uthek the Wise */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5397; + +/* Warug */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5398; + +/* Veyzhak the Cannibal */ +UPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 2.8, `HealthModifier` = 3.0, `RangeAttackTime` = 1375, `mingold` = 111, `maxgold` = 555 WHERE `entry`=5399; + +/* Zekkis */ +UPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.05, `HealthModifier` = 3.0, `ArmorModifier` = 1.5, `RangeAttackTime` = 1375, `mingold` = 100, `maxgold` = 499 WHERE `entry`=5400; + +/* Kazkaz the Unholy */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0, `ManaModifier` = 1.0 WHERE `entry`=5401; + +/* Khan Hratha */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `rank` = 1, `DamageModifier` = 4.25, `HealthModifier` = 3.0, `BaseAttackTime` = 2400, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 671 WHERE `entry`=5402; + +/* Nightmare */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3 WHERE `entry`=5407; + +/* Harvester Swarm */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 0.5, `BaseAttackTime` = 1000, `RangeAttackTime` = 1947, `mingold` = 9, `maxgold` = 43 WHERE `entry`=5409; + +/* Krinkle Goodsteel */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.3 WHERE `entry`=5411; + +/* Gurda Wildmane */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5412; + +/* Furen Longbeard */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=5413; + +/* Centaur Outrunner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5415; + +/* Deathstalker Zraedus */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5418; + +/* Surf Glider */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=5431; + +/* Giant Surf Glider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.35, `ArmorModifier` = 1.5, `RangeAttackTime` = 1365 WHERE `entry`=5432; + +/* Tamed Bear */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5433; + +/* Coral Shark */ +UPDATE `creature_template` SET `maxlevel` = 47, `DamageModifier` = 3.0, `mingold` = 99, `maxgold` = 494 WHERE `entry`=5434; + +/* Sand Shark */ +UPDATE `creature_template` SET `DamageModifier` = 2.5, `mingold` = 10, `maxgold` = 50 WHERE `entry`=5435; + +/* Tamed Bird */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5436; + +/* Tamed Boar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5437; + +/* Tamed Cat */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5438; + +/* Tamed Crawler */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5439; + +/* Tamed Crocolisk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5440; + +/* Tamed Gorilla */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5442; + +/* Tamed Zhevra */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5443; + +/* Tamed Raptor */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5444; + +/* Tamed Scorpid */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5445; + +/* Tamed Spider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5446; + +/* Tamed Tallstrider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5447; + +/* Tamed Turtle */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5448; + +/* Tamed Wolf */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5449; + +/* Centipaar Worker */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=5458; + +/* Sea Elemental */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.65 WHERE `entry`=5461; + +/* Sea Spray */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.65 WHERE `entry`=5462; + +/* Watchmaster Sorigal */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5464; + +/* Land Rager */ +UPDATE `creature_template` SET `ArmorModifier` = 1.65 WHERE `entry`=5465; + +/* Coast Strider */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=5466; + +/* Deep Dweller */ +UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `speed_walk` = 1.4, `speed_run` = 1.42857, `DamageModifier` = 3.25, `ArmorModifier` = 1.1, `BaseAttackTime` = 1266 WHERE `entry`=5467; + +/* Wandering Dune Smasher */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5468; + +/* Dune Smasher */ +UPDATE `creature_template` SET `DamageModifier` = 3.1, `mingold` = 155 WHERE `entry`=5469; + +/* Raging Dune Smasher */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `mingold` = 115, `maxgold` = 576 WHERE `entry`=5470; + +/* Dunemaul Ogre */ +UPDATE `creature_template` SET `mingold` = 72, `maxgold` = 442 WHERE `entry`=5471; + +/* Dunemaul Enforcer */ +UPDATE `creature_template` SET `mingold` = 78, `maxgold` = 502 WHERE `entry`=5472; + +/* Dunemaul Ogre Mage */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1, `maxgold` = 434 WHERE `entry`=5473; + +/* Dunemaul Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 79, `maxgold` = 540 WHERE `entry`=5474; + +/* Dunemaul Warlock */ +UPDATE `creature_template` SET `maxgold` = 515 WHERE `entry`=5475; + +/* Watcher Biggs */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=5476; + +/* Noboru the Cudgel */ +UPDATE `creature_template` SET `maxgold` = 202 WHERE `entry`=5477; + +/* Ilsa Corbin */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5480; + +/* Thistleshrub Dew Collector */ +UPDATE `creature_template` SET `ArmorModifier` = 1.55, `mingold` = 86, `maxgold` = 528 WHERE `entry`=5481; + +/* Stephen Ryback */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5482; + +/* Erika Tate */ +UPDATE `creature_template` SET `subname` = 'Cooking Supplier' WHERE `entry`=5483; + +/* Brother Benjamin */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=5484; + +/* Thistleshrub Rootshaper */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.85, `mingold` = 87, `maxgold` = 603 WHERE `entry`=5485; + +/* Brother Joshua */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=5489; + +/* Gnarled Thistleshrub */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `mingold` = 85, `maxgold` = 566 WHERE `entry`=5490; + +/* Arthur the Faithful */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=5491; + +/* Katherine the Pure */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=5492; + +/* Arnold Leland */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5493; + +/* Catherine Leland */ +UPDATE `creature_template` SET `subname` = 'Fishing Supplier' WHERE `entry`=5494; + +/* Ursula Deline */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=5495; + +/* Sandahl */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=5496; + +/* Jennea Cannon */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=5497; + +/* Elsharin */ +UPDATE `creature_template` SET `modelid1` = 3293, `ArmorModifier` = 0.8 WHERE `entry`=5498; + +/* Lilyssia Nightbreeze */ +UPDATE `creature_template` SET `subname` = 'Expert Alchemist', `DamageModifier` = 1.05 WHERE `entry`=5499; + +/* Tel'Athir */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.95 WHERE `entry`=5500; + +/* Kaerbrus */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry`=5501; + +/* Shylamiir */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.55 WHERE `entry`=5502; + +/* Eldraeith */ +UPDATE `creature_template` SET `subname` = 'Herbalism Supplier' WHERE `entry`=5503; + +/* Sheldras Moontree */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=5504; + +/* Theridran */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=5505; + +/* Maldryn */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=5506; + +/* Celmoridan */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=5507; + +/* Strumner Flintheel */ +UPDATE `creature_template` SET `subname` = 'Armor Crafter', `DamageModifier` = 1.1 WHERE `entry`=5508; + +/* Kathrum Axehand */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=5509; + +/* Thulman Flintcrag */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=5510; + +/* Therum Deepforge */ +UPDATE `creature_template` SET `subname` = 'Expert Blacksmith' WHERE `entry`=5511; + +/* Kaita Deepforge */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=5512; + +/* Gelman Stonehand */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.55 WHERE `entry`=5513; + +/* Brooke Stonebraid */ +UPDATE `creature_template` SET `subname` = 'Mining Supplier', `ArmorModifier` = 0.85 WHERE `entry`=5514; + +/* Einris Brightspear */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=5515; + +/* Ulfir Ironbeard */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=5516; + +/* Thorfin Stoneshield */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=5517; + +/* Lilliam Sparkspindle */ +UPDATE `creature_template` SET `subname` = 'Expert Engineer', `DamageModifier` = 1.05, `ArmorModifier` = 0.55 WHERE `entry`=5518; + +/* Billibub Cogspinner */ +UPDATE `creature_template` SET `subname` = 'Engineering Supplier', `ArmorModifier` = 0.85 WHERE `entry`=5519; + +/* Spackle Thornberry */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.5, `ArmorModifier` = 1.5 WHERE `entry`=5520; + +/* Glenrunner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5521; + +/* Ironclaw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5522; + +/* War Party Kodo */ +UPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry`=5523; + +/* Caravan Watcher */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5524; + +/* Caravan Packhorse */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5525; + +/* Caravan Merchant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5526; + +/* Stormwind Traveling Merchant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5542; + +/* Clarice Foster */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=5543; + +/* [UNUSED] Yuriv Adhem */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5544; + +/* Grunt Zuul */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 54, `maxgold` = 269 WHERE `entry`=5546; + +/* Grunt Tharlak */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 54, `maxgold` = 269 WHERE `entry`=5547; + +/* [PH] Mine Boss */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5548; + +/* [PH] Mine Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5549; + +/* [PH] PVP Peasent */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=5550; + +/* [PH] Caravan Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5551; + +/* [PH] PVP Peon */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=5552; + +/* [PH] Caravan Scout */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5553; + +/* [PH] PVP Wildlife */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5554; + +/* [PH] Ogre Caravan Packhorse */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5555; + +/* [PH] Alliance Commander */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5556; + +/* [PH] Horde Commander */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5557; + +/* [PH] Alliance Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5558; + +/* [PH] Horde Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5559; + +/* [PH] Alliance Raider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5560; + +/* [PH] Horde Raider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5561; + +/* [PH] Alliance Archer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5562; + +/* [PH] Horde Archer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5563; + +/* Simon Tanner */ +UPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry`=5564; + +/* Tannysa */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5566; + +/* Sellandus */ +UPDATE `creature_template` SET `subname` = 'Expert Tailor', `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry`=5567; + +/* Captured Leper Gnome */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5568; + +/* Fizzlebang Booms */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 0.8, `mingold` = 1, `maxgold` = 502 WHERE `entry`=5569; + +/* [PH] Alliance Mine Boss */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5587; + +/* [PH] Alliance Mine Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5588; + +/* [PH] Horde Mine Boss */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5589; + +/* [PH] Horde Mine Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5590; + +/* Dar */ +UPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry`=5591; + +/* Katar */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5593; + +/* Alchemist Pestlezugg */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5594; + +/* Ironforge Guard */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.35, `HealthModifier` = 2.0, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 806 WHERE `entry`=5595; + +/* Twain Test Prop */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=5596; + +/* Grunt Komak */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5597; + +/* Kon Yelloweyes */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=5599; + +/* Khan Dez'hepah */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `maxgold` = 221 WHERE `entry`=5600; + +/* Khan Jehn */ +UPDATE `creature_template` SET `maxgold` = 238 WHERE `entry`=5601; + +/* Khan Shaka */ +UPDATE `creature_template` SET `mingold` = 94 WHERE `entry`=5602; + +/* Grunt Mojka */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5603; + +/* [UNUSED] [PH] Orcish Barfly */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5604; + +/* Goma */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=5606; + +/* Roger */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=5607; + +/* Jamin */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=5608; + +/* Zazo */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5609; + +/* Kozish */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=5610; + +/* Barkeep Morag */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5611; + +/* Gimrizz Shadowcog */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5612; + +/* Doyo'da */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5613; + +/* Sarok */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=5614; + +/* Wastewander Rogue */ +UPDATE `creature_template` SET `mingold` = 61, `maxgold` = 412 WHERE `entry`=5615; + +/* Wastewander Thief */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `mingold` = 54, `maxgold` = 351 WHERE `entry`=5616; + +/* Wastewander Shadow Mage */ +UPDATE `creature_template` SET `mingold` = 69, `maxgold` = 405 WHERE `entry`=5617; + +/* Wastewander Bandit */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `mingold` = 60, `maxgold` = 380 WHERE `entry`=5618; + +/* Bartender Wental */ +UPDATE `creature_template` SET `subname` = 'Food and Drinks', `DamageModifier` = 0.8 WHERE `entry`=5620; + +/* Timmy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5621; + +/* Ongeku */ +UPDATE `creature_template` SET `maxgold` = 237 WHERE `entry`=5622; + +/* Wastewander Assassin */ +UPDATE `creature_template` SET `minlevel` = 44, `mingold` = 80, `maxgold` = 453 WHERE `entry`=5623; + +/* Undercity Guardian */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `HealthModifier` = 2.0, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 739 WHERE `entry`=5624; + +/* Theramore Transport */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=5625; + +/* Joey */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5626; + +/* Johnny */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5627; + +/* Lieutenant Beech */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5628; + +/* Theramore Commando */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5629; + +/* Theramore Mage */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5630; + +/* Theramore Medic */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5631; + +/* Theramore Incursion Master Control Program */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5632; + +/* Lieutenant Baxter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5633; + +/* Rhapsody Shindigger */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5634; + +/* Gryphon Master Talonaxe */ +UPDATE `creature_template` SET `DamageModifier` = 4.25 WHERE `entry`=5636; + +/* Roetten Stonehammer */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5637; + +/* Kreldig Ungor */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5638; + +/* Craven Drok */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5639; + +/* Keldran */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5640; + +/* Takata Steelblade */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5641; + +/* Vahlarriel Demonslayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=5642; + +/* Tyranis Malem */ +UPDATE `creature_template` SET `maxgold` = 255 WHERE `entry`=5643; + +/* Dalinda Malem */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=5644; + +/* Sandfury Hideskinner */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.3, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 970 WHERE `entry`=5645; + +/* Sandfury Axe Thrower */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry`=5646; + +/* Sandfury Firecaller */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `unit_class` = 8, `maxgold` = 878 WHERE `entry`=5647; + +/* Sandfury Shadowcaster */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2, `mingold` = 221, `maxgold` = 1282 WHERE `entry`=5648; + +/* Sandfury Blood Drinker */ +UPDATE `creature_template` SET `DamageModifier` = 2.5, `mingold` = 209, `maxgold` = 1360 WHERE `entry`=5649; + +/* Sandfury Witch Doctor */ +UPDATE `creature_template` SET `DamageModifier` = 2.5, `mingold` = 258, `maxgold` = 1346 WHERE `entry`=5650; + +/* Patrick Garrett */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5651; + +/* Undercity Practice Dummy */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 0.05 WHERE `entry`=5652; + +/* Tyler */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5653; + +/* Edward */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5654; + +/* Robert Gossom */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5655; + +/* Richard Van Brunt */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5656; + +/* Marla Fowler */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5657; + +/* Chloe Curthas */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5658; + +/* Andrew Hartwell */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5659; + +/* Riley Walker */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5660; + +/* Brother Malach */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5661; + +/* Sergeant Houser */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5662; + +/* Travist Bosk */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5663; + +/* Eldin Partridge */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5664; + +/* Alyssa Blaye */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5665; + +/* Gunther's Visage */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85, `mingold` = 50, `maxgold` = 250 WHERE `entry`=5666; + +/* Venya Marthand */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5667; + +/* Mattie Alred */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5668; + +/* Helena Atwood */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5669; + +/* Edrick Killian */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5670; + +/* [UNUSED] Lawrence Sawyer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5671; + +/* [UNUSED] Charles Brewton */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5672; + +/* Practice Target */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=5674; + +/* Summoned Voidwalker */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.95 WHERE `entry`=5676; + +/* Summoned Succubus */ +UPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry`=5677; + +/* [UNUSED] Deathstalker Vincent DEBUG */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5678; + +/* Lysta Bancroft */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=5679; + +/* Male Human Captive */ +UPDATE `creature_template` SET `modelid1` = 3976, `modelid2` = 3975, `modelid3` = 3974, `modelid4` = 3973, `DamageModifier` = 1.6 WHERE `entry`=5680; + +/* Female Human Captive */ +UPDATE `creature_template` SET `modelid1` = 3980, `modelid2` = 3979, `modelid3` = 3978, `modelid4` = 3977, `DamageModifier` = 0.95 WHERE `entry`=5681; + +/* Dalin Forgewright */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5682; + +/* Captive Ghoul */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=5685; + +/* Captive Zombie */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5686; + +/* Captive Abomination */ +UPDATE `creature_template` SET `detection_range` = 5.0, `DamageModifier` = 0.3, `ArmorModifier` = 0.95 WHERE `entry`=5687; + +/* Steed */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=5689; + +/* Clyde Kellen */ +UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=5690; + +/* Dalin Forgewright Projection */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5691; + +/* Comar Villard Projection */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5692; + +/* Godrick Farsan */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5693; + +/* High Sorcerer Andromath */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=5694; + +/* Vance Undergloom */ +UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter' WHERE `entry`=5695; + +/* Gerard Abernathy */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5696; + +/* Theresa */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=5697; + +/* Joanna Whitehall */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5698; + +/* Leona Tharpe */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5699; + +/* Samantha Shackleton */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5700; + +/* Selina Pickman */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5701; + +/* Jezelle Pruitt */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5702; + +/* Winifred Kerwin */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5703; + +/* Adrian Bartlett */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5704; + +/* Victor Bartholomew */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5705; + +/* Davitt Hickson */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5706; + +/* Reginald Grimsford */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5707; + +/* Spawn of Hakkar */ +UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `rank` = 1, `DamageModifier` = 3.45 WHERE `entry`=5708; + +/* Shade of Eranikus */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 7.45, `ArmorModifier` = 0.95, `mingold` = 672, `maxgold` = 2430 WHERE `entry`=5709; + +/* Jammal'an the Prophet */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 3.8, `ArmorModifier` = 0.95, `maxgold` = 1598 WHERE `entry`=5710; + +/* Ogom the Wretched */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 4.05, `ArmorModifier` = 0.95, `maxgold` = 1745 WHERE `entry`=5711; + +/* Zolo */ +UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `DamageModifier` = 4.25, `maxgold` = 1994 WHERE `entry`=5712; + +/* Gasher */ +UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `DamageModifier` = 3.95, `maxgold` = 1058 WHERE `entry`=5713; + +/* Loro */ +UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `DamageModifier` = 3.95, `ArmorModifier` = 1.45, `maxgold` = 1771 WHERE `entry`=5714; + +/* Hukku */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 5.3, `ArmorModifier` = 0.95, `maxgold` = 1959 WHERE `entry`=5715; + +/* Zul'Lor */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 3.85, `ArmorModifier` = 0.95, `mingold` = 387, `maxgold` = 1262 WHERE `entry`=5716; + +/* Mijan */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 4.15, `ArmorModifier` = 0.95, `maxgold` = 1628 WHERE `entry`=5717; + +/* Rothos */ +UPDATE `creature_template` SET `DamageModifier` = 5.25, `ArmorModifier` = 1.2 WHERE `entry`=5718; + +/* Morphaz */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 3.5 WHERE `entry`=5719; + +/* Weaver */ +UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `DamageModifier` = 3.45, `ArmorModifier` = 0.85, `mingold` = 124, `maxgold` = 1968 WHERE `entry`=5720; + +/* Dreamscythe */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 3.4, `ArmorModifier` = 0.8, `mingold` = 129, `maxgold` = 1765 WHERE `entry`=5721; + +/* Hazzas */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 3.3, `ArmorModifier` = 0.95, `maxgold` = 1475 WHERE `entry`=5722; + +/* Warug's Target Dummy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0, `DamageModifier` = 0.25, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5723; + +/* Deathguard Lundmark */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `ArmorModifier` = 1.2 WHERE `entry`=5725; + +/* Jezelle's Felhunter */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5726; + +/* Jezelle's Felsteed */ +UPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry`=5727; + +/* Jezelle's Succubus */ +UPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry`=5728; + +/* Jezelle's Voidwalker */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5729; + +/* Jezelle's Imp */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5730; + +/* Apothecary Vallia */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5731; + +/* Apothecary Katrina */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5732; + +/* Apothecary Lycanus */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5733; + +/* Apothecary Keever */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5734; + +/* Caged Human Female */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=5735; + +/* Caged Human Male */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=5736; + +/* Caged Dwarf Female */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5737; + +/* Caged Dwarf Male */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=5738; + +/* Caged Squirrel */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=5739; + +/* Caged Chicken */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5740; + +/* Caged Rabbit */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry`=5741; + +/* Caged Toad */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry`=5742; + +/* Caged Sheep */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry`=5743; + +/* Cedric Stumpel */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=5744; + +/* Lazlow Ashby */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5745; + +/* Appolonia Kimble */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=5746; + +/* Hepzibah Sedgewick */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=5747; + +/* Kayla Smithe */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=5749; + +/* Gina Lang */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=5750; + +/* Corporal Melkins */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5752; + +/* Martha Strain */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=5753; + +/* Zane Bradford */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5754; + +/* Deviate Viper */ +UPDATE `creature_template` SET `maxlevel` = 20 WHERE `entry`=5755; + +/* Deviate Venomwing */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21 WHERE `entry`=5756; + +/* Lilly */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5757; + +/* Leo Sarn */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=5758; + +/* Lord Azrethoc */ +UPDATE `creature_template` SET `DamageModifier` = 2.0, `mingold` = 255 WHERE `entry`=5760; + +/* Deviate Shambler */ +UPDATE `creature_template` SET `maxlevel` = 20, `DamageModifier` = 4.05, `mingold` = 29, `maxgold` = 178 WHERE `entry`=5761; + +/* Deviate Moccasin */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 21, `DamageModifier` = 2.9, `ArmorModifier` = 0.95, `mingold` = 21, `maxgold` = 104 WHERE `entry`=5762; + +/* Nightmare Ectoplasm */ +UPDATE `creature_template` SET `maxlevel` = 21, `DamageModifier` = 1.6, `ArmorModifier` = 0.95, `mingold` = 7, `maxgold` = 34 WHERE `entry`=5763; + +/* Guardian of Blizzard */ +UPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 1.42857, `detection_range` = 40.0, `DamageModifier` = 4.5, `BaseAttackTime` = 1020, `RangeAttackTime` = 1122 WHERE `entry`=5764; + +/* Ruzan */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5765; + +/* Savannah Cub */ +UPDATE `creature_template` SET `maxlevel` = 5, `DamageModifier` = 0.6 WHERE `entry`=5766; + +/* Nalpak */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5767; + +/* Ebru */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5768; + +/* Nara Wildmane */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=5770; + +/* Jugkar Grim'rod */ +UPDATE `creature_template` SET `maxgold` = 354 WHERE `entry`=5771; + +/* Lord Azrethoc's Image */ +UPDATE `creature_template` SET `DamageModifier` = 0.05, `ArmorModifier` = 1.7 WHERE `entry`=5772; + +/* Jugkar Grim'rod's Image */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=5773; + +/* Verdan the Everliving */ +UPDATE `creature_template` SET `minlevel` = 21, `maxlevel` = 21, `DamageModifier` = 6.1, `ArmorModifier` = 0.95 WHERE `entry`=5775; + +/* Evolving Ectoplasm (Red) */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.8 WHERE `entry`=5776; + +/* Evolving Ectoplasm (Green) */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.8 WHERE `entry`=5777; + +/* Evolving Ectoplasm (Black) */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.8 WHERE `entry`=5778; + +/* Summoned Viper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.428571, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5779; + +/* Cloned Ectoplasm */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 3.0, `mingold` = 14, `maxgold` = 70 WHERE `entry`=5780; + +/* Silithid Creeper Egg */ +UPDATE `creature_template` SET `minlevel` = 21, `DamageModifier` = 1.3, `RangeAttackTime` = 1980 WHERE `entry`=5781; + +/* Crildor */ +UPDATE `creature_template` SET `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=5782; + +/* Kalldan Felmoon */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5783; + +/* Waldor */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.95 WHERE `entry`=5784; + +/* Sister Hatelash */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 27 WHERE `entry`=5785; + +/* Snagglespear */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=5786; + +/* Enforcer Emilgund */ +UPDATE `creature_template` SET `DamageModifier` = 2.1, `mingold` = 10 WHERE `entry`=5787; + +/* Gelgann Direforge */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5788; + +/* Serra Mountainhome */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5789; + +/* Lizzle Sprysprocket */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5790; + +/* Cobrahn Snake Form */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=5791; + +/* Drag Master Miglen */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=5792; + +/* Captain Armistice */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5793; + +/* Thurmonde the Devout */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5794; + +/* Grash Thunderbrew */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5795; + +/* Ben */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5796; + +/* Aean Swiftriver */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `speed_run` = 1.14286, `DamageModifier` = 3.25, `ArmorModifier` = 0.9 WHERE `entry`=5797; + +/* Thora Feathermoon */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 3.25 WHERE `entry`=5798; + +/* Hannah Bladeleaf */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 3.5, `maxgold` = 329 WHERE `entry`=5799; + +/* Marcus Bel */ +UPDATE `creature_template` SET `minlevel` = 24, `maxlevel` = 24, `speed_run` = 1.14286, `DamageModifier` = 3.5, `ArmorModifier` = 0.95, `mingold` = 93 WHERE `entry`=5800; + +/* [PH] Party Bot */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5801; + +/* Treant Ally */ +UPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 23, `DamageModifier` = 0.95 WHERE `entry`=5806; + +/* The Rake */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=5807; + +/* Warlord Kolkanis */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.2, `RangeAttackTime` = 1732 WHERE `entry`=5808; + +/* Watch Commander Zalaphil */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.5 WHERE `entry`=5809; + +/* Uzzek */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5810; + +/* Kamari */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=5811; + +/* [UNUSED] Shikar */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5813; + +/* Innkeeper Thulbek */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=5814; + +/* Kurgul */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry`=5815; + +/* Shimra */ +UPDATE `creature_template` SET `subname` = 'General Trade Goods Merchant' WHERE `entry`=5817; + +/* [UNUSED] Tren'Shan */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5818; + +/* Death Flayer */ +UPDATE `creature_template` SET `DamageModifier` = 0.96, `ArmorModifier` = 1.25 WHERE `entry`=5823; + +/* Captain Flat Tusk */ +UPDATE `creature_template` SET `DamageModifier` = 2.6, `mingold` = 49 WHERE `entry`=5824; + +/* Corrupt Tyranis Malem */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=5825; + +/* Brontus */ +UPDATE `creature_template` SET `DamageModifier` = 2.25 WHERE `entry`=5827; + +/* Humar the Pridelord */ +UPDATE `creature_template` SET `DamageModifier` = 1.105 WHERE `entry`=5828; + +/* Margol the Rager */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `rank` = 1, `DamageModifier` = 3.2, `HealthModifier` = 3.0, `ArmorModifier` = 0.85 WHERE `entry`=5833; + +/* Foreman Grills */ +UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `DamageModifier` = 1.36 WHERE `entry`=5835; + +/* Stonearm */ +UPDATE `creature_template` SET `DamageModifier` = 2.625 WHERE `entry`=5837; + +/* Brokespear */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `maxgold` = 42 WHERE `entry`=5838; + +/* Dark Iron Geologist */ +UPDATE `creature_template` SET `mingold` = 85, `maxgold` = 423 WHERE `entry`=5839; + +/* Dark Iron Steamsmith */ +UPDATE `creature_template` SET `mingold` = 83, `maxgold` = 479 WHERE `entry`=5840; + +/* Takk the Leaper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 1.75 WHERE `entry`=5842; + +/* Slave Worker */ +UPDATE `creature_template` SET `mingold` = 101, `maxgold` = 477 WHERE `entry`=5843; + +/* Dark Iron Slaver */ +UPDATE `creature_template` SET `mingold` = 70, `maxgold` = 480 WHERE `entry`=5844; + +/* Dark Iron Taskmaster */ +UPDATE `creature_template` SET `mingold` = 78, `maxgold` = 536 WHERE `entry`=5846; + +/* Heggin Stonewhisker */ +UPDATE `creature_template` SET `DamageModifier` = 3.05, `maxgold` = 67 WHERE `entry`=5847; + +/* Malgin Barleybrew */ +UPDATE `creature_template` SET `DamageModifier` = 3.1 WHERE `entry`=5848; + +/* Digger Flameforge */ +UPDATE `creature_template` SET `DamageModifier` = 3.05, `mingold` = 21 WHERE `entry`=5849; + +/* Blazing Elemental */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=5850; + +/* Captain Gerogg Hammertoe */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `RangeAttackTime` = 1567 WHERE `entry`=5851; + +/* Inferno Elemental */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 0.65 WHERE `entry`=5852; + +/* Tempered War Golem */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.65, `mingold` = 77, `maxgold` = 454 WHERE `entry`=5853; + +/* Heavy War Golem */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `maxgold` = 540 WHERE `entry`=5854; + +/* Magma Elemental */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=5855; + +/* Hagg Taurenbane */ +UPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry`=5859; + +/* Twilight Dark Shaman */ +UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 48, `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 235, `maxgold` = 1459 WHERE `entry`=5860; + +/* Twilight Fire Guard */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 49, `rank` = 1, `DamageModifier` = 2.9, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `mingold` = 271, `maxgold` = 1697 WHERE `entry`=5861; + +/* Twilight Geomancer */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `rank` = 1, `DamageModifier` = 3.0, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 1738 WHERE `entry`=5862; + +/* Swinegart Spearhide */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.45, `ArmorModifier` = 0.95, `RangeAttackTime` = 1595 WHERE `entry`=5864; + +/* Dishu */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5865; + +/* Equipment Squirrel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5866; + +/* Maximum Squirrel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5867; + +/* Evil Squirrel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5868; + +/* Krond */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5870; + +/* Larhka */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5871; + +/* Serpent Form */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=5872; + +/* Gan'rul Bloodeye */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5875; + +/* [UNUSED] Grumol */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5876; + +/* [UNUSED] Yar'luk */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5877; + +/* Thun'grim Firegaze */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95 WHERE `entry`=5878; + +/* Un'Thuwa */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5880; + +/* Cursed Sycamore */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 1.5, `maxgold` = 456 WHERE `entry`=5881; + +/* Pephredo */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=5882; + +/* Mai'ah */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=5884; + +/* Deino */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5885; + +/* Canaga Earthcaller */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5887; + +/* Seer Ravenfeather */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5888; + +/* Mesa Earth Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.55556, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5889; + +/* Redrock Earth Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry`=5890; + +/* Minor Manifestation of Earth */ +UPDATE `creature_template` SET `speed_walk` = 1.55556, `DamageModifier` = 0.8, `RangeAttackTime` = 2046 WHERE `entry`=5891; + +/* Searn Firewarder */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5892; + +/* Minor Manifestation of Fire */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 2, `DamageModifier` = 0.7, `RangeAttackTime` = 2079 WHERE `entry`=5893; + +/* Corrupt Minor Manifestation of Water */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 4, `DamageModifier` = 0.65, `BaseAttackTime` = 1790, `RangeAttackTime` = 1969 WHERE `entry`=5894; + +/* Minor Manifestation of Water */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 4, `DamageModifier` = 0.85, `ArmorModifier` = 0.85, `BaseAttackTime` = 1790, `RangeAttackTime` = 1969, `mingold` = 1, `maxgold` = 275 WHERE `entry`=5895; + +/* Fire Spirit */ +UPDATE `creature_template` SET `maxlevel` = 10, `speed_walk` = 1.0, `dmgschool` = 2, `DamageModifier` = 4.15, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5896; + +/* Corrupt Water Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 4, `DamageModifier` = 0.65, `ArmorModifier` = 1.05 WHERE `entry`=5897; + +/* Air Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 3, `DamageModifier` = 4.15, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5898; + +/* Brine */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.1 WHERE `entry`=5899; + +/* Telf Joolam */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `RangeAttackTime` = 1826 WHERE `entry`=5900; + +/* Islen Waterseer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=5901; + +/* Minor Manifestation of Air */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `dmgschool` = 3, `DamageModifier` = 4.45, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=5902; + +/* Nyx Bloodrage */ +UPDATE `creature_template` SET `subname` = 'iCoke Redemption Vendor', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5903; + +/* [UNUSED] Hurll Kans */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=5904; + +/* Prate Cloudseer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=5905; + +/* Xanis Flameweaver */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5906; + +/* Kranal Fiss */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5907; + +/* Grunt Dogran */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5908; + +/* Cazul */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=5909; + +/* Zankaja */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5910; + +/* Grunt Logmar */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=5911; + +/* Deviate Faerie Dragon */ +UPDATE `creature_template` SET `minlevel` = 20, `maxlevel` = 20, `speed_walk` = 1.0, `DamageModifier` = 3.35, `ArmorModifier` = 0.95, `RangeAttackTime` = 1631 WHERE `entry`=5912; + +/* Deviate Nightmare */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.95, `mingold` = 6, `maxgold` = 28 WHERE `entry`=5914; + +/* Brother Ravenoak */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `BaseAttackTime` = 1408 WHERE `entry`=5915; + +/* Sentinel Amarassan */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `ArmorModifier` = 1.25, `maxgold` = 285 WHERE `entry`=5916; + +/* Clara Charles */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=5917; + +/* Owl Form */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=5918; + +/* Sorrow Wing */ +UPDATE `creature_template` SET `speed_run` = 1.42857, `rank` = 2, `DamageModifier` = 1.75, `HealthModifier` = 3.0 WHERE `entry`=5928; + +/* Sister Riven */ +UPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry`=5930; + +/* Foreman Rigger */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=5931; + +/* Taskmaster Whipfang */ +UPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 10.3, `mingold` = 46 WHERE `entry`=5932; + +/* Heartrazor */ +UPDATE `creature_template` SET `DamageModifier` = 2.35 WHERE `entry`=5934; + +/* Ironeye the Invincible */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 20.0 WHERE `entry`=5935; + +/* Orca */ +UPDATE `creature_template` SET `modelid1` = 4591, `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5936; + +/* Vile Sting */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `RangeAttackTime` = 1494 WHERE `entry`=5937; + +/* Uthan Stillwater */ +UPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.75 WHERE `entry`=5938; + +/* Vira Younghoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5939; + +/* Harn Longcast */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5940; + +/* Lau'Tiki */ +UPDATE `creature_template` SET `subname` = 'Fisherman', `DamageModifier` = 0.75 WHERE `entry`=5941; + +/* Zansoa */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=5942; + +/* Rawrk */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=5943; + +/* Yonada */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=5944; + +/* Owl Companion */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=5945; + +/* Male Dark Assassin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=5946; + +/* Female Dark Assassin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=5947; + +/* Female Pirate */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=5948; + +/* Male Pirate */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=5949; + +/* Hare */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=5951; + +/* Den Grunt */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 85, `maxgold` = 425 WHERE `entry`=5952; + +/* Shade (Deprecated) */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5954; + +/* Tooga */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.55 WHERE `entry`=5955; + +/* Graznab */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5956; + +/* Birgitte Cranston */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5957; + +/* Thuul */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=5958; + +/* World Dwarf Male Warrior Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5959; + +/* World Human Male Rogue Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5960; + +/* World Gnome Male Mage Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5961; + +/* World Orc Male Warlock Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5962; + +/* World Tauren Male Druid Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5963; + +/* World Undead Male Priest Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5964; + +/* World Troll Male Shaman Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5965; + +/* World Night Elf Male Warrior Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5966; + +/* World Dwarf Female Warrior Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5967; + +/* World Human Female Rogue Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5968; + +/* World Gnome Female Mage Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5969; + +/* World Orc Female Warlock Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5970; + +/* World Troll Female Shaman Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5971; + +/* World Tauren Female Druid Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5972; + +/* World Undead Female Priest Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5973; + +/* Dreadmaul Ogre */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 0.75, `ArmorModifier` = 0.5, `unit_class` = 1, `maxgold` = 433 WHERE `entry`=5974; + +/* Dreadmaul Ogre Mage */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `maxgold` = 391 WHERE `entry`=5975; + +/* Dreadmaul Brute */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 1.55, `ArmorModifier` = 0.8, `maxgold` = 455 WHERE `entry`=5976; + +/* Dreadmaul Mauler */ +UPDATE `creature_template` SET `maxgold` = 666 WHERE `entry`=5977; + +/* Wretched Lost One */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `maxgold` = 420 WHERE `entry`=5979; + +/* Broken One */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=5980; + +/* Portal Seeker */ +UPDATE `creature_template` SET `unit_class` = 8, `mingold` = 61, `maxgold` = 644 WHERE `entry`=5981; + +/* Black Slayer */ +UPDATE `creature_template` SET `minlevel` = 46 WHERE `entry`=5982; + +/* Bonepicker */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=5983; + +/* Snickerfang Hyena */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=5985; + +/* Rabid Snickerfang */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5986; + +/* Scorpok Snapper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5987; + +/* Scorpok Stinger */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51 WHERE `entry`=5988; + +/* Scorpok Lasher */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5989; + +/* Zayus */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=5994; + +/* Nethergarde Worker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=5995; + +/* Nethergarde Miner */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.25 WHERE `entry`=5996; + +/* Nethergarde Engineer */ +UPDATE `creature_template` SET `ArmorModifier` = 0.25 WHERE `entry`=5997; + +/* Nethergarde Foreman */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.25 WHERE `entry`=5998; + +/* Nethergarde Cleric */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=6000; + +/* Nethergarde Analyst */ +UPDATE `creature_template` SET `ArmorModifier` = 0.2 WHERE `entry`=6001; + +/* Nethergarde Riftwatcher */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry`=6002; + +/* Nethergarde Officer */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.5 WHERE `entry`=6003; + +/* Shadowsworn Cultist */ +UPDATE `creature_template` SET `mingold` = 113, `maxgold` = 674 WHERE `entry`=6004; + +/* Shadowsworn Thug */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `maxgold` = 704 WHERE `entry`=6005; + +/* Shadowsworn Adept */ +UPDATE `creature_template` SET `mingold` = 117, `maxgold` = 706 WHERE `entry`=6006; + +/* Shadowsworn Enforcer */ +UPDATE `creature_template` SET `DamageModifier` = 1.32, `ArmorModifier` = 0.9, `maxgold` = 672 WHERE `entry`=6007; + +/* Shadowsworn Warlock */ +UPDATE `creature_template` SET `maxgold` = 614 WHERE `entry`=6008; + +/* Shadowsworn Dreadweaver */ +UPDATE `creature_template` SET `maxgold` = 503 WHERE `entry`=6009; + +/* Felguard Sentry */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.8, `maxgold` = 166 WHERE `entry`=6011; + +/* Wayward Buzzard */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=6013; + +/* Torta */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 1.5 WHERE `entry`=6015; + +/* Ur'kyo */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=6018; + +/* Slimeshell Makrura */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 43 WHERE `entry`=6020; + +/* Boar Spirit */ +UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 20, `speed_walk` = 1.0, `DamageModifier` = 3.95, `mingold` = 27, `maxgold` = 136 WHERE `entry`=6021; + +/* Captain Drakoar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6022; + +/* Kernon Shadowclaw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6023; + +/* Breyk */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=6026; + +/* Kitha */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 0.95 WHERE `entry`=6027; + +/* Thorvald Deepforge */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=6030; + +/* [UNUSED] Sharn */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=6032; + +/* Lotherias */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6034; + +/* Razorfen Stalker */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `maxgold` = 354 WHERE `entry`=6035; + +/* Guardian of Backus */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6036; + +/* [UNUSED] Gozwin Vilesprocket */ +UPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=6046; + +/* Aqua Guardian */ +UPDATE `creature_template` SET `minlevel` = 22, `maxlevel` = 23, `speed_walk` = 1.55556, `dmgschool` = 4, `DamageModifier` = 1.05, `RangeAttackTime` = 1936, `mingold` = 9, `maxgold` = 45 WHERE `entry`=6047; + +/* [UNUSED] Meritt Herrion */ +UPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=6067; + +/* Warug's Bodyguard */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=6068; + +/* Maraudine Khan Guard */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 1.42857, `DamageModifier` = 1.55, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 329 WHERE `entry`=6069; + +/* Maraudine Khan Advisor */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.7, `RangeAttackTime` = 1782, `mingold` = 28, `maxgold` = 138 WHERE `entry`=6070; + +/* Legion Hound */ +UPDATE `creature_template` SET `DamageModifier` = 0.3, `mingold` = 13, `maxgold` = 67 WHERE `entry`=6071; + +/* Diathorus the Seeker */ +UPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `speed_walk` = 1.0, `DamageModifier` = 0.95, `ArmorModifier` = 0.95 WHERE `entry`=6072; + +/* Auberdine Sentinel */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=6086; + +/* Bartleby */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=6090; + +/* Dellylah */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=6091; + +/* Minor Phantasm */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6092; + +/* Byancie */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=6094; + +/* Lesser Phantasm */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6106; + +/* Shade */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.05 WHERE `entry`=6107; + +/* Greater Phantasm */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6108; + +/* Azuregos */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `DamageModifier` = 20.45, `ArmorModifier` = 1.3 WHERE `entry`=6109; + +/* Vejrek */ +UPDATE `creature_template` SET `modelid1` = 5611, `RangeAttackTime` = 2046 WHERE `entry`=6113; + +/* Roaming Felguard */ +UPDATE `creature_template` SET `minlevel` = 29, `detection_range` = 18.0 WHERE `entry`=6115; + +/* Highborne Apparition */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.9, `mingold` = 85, `maxgold` = 482 WHERE `entry`=6116; + +/* Highborne Lichling */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85, `maxgold` = 477 WHERE `entry`=6117; + +/* Varo'then's Ghost */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=6118; + +/* Lago Blackwrench */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=6120; + +/* Gakin the Darkbinder */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 1.6 WHERE `entry`=6122; + +/* Dark Iron Spy */ +UPDATE `creature_template` SET `mingold` = 5 WHERE `entry`=6123; + +/* Haldarr Satyr */ +UPDATE `creature_template` SET `mingold` = 78, `maxgold` = 411 WHERE `entry`=6125; + +/* Haldarr Trickster */ +UPDATE `creature_template` SET `maxgold` = 457 WHERE `entry`=6126; + +/* Haldarr Felsworn */ +UPDATE `creature_template` SET `maxgold` = 396 WHERE `entry`=6127; + +/* Vorlus Vilehoof */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05 WHERE `entry`=6128; + +/* Draconic Magelord */ +UPDATE `creature_template` SET `DamageModifier` = 5.1 WHERE `entry`=6129; + +/* Blue Scalebane */ +UPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.8, `ArmorModifier` = 1.7 WHERE `entry`=6130; + +/* Draconic Mageweaver */ +UPDATE `creature_template` SET `DamageModifier` = 4.15 WHERE `entry`=6131; + +/* Razorfen Servitor */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 101 WHERE `entry`=6132; + +/* Shade of Elura */ +UPDATE `creature_template` SET `mingold` = 9 WHERE `entry`=6133; + +/* Lord Arkkoroc */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=6134; + +/* Arkkoran Clacker */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `maxgold` = 733 WHERE `entry`=6135; + +/* Arkkoran Muckdweller */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 1.5, `mingold` = 110, `maxgold` = 408 WHERE `entry`=6136; + +/* Arkkoran Pincer */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `maxgold` = 729 WHERE `entry`=6137; + +/* Arkkoran Oracle */ +UPDATE `creature_template` SET `maxgold` = 765 WHERE `entry`=6138; + +/* Hetaera */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.25, `HealthModifier` = 5.0 WHERE `entry`=6140; + +/* Pridewing Soarer */ +UPDATE `creature_template` SET `minlevel` = 21 WHERE `entry`=6141; + +/* Mathiel */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=6142; + +/* Servant of Arkkoroc */ +UPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry`=6143; + +/* Son of Arkkoroc */ +UPDATE `creature_template` SET `DamageModifier` = 3.65 WHERE `entry`=6144; + +/* School of Fish */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3, `HealthModifier` = 1.0 WHERE `entry`=6145; + +/* Cliff Breaker */ +UPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 1.42857, `DamageModifier` = 3.65, `ArmorModifier` = 1.5, `maxgold` = 1948 WHERE `entry`=6146; + +/* Cliff Thunderer */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `ArmorModifier` = 1.5, `maxgold` = 1922 WHERE `entry`=6147; + +/* Cliff Walker */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 0.9, `maxgold` = 1788 WHERE `entry`=6148; + +/* Yorus Barleybrew */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=6166; + +/* Roogug */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `DamageModifier` = 3.6, `ArmorModifier` = 0.95, `mingold` = 128 WHERE `entry`=6168; + +/* Klockmort Spannerspan */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=6169; + +/* Gutspill */ +UPDATE `creature_template` SET `mingold` = 32, `maxgold` = 130 WHERE `entry`=6170; + +/* Duthorian Rall */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry`=6171; + +/* Henze Faulk */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=6172; + +/* Gazin Tenorm */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=6173; + +/* Stephanie Turner */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=6174; + +/* John Turner */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=6175; + +/* Bath'rah the Windwatcher */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6176; + +/* Narm Faulk */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=6177; + +/* Muiredon Battleforge */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=6178; + +/* Tiza Battleforge */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=6179; + +/* Defias Raider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `RangeAttackTime` = 1991, `mingold` = 5, `maxgold` = 43 WHERE `entry`=6180; + +/* Daphne Stilwell */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=6182; + +/* [UNUSED] Briton Kilras */ +UPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=6183; + +/* Timbermaw Shaman */ +UPDATE `creature_template` SET `mingold` = 73, `maxgold` = 273 WHERE `entry`=6188; + +/* Timbermaw Ursa */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 0.75 WHERE `entry`=6189; + +/* Spitelash Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `maxgold` = 464 WHERE `entry`=6190; + +/* Spitelash Serpent Guard */ +UPDATE `creature_template` SET `DamageModifier` = 0.8, `ArmorModifier` = 1.5, `maxgold` = 539 WHERE `entry`=6194; + +/* Spitelash Siren */ +UPDATE `creature_template` SET `mingold` = 122, `maxgold` = 678 WHERE `entry`=6195; + +/* Spitelash Myrmidon */ +UPDATE `creature_template` SET `mingold` = 102, `maxgold` = 612 WHERE `entry`=6196; + +/* Spitelash Sorceress */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=6197; + +/* Blood Elf Surveyor */ +UPDATE `creature_template` SET `modelid1` = 7922, `DamageModifier` = 1.3, `maxgold` = 682 WHERE `entry`=6198; + +/* Blood Elf Reclaimer */ +UPDATE `creature_template` SET `modelid1` = 7923, `DamageModifier` = 1.55, `ArmorModifier` = 1.5, `maxgold` = 690 WHERE `entry`=6199; + +/* Caverndeep Burrower */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 27, `DamageModifier` = 3.35, `RangeAttackTime` = 1567, `mingold` = 112, `maxgold` = 360 WHERE `entry`=6206; + +/* Caverndeep Ambusher */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 27, `DamageModifier` = 1.1, `RangeAttackTime` = 1881, `maxgold` = 120 WHERE `entry`=6207; + +/* Caverndeep Invader */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.45, `HealthModifier` = 3.0, `RangeAttackTime` = 1567, `mingold` = 120, `maxgold` = 266 WHERE `entry`=6208; + +/* Caverndeep Looter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.25, `RangeAttackTime` = 1521 WHERE `entry`=6209; + +/* Caverndeep Pillager */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.95, `HealthModifier` = 3.0, `ArmorModifier` = 1.4, `RangeAttackTime` = 1604, `maxgold` = 326 WHERE `entry`=6210; + +/* Caverndeep Reaver */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `DamageModifier` = 3.25, `RangeAttackTime` = 1567, `mingold` = 68, `maxgold` = 431 WHERE `entry`=6211; + +/* Dark Iron Agent */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `DamageModifier` = 4.15, `ArmorModifier` = 0.85, `RangeAttackTime` = 1475, `mingold` = 125, `maxgold` = 538 WHERE `entry`=6212; + +/* Irradiated Invader */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.7, `HealthModifier` = 3.0, `ArmorModifier` = 1.9, `ManaModifier` = 1.0, `RangeAttackTime` = 1567, `unit_class` = 8, `mingold` = 105, `maxgold` = 340 WHERE `entry`=6213; + +/* Irradiated Burrower */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=6214; + +/* Chomper */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `DamageModifier` = 1.0, `RangeAttackTime` = 1540, `mingold` = 36, `maxgold` = 179 WHERE `entry`=6215; + +/* Irradiated Slime */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 28, `DamageModifier` = 3.25, `ArmorModifier` = 0.95, `RangeAttackTime` = 1567, `mingold` = 29 WHERE `entry`=6218; + +/* Corrosive Lurker */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `DamageModifier` = 3.1, `ArmorModifier` = 0.95, `RangeAttackTime` = 1567 WHERE `entry`=6219; + +/* Irradiated Horror */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 2.35, `RangeAttackTime` = 1549 WHERE `entry`=6220; + +/* Addled Leper */ +UPDATE `creature_template` SET `RangeAttackTime` = 1936, `mingold` = 16, `maxgold` = 113 WHERE `entry`=6221; + +/* Leprous Technician */ +UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `DamageModifier` = 0.9, `ArmorModifier` = 0.95, `RangeAttackTime` = 1881, `mingold` = 32, `maxgold` = 166 WHERE `entry`=6222; + +/* Leprous Defender */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `DamageModifier` = 3.1, `ArmorModifier` = 0.95, `RangeAttackTime` = 1567, `mingold` = 119, `maxgold` = 465 WHERE `entry`=6223; + +/* Leprous Machinesmith */ +UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `DamageModifier` = 0.9, `ArmorModifier` = 0.95, `RangeAttackTime` = 1881, `maxgold` = 169 WHERE `entry`=6224; + +/* Mechano-Tank */ +UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `speed_run` = 1.14286, `DamageModifier` = 3.25, `ArmorModifier` = 0.95, `RangeAttackTime` = 1549, `mingold` = 125, `maxgold` = 365 WHERE `entry`=6225; + +/* Mechano-Flamewalker */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31, `speed_run` = 1.14286, `DamageModifier` = 4.4, `RangeAttackTime` = 1475, `maxgold` = 511 WHERE `entry`=6226; + +/* Mechano-Frostwalker */ +UPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 32, `speed_run` = 1.14286, `DamageModifier` = 4.6, `RangeAttackTime` = 1475, `mingold` = 164, `maxgold` = 480 WHERE `entry`=6227; + +/* Dark Iron Ambassador */ +UPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 3.7, `ArmorModifier` = 0.9, `RangeAttackTime` = 1494, `mingold` = 57, `maxgold` = 286 WHERE `entry`=6228; + +/* Crowd Pummeler 9-60 */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 4.25, `ArmorModifier` = 1.35, `RangeAttackTime` = 1475 WHERE `entry`=6229; + +/* Peacekeeper Security Suit */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 31, `DamageModifier` = 4.4, `ArmorModifier` = 0.9, `RangeAttackTime` = 1475 WHERE `entry`=6230; + +/* Techbot */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 3.45, `HealthModifier` = 6.0, `RangeAttackTime` = 1567 WHERE `entry`=6231; + +/* Arcane Nullifier X-21 */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `DamageModifier` = 4.15, `ArmorModifier` = 0.85, `RangeAttackTime` = 1475 WHERE `entry`=6232; + +/* Mechanized Sentry */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `DamageModifier` = 3.1, `RangeAttackTime` = 1567, `mingold` = 72, `maxgold` = 444 WHERE `entry`=6233; + +/* Mechanized Guardian */ +UPDATE `creature_template` SET `minlevel` = 31, `maxlevel` = 32, `DamageModifier` = 4.25, `ArmorModifier` = 1.35, `RangeAttackTime` = 1475, `mingold` = 113, `maxgold` = 515 WHERE `entry`=6234; + +/* Electrocutioner 6000 */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 4.25, `ArmorModifier` = 1.35, `RangeAttackTime` = 1475 WHERE `entry`=6235; + +/* Klannoc Macleod */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 2.4 WHERE `entry`=6236; + +/* Stockade Archer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=6237; + +/* Big Will */ +UPDATE `creature_template` SET `DamageModifier` = 1.85, `mingold` = 28, `maxgold` = 138 WHERE `entry`=6238; + +/* Cyclonian */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 2.6, `mingold` = 87, `maxgold` = 437 WHERE `entry`=6239; + +/* Affray Challenger */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `mingold` = 10, `maxgold` = 50 WHERE `entry`=6240; + +/* Bailor Stonehand */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=6241; + +/* World Skinning Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6242; + +/* Gelihast */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `DamageModifier` = 1.44, `mingold` = 231 WHERE `entry`=6243; + +/* Takar the Seer */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry`=6244; + +/* Anathera */ +UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=6245; + +/* Latherion */ +UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `DamageModifier` = 7.15, `RangeAttackTime` = 2200, `unit_class` = 2, `maxgold` = 1 WHERE `entry`=6246; + +/* Doan Karhan */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.5 WHERE `entry`=6247; + +/* Twiggy Flathead */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6248; + +/* Affray Spectator */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry`=6249; + +/* Strahad Farsan */ +UPDATE `creature_template` SET `DamageModifier` = 2.15, `ArmorModifier` = 1.85 WHERE `entry`=6251; + +/* Acolyte Magaz */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=6252; + +/* Acolyte Fenrick */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=6253; + +/* Acolyte Wytula */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=6254; + +/* Acolyte Porena */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.9 WHERE `entry`=6267; + +/* Summoned Felhunter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `RangeAttackTime` = 1881 WHERE `entry`=6268; + +/* Azgalaril */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6269; + +/* Asjorah */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6270; + +/* Mouse */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=6271; + +/* Zarrin */ +UPDATE `creature_template` SET `DamageModifier` = 4.05, `ArmorModifier` = 4.0 WHERE `entry`=6286; + +/* Radnaal Maneweaver */ +UPDATE `creature_template` SET `subname` = 'Skinner', `DamageModifier` = 0.75 WHERE `entry`=6287; + +/* Jayla */ +UPDATE `creature_template` SET `subname` = 'Skinner', `DamageModifier` = 0.85 WHERE `entry`=6288; + +/* Rand Rhobart */ +UPDATE `creature_template` SET `subname` = 'Skinner' WHERE `entry`=6289; + +/* Yonn Deepcut */ +UPDATE `creature_template` SET `subname` = 'Skinner', `DamageModifier` = 0.75 WHERE `entry`=6290; + +/* Balthus Stoneflayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6291; + +/* Eladriel */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6292; + +/* Jorah Annison */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=6293; + +/* Krom Stoutarm */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=6294; + +/* Wilma Ranthal */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=6295; + +/* Flame Elemental */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6296; + +/* Kurdram Stonehammer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6297; + +/* Thelgrum Stonehammer */ +UPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry`=6298; + +/* Delfrum Flintbeard */ +UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9 WHERE `entry`=6299; + +/* Gorbold Steelhand */ +UPDATE `creature_template` SET `subname` = 'General Trade Supplier' WHERE `entry`=6301; + +/* Helene Peltskinner */ +UPDATE `creature_template` SET `subname` = 'Skinner', `DamageModifier` = 0.7 WHERE `entry`=6306; + +/* Horde Wargryphoner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6326; + +/* Alliance Wargryphoner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6327; + +/* Dannie Fizzwizzle */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=6328; + +/* Irradiated Pillager */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `RangeAttackTime` = 1567, `mingold` = 69, `maxgold` = 369 WHERE `entry`=6329; + +/* Skeletal Horse */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6346; + +/* Makrinni Razorclaw */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `mingold` = 116 WHERE `entry`=6350; + +/* Storm Bay Oracle */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=6351; + +/* Coralshell Lurker */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=6352; + +/* Kurzen Mindslave */ +UPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 0.55 WHERE `entry`=6366; + +/* Donni Anthania */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=6367; + +/* Cat */ +UPDATE `creature_template` SET `modelid1` = 5585, `modelid2` = 5555, `modelid3` = 5556, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=6368; + +/* Coralshell Tortoise */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=6369; + +/* Makrinni Scrabbler */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 1.5 WHERE `entry`=6370; + +/* Storm Bay Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.85 WHERE `entry`=6371; + +/* Makrinni Snapclaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.15, `ArmorModifier` = 0.15 WHERE `entry`=6372; + +/* Dane Winslow */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer' WHERE `entry`=6373; + +/* Cylina Darkheart */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.05 WHERE `entry`=6374; + +/* Wren Darkspring */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 1.8, `RangeAttackTime` = 2156 WHERE `entry`=6376; + +/* Jubahl Corpseseeker */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 2.15, `ArmorModifier` = 1.85 WHERE `entry`=6382; + +/* Ward of Zanzil */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0, `DamageModifier` = 1.4, `RangeAttackTime` = 1705, `mingold` = 38, `maxgold` = 191 WHERE `entry`=6386; + +/* Dranh */ +UPDATE `creature_template` SET `subname` = 'Skinner', `DamageModifier` = 0.8 WHERE `entry`=6387; + +/* Zanzil Skeleton */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 1.35, `RangeAttackTime` = 1716, `mingold` = 36, `maxgold` = 181 WHERE `entry`=6388; + +/* Deathguard Podrig */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=6389; + +/* Ulag the Cleaver */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `mingold` = 2, `maxgold` = 10 WHERE `entry`=6390; + +/* Holdout Warrior */ +UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `DamageModifier` = 3.25 WHERE `entry`=6391; + +/* Holdout Medic */ +UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `DamageModifier` = 3.65, `RangeAttackTime` = 1540 WHERE `entry`=6392; + +/* Henen Ragetotem */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=6393; + +/* Sergeant Rutger */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=6395; + +/* Holdout Technician */ +UPDATE `creature_template` SET `minlevel` = 29, `maxlevel` = 30, `speed_walk` = 1.0, `DamageModifier` = 3.25, `RangeAttackTime` = 1549 WHERE `entry`=6407; + +/* Ula'elek */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6408; + +/* Orm Stonehoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=6410; + +/* Velora Nitely */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=6411; + +/* Skeleton */ +UPDATE `creature_template` SET `modelid1` = 158, `minlevel` = 24, `maxlevel` = 25, `DamageModifier` = 1.15, `HealthModifier` = 1.0, `ArmorModifier` = 0.85, `ManaModifier` = 1.0 WHERE `entry`=6412; + +/* Anguished Dead */ +UPDATE `creature_template` SET `maxlevel` = 33, `DamageModifier` = 4.15, `ArmorModifier` = 0.95, `mingold` = 90, `maxgold` = 541 WHERE `entry`=6426; + +/* Haunting Phantasm */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `DamageModifier` = 4.15, `ArmorModifier` = 1.9, `mingold` = 95, `maxgold` = 591 WHERE `entry`=6427; + +/* Therzok */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=6446; + +/* Gamon */ +UPDATE `creature_template` SET `mingold` = 4 WHERE `entry`=6466; + +/* Arcanist Doan */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 37, `DamageModifier` = 5.1, `mingold` = 230, `maxgold` = 770 WHERE `entry`=6487; + +/* Fallen Champion */ +UPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 3.75, `ArmorModifier` = 1.95, `maxgold` = 453 WHERE `entry`=6488; + +/* Ironspine */ +UPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 3.6, `ArmorModifier` = 1.95, `RangeAttackTime` = 1485, `mingold` = 182 WHERE `entry`=6489; + +/* Azshir the Sleepless */ +UPDATE `creature_template` SET `minlevel` = 33, `maxlevel` = 33, `DamageModifier` = 4.05, `ArmorModifier` = 2.4, `mingold` = 63, `maxgold` = 624 WHERE `entry`=6490; + +/* Spirit Healer */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=6491; + +/* Rift Spawn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `dmgschool` = 6, `DamageModifier` = 0.8, `mingold` = 4, `maxgold` = 22 WHERE `entry`=6492; + +/* Illusionary Phantasm */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `DamageModifier` = 3.15, `ArmorModifier` = 1.9, `mingold` = 50, `maxgold` = 248 WHERE `entry`=6493; + +/* Tazan */ +UPDATE `creature_template` SET `maxgold` = 27 WHERE `entry`=6494; + +/* Riznek */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6495; + +/* Brivelthwerp */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6496; + +/* Astor Hadren */ +UPDATE `creature_template` SET `mingold` = 6 WHERE `entry`=6497; + +/* Devilsaur */ +UPDATE `creature_template` SET `DamageModifier` = 4.08 WHERE `entry`=6498; + +/* Ironhide Devilsaur */ +UPDATE `creature_template` SET `DamageModifier` = 4.9, `ArmorModifier` = 1.25 WHERE `entry`=6499; + +/* Tyrant Devilsaur */ +UPDATE `creature_template` SET `DamageModifier` = 5.6 WHERE `entry`=6500; + +/* Stegodon */ +UPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry`=6501; + +/* Plated Stegodon */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.5 WHERE `entry`=6502; + +/* Spiked Stegodon */ +UPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry`=6503; + +/* Thunderstomp Stegodon */ +UPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry`=6504; + +/* Ravasaur */ +UPDATE `creature_template` SET `DamageModifier` = 0.975 WHERE `entry`=6505; + +/* Ravasaur Runner */ +UPDATE `creature_template` SET `DamageModifier` = 0.975 WHERE `entry`=6506; + +/* Ravasaur Hunter */ +UPDATE `creature_template` SET `DamageModifier` = 0.975 WHERE `entry`=6507; + +/* Venomhide Ravasaur */ +UPDATE `creature_template` SET `DamageModifier` = 0.975 WHERE `entry`=6508; + +/* Bloodpetal Lasher */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=6509; + +/* Bloodpetal Flayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=6510; + +/* Bloodpetal Thresher */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=6511; + +/* Bloodpetal Trapper */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=6512; + +/* Un'Goro Stomper */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=6513; + +/* Tar Beast */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `maxgold` = 643 WHERE `entry`=6517; + +/* Tar Lurker */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 103, `maxgold` = 714 WHERE `entry`=6518; + +/* Tar Lord */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 127, `maxgold` = 742 WHERE `entry`=6519; + +/* Scorching Elemental */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 0.65 WHERE `entry`=6520; + +/* Living Blaze */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 0.65 WHERE `entry`=6521; + +/* Andron Gant */ +UPDATE `creature_template` SET `DamageModifier` = 2.35 WHERE `entry`=6522; + +/* Dark Iron Rifleman */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `mingold` = 94, `maxgold` = 357 WHERE `entry`=6523; + +/* GOSSIP TEST DUDE */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=6526; + +/* Tar Creeper */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 97, `maxgold` = 667 WHERE `entry`=6527; + +/* Tabetha */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 2.25 WHERE `entry`=6546; + +/* Suffering Victim */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=6547; + +/* Demon of the Orb */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.4, `RangeAttackTime` = 1475, `mingold` = 71, `maxgold` = 354 WHERE `entry`=6549; + +/* Mana Surge */ +UPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 1.1, `ArmorModifier` = 1.15 WHERE `entry`=6550; + +/* Gorishi Worker */ +UPDATE `creature_template` SET `DamageModifier` = 1.65 WHERE `entry`=6552; + +/* Muculent Ooze */ +UPDATE `creature_template` SET `mingold` = 81, `maxgold` = 322 WHERE `entry`=6556; + +/* Primal Ooze */ +UPDATE `creature_template` SET `mingold` = 63, `maxgold` = 399 WHERE `entry`=6557; + +/* Glutinous Ooze */ +UPDATE `creature_template` SET `mingold` = 56, `maxgold` = 247 WHERE `entry`=6559; + +/* Stone Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.4 WHERE `entry`=6560; + +/* Stone Warden */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=6561; + +/* Estelle Gendry */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=6566; + +/* Gnoarn */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=6569; + +/* Cat Form (Night Elf Druid) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=6571; + +/* Cat Form (Tauren Druid) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=6572; + +/* Travel Form (Druid) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=6573; + +/* Scarlet Trainee */ +UPDATE `creature_template` SET `DamageModifier` = 1.95, `mingold` = 4, `maxgold` = 30 WHERE `entry`=6575; + +/* Brienna Starglow */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=6576; + +/* Bingles Blastenheimer */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `RangeAttackTime` = 2035 WHERE `entry`=6577; + +/* Peasant (Wood) */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=6578; + +/* Shoni the Shilent */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=6579; + +/* Ravasaur Matriarch */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 1.5 WHERE `entry`=6581; + +/* Clutchmother Zavas */ +UPDATE `creature_template` SET `DamageModifier` = 3.35 WHERE `entry`=6582; + +/* Gruff */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.6 WHERE `entry`=6583; + +/* King Mosh */ +UPDATE `creature_template` SET `DamageModifier` = 6.375 WHERE `entry`=6584; + +/* Uhk'loc */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=6585; + +/* Rokar Bladeshadow */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6586; + +/* Overseer Glibby */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 14, `maxgold` = 31 WHERE `entry`=6606; + +/* Harroc */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=6607; + +/* "Plucky" Johnson */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=6626; + +/* Monnos the Elder */ +UPDATE `creature_template` SET `minlevel` = 54, `speed_walk` = 1.4, `speed_run` = 1.42857, `DamageModifier` = 2.6, `RangeAttackTime` = 1310 WHERE `entry`=6646; + +/* Magister Hawkhelm */ +UPDATE `creature_template` SET `modelid1` = 2240, `speed_walk` = 1.0, `DamageModifier` = 3.7, `RangeAttackTime` = 1301 WHERE `entry`=6647; + +/* Antilos */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.3, `RangeAttackTime` = 1356 WHERE `entry`=6648; + +/* General Fangferror */ +UPDATE `creature_template` SET `minlevel` = 51 WHERE `entry`=6650; + +/* Master Feardred */ +UPDATE `creature_template` SET `RangeAttackTime` = 1301 WHERE `entry`=6652; + +/* Huge Toad */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=6653; + +/* "Plucky" Johnson's Human Form */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=6666; + +/* Gelkak Gyromast */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.8 WHERE `entry`=6667; + +/* Lord Cyrik Blackforge */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 62 WHERE `entry`=6668; + +/* The Threshwackonator 4100 */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.5, `HealthModifier` = 2.0 WHERE `entry`=6669; + +/* Westfall Woodworker */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=6670; + +/* Druid 40 (faster)! */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6687; + +/* Druid 40 (fastest!) */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=6688; + +/* Baritanas Skyriver */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=6706; + +/* Thalon */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=6726; + +/* Narnie */ +UPDATE `creature_template` SET `modelid3` = 5448, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=6728; + +/* Morridune */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 1.4, `RangeAttackTime` = 1914, `mingold` = 11, `maxgold` = 53 WHERE `entry`=6729; + +/* Harlown Darkweave */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95 WHERE `entry`=6731; + +/* Stonevault Basher */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `rank` = 1, `DamageModifier` = 2.0, `HealthModifier` = 3.0, `maxgold` = 947 WHERE `entry`=6733; + +/* Water Spirit */ +UPDATE `creature_template` SET `minlevel` = 19, `maxlevel` = 19, `speed_walk` = 1.0, `dmgschool` = 4, `DamageModifier` = 0.35, `HealthModifier` = 1.0, `ArmorModifier` = 0.95, `BaseAttackTime` = 1820, `RangeAttackTime` = 2002, `mingold` = 2, `maxgold` = 8 WHERE `entry`=6748; + +/* Erma */ +UPDATE `creature_template` SET `DamageModifier` = 0.5 WHERE `entry`=6749; + +/* Garona */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=6767; + +/* [UNUSED] Ravenholdt Falconer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=6769; + +/* [UNUSED] Ravenholdt Houndmaster */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=6770; + +/* Attack Hound */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6772; + +/* Shadowhawk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=6773; + +/* Falkhaan Isenstrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=6774; + +/* Antur Fallow */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=6775; + +/* Magrin Rivermane */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=6776; + +/* Melika Isenstrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=6778; + +/* Smudge Thunderwood */ +UPDATE `creature_template` SET `subname` = 'Poison Vendor' WHERE `entry`=6779; + +/* Porthannius */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=6780; + +/* Melarith */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=6781; + +/* Hands Springsprocket */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=6782; + +/* [UNUSED] Lorek Belm */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=6783; + +/* Calvin Montague */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=6784; + +/* Ratslin Maime */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=6785; + +/* Ukor */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=6786; + +/* Yelnagi Blackarm */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=6787; + +/* Den Mother */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 0.45 WHERE `entry`=6788; + +/* Thistle Cub */ +UPDATE `creature_template` SET `modelid1` = 5510, `ArmorModifier` = 0.35 WHERE `entry`=6789; + +/* Innkeeper Wiley */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=6791; + +/* Tannok Frosthammer */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=6806; + +/* Innkeeper Skindle */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=6807; + +/* Talvash del Kissel */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry`=6826; + +/* Crab */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=6827; + +/* Defias Dockmaster */ +UPDATE `creature_template` SET `mingold` = 2 WHERE `entry`=6846; + +/* Defias Bodyguard */ +UPDATE `creature_template` SET `mingold` = 3, `maxgold` = 26 WHERE `entry`=6866; + +/* Tracking Hound */ +UPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry`=6867; + +/* Onin MacHammar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 0.7, `RangeAttackTime` = 2079 WHERE `entry`=6886; + +/* Yalda */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=6887; + +/* Baelog */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `DamageModifier` = 4.55, `ArmorModifier` = 1.3, `maxgold` = 1116 WHERE `entry`=6906; + +/* Eric "The Swift" */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 3.4, `mingold` = 231, `maxgold` = 676 WHERE `entry`=6907; + +/* Olaf */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 3.8, `maxgold` = 919 WHERE `entry`=6908; + +/* Sethir the Ancient */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2046 WHERE `entry`=6909; + +/* Revelosh */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 3.8, `ArmorModifier` = 0.95, `maxgold` = 696 WHERE `entry`=6910; + +/* Minion of Sethir */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2079, `mingold` = 3, `maxgold` = 13 WHERE `entry`=6911; + +/* Remains of a Paladin */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=6912; + +/* Lost One Rift Traveler */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `DamageModifier` = 0.65, `BaseAttackTime` = 1300, `RangeAttackTime` = 1936, `mingold` = 9, `maxgold` = 47 WHERE `entry`=6913; + +/* Test Satyr */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=6926; + +/* Defias Dockworker */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95, `ArmorModifier` = 0.9 WHERE `entry`=6927; + +/* Respawn Test Mob */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=6931; + +/* Swamp Spirit */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 0.666668, `DamageModifier` = 1.55, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 147 WHERE `entry`=6932; + +/* Renzik "The Shiv" */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=6946; + +/* Lucius */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=6966; + +/* Dran Droffers */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=6986; + +/* Malton Droffers */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=6987; + +/* Blackrock Assassin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7006; + +/* Blackrock Reaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7008; + +/* Arantir */ +UPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry`=7009; + +/* Zilzibin Drumlore */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.6 WHERE `entry`=7010; + +/* Earthen Rocksmasher */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `DamageModifier` = 1.25, `ArmorModifier` = 0.75, `RangeAttackTime` = 1661, `maxgold` = 304 WHERE `entry`=7011; + +/* Earthen Sculptor */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `DamageModifier` = 0.9, `ArmorModifier` = 0.8, `RangeAttackTime` = 1661, `maxgold` = 1087 WHERE `entry`=7012; + +/* Blackrock Rampager */ +UPDATE `creature_template` SET `minlevel` = 17, `maxlevel` = 18, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7013; + +/* Commander Kartak Dwarfdefiler */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7014; + +/* Flagglemurk the Cruel */ +UPDATE `creature_template` SET `maxgold` = 34 WHERE `entry`=7015; + +/* Venomlash Scorpid */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 2.95, `ArmorModifier` = 0.85, `RangeAttackTime` = 1475 WHERE `entry`=7022; + +/* Obsidian Sentinel */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `DamageModifier` = 4.25, `ArmorModifier` = 0.9, `RangeAttackTime` = 1384, `maxgold` = 1162 WHERE `entry`=7023; + +/* Agent Kearnen */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.85 WHERE `entry`=7024; + +/* Blackrock Soldier */ +UPDATE `creature_template` SET `maxgold` = 822 WHERE `entry`=7025; + +/* Blackrock Sorcerer */ +UPDATE `creature_template` SET `maxgold` = 626 WHERE `entry`=7026; + +/* Blackrock Slayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.6875, `ArmorModifier` = 0.75, `mingold` = 124, `maxgold` = 859 WHERE `entry`=7027; + +/* Blackrock Warlock */ +UPDATE `creature_template` SET `maxgold` = 792 WHERE `entry`=7028; + +/* Blackrock Battlemaster */ +UPDATE `creature_template` SET `ArmorModifier` = 0.5 WHERE `entry`=7029; + +/* Shadowforge Geologist */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `DamageModifier` = 4.7, `ArmorModifier` = 0.85, `RangeAttackTime` = 1393, `maxgold` = 996 WHERE `entry`=7030; + +/* Obsidian Elemental */ +UPDATE `creature_template` SET `minlevel` = 51, `ArmorModifier` = 1.5 WHERE `entry`=7031; + +/* Greater Obsidian Elemental */ +UPDATE `creature_template` SET `ArmorModifier` = 1.15 WHERE `entry`=7032; + +/* Firegut Ogre */ +UPDATE `creature_template` SET `ArmorModifier` = 0.75, `mingold` = 110, `maxgold` = 636 WHERE `entry`=7033; + +/* Firegut Ogre Mage */ +UPDATE `creature_template` SET `ArmorModifier` = 0.75, `mingold` = 119, `maxgold` = 680 WHERE `entry`=7034; + +/* Firegut Brute */ +UPDATE `creature_template` SET `ArmorModifier` = 0.75, `mingold` = 115, `maxgold` = 705 WHERE `entry`=7035; + +/* Thaurissan Spy */ +UPDATE `creature_template` SET `DamageModifier` = 0.84, `ArmorModifier` = 0.8, `maxgold` = 187 WHERE `entry`=7036; + +/* Thaurissan Firewalker */ +UPDATE `creature_template` SET `maxgold` = 209 WHERE `entry`=7037; + +/* Thaurissan Agent */ +UPDATE `creature_template` SET `maxgold` = 714 WHERE `entry`=7038; + +/* War Reaver */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=7039; + +/* Black Dragonspawn */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.8, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 2149 WHERE `entry`=7040; + +/* Black Wyrmkin */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.1, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 2071 WHERE `entry`=7041; + +/* Flamescale Dragonspawn */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 1992 WHERE `entry`=7042; + +/* Flamescale Wyrmkin */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.7, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry`=7043; + +/* Black Drake */ +UPDATE `creature_template` SET `minlevel` = 50, `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 1210 WHERE `entry`=7044; + +/* Scalding Drake */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.25, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry`=7045; + +/* Searscale Drake */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 3.0, `ArmorModifier` = 0.9, `ManaModifier` = 2.0 WHERE `entry`=7046; + +/* Black Broodling */ +UPDATE `creature_template` SET `mingold` = 103, `maxgold` = 651 WHERE `entry`=7047; + +/* Scalding Broodling */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `maxgold` = 753 WHERE `entry`=7048; + +/* Malformed Defias Drone */ +UPDATE `creature_template` SET `DamageModifier` = 4.25 WHERE `entry`=7051; + +/* Klaven Mortwake */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.3, `HealthModifier` = 4.0 WHERE `entry`=7053; + +/* Digmaster Shovelphlange */ +UPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry`=7057; + +/* Condemned Acolyte */ +UPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 5.75, `mingold` = 1430, `maxgold` = 1630 WHERE `entry`=7068; + +/* Condemned Monk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 20.0, `DamageModifier` = 6.05, `mingold` = 1538, `maxgold` = 1738 WHERE `entry`=7069; + +/* Condemned Cleric */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 20.0, `DamageModifier` = 4.8, `ArmorModifier` = 1.05, `mingold` = 1491, `maxgold` = 1691 WHERE `entry`=7070; + +/* Cursed Paladin */ +UPDATE `creature_template` SET `detection_range` = 20.0, `DamageModifier` = 6.45, `mingold` = 1465, `maxgold` = 1665 WHERE `entry`=7071; + +/* Cursed Justicar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 20.0, `DamageModifier` = 4.75, `ArmorModifier` = 0.8, `mingold` = 1430, `maxgold` = 1630 WHERE `entry`=7072; + +/* Arados the Damned */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.35, `ArmorModifier` = 0.45, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `unit_class` = 2 WHERE `entry`=7073; + +/* Judge Thelgram */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2, `ArmorModifier` = 0.25, `BaseAttackTime` = 1610, `unit_class` = 8 WHERE `entry`=7074; + +/* Writhing Mage */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 20.0, `DamageModifier` = 3.85, `ArmorModifier` = 0.7, `mingold` = 1571, `maxgold` = 1771 WHERE `entry`=7075; + +/* Earthen Guardian */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 1.0, `ArmorModifier` = 0.8, `RangeAttackTime` = 1672, `mingold` = 34, `maxgold` = 101 WHERE `entry`=7076; + +/* Earthen Hallshaper */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 0.85, `ArmorModifier` = 0.7, `RangeAttackTime` = 1661, `mingold` = 33 WHERE `entry`=7077; + +/* Cleft Scorpid */ +UPDATE `creature_template` SET `minlevel` = 35, `DamageModifier` = 1.2 WHERE `entry`=7078; + +/* Viscous Fallout */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 2.1, `ArmorModifier` = 0.95, `RangeAttackTime` = 1549 WHERE `entry`=7079; + +/* Cursed Ooze */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85, `mingold` = 53, `maxgold` = 295 WHERE `entry`=7086; + +/* Killian Hagey */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7087; + +/* Thuwd */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7088; + +/* Mooranta */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7089; + +/* Shadowforge Ambusher */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `speed_walk` = 1.0, `DamageModifier` = 1.25, `HealthModifier` = 1.2, `ArmorModifier` = 0.7, `RangeAttackTime` = 1384, `maxgold` = 309 WHERE `entry`=7091; + +/* Tainted Ooze */ +UPDATE `creature_template` SET `mingold` = 52, `maxgold` = 296 WHERE `entry`=7092; + +/* Vile Ooze */ +UPDATE `creature_template` SET `maxgold` = 423 WHERE `entry`=7093; + +/* Crazed Stag */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7094; + +/* Maddened Stag */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7095; + +/* Corrupt Courser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7096; + +/* Warpwood Moss Flayer */ +UPDATE `creature_template` SET `mingold` = 111, `maxgold` = 712 WHERE `entry`=7100; + +/* Warpwood Shredder */ +UPDATE `creature_template` SET `mingold` = 127, `maxgold` = 725 WHERE `entry`=7101; + +/* Dessecus */ +UPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry`=7104; + +/* Jadefire Satyr */ +UPDATE `creature_template` SET `maxlevel` = 50, `speed_walk` = 1.0 WHERE `entry`=7105; + +/* Jadefire Rogue */ +UPDATE `creature_template` SET `mingold` = 94, `maxgold` = 495 WHERE `entry`=7106; + +/* Jadefire Trickster */ +UPDATE `creature_template` SET `mingold` = 112, `maxgold` = 684 WHERE `entry`=7107; + +/* Jadefire Betrayer */ +UPDATE `creature_template` SET `minlevel` = 52, `maxgold` = 706 WHERE `entry`=7108; + +/* Jadefire Felsworn */ +UPDATE `creature_template` SET `mingold` = 105, `maxgold` = 630 WHERE `entry`=7109; + +/* Jadefire Shadowstalker */ +UPDATE `creature_template` SET `maxgold` = 609 WHERE `entry`=7110; + +/* Jadefire Hellcaller */ +UPDATE `creature_template` SET `maxgold` = 718 WHERE `entry`=7111; + +/* Jaedenar Cultist */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `mingold` = 102, `maxgold` = 664 WHERE `entry`=7112; + +/* Jaedenar Guardian */ +UPDATE `creature_template` SET `mingold` = 130, `maxgold` = 639 WHERE `entry`=7113; + +/* Jaedenar Enforcer */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `mingold` = 104, `maxgold` = 706 WHERE `entry`=7114; + +/* Jaedenar Adept */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `mingold` = 127, `maxgold` = 675 WHERE `entry`=7115; + +/* Jaedenar Dreadweaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7116; + +/* Jaedenar Instigator */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7117; + +/* Jaedenar Darkweaver */ +UPDATE `creature_template` SET `mingold` = 168, `maxgold` = 752 WHERE `entry`=7118; + +/* Jaedenar Summoner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7119; + +/* Jaedenar Warlock */ +UPDATE `creature_template` SET `mingold` = 156, `maxgold` = 726 WHERE `entry`=7120; + +/* Jaedenar Arch Warlock */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7121; + +/* Shadow Council Champion */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7122; + +/* Shadow Council Master */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7123; + +/* Shadow Council Highlord */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7124; + +/* Jaedenar Stalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7127; + +/* Jaedenar Mana Leech */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7128; + +/* Enslaved Voidwalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7129; + +/* Voidwalker Servant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7130; + +/* Voidwalker Guardian */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7131; + +/* Toxic Horror */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.65 WHERE `entry`=7132; + +/* Noxious Horror */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7133; + +/* Poison Flayer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7134; + +/* Infernal Bodyguard */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0, `ManaModifier` = 3.0, `mingold` = 138, `maxgold` = 689 WHERE `entry`=7135; + +/* Infernal Sentry */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.3, `HealthModifier` = 3.0, `ManaModifier` = 3.0 WHERE `entry`=7136; + +/* Immolatus */ +UPDATE `creature_template` SET `DamageModifier` = 3.55 WHERE `entry`=7137; + +/* Irontree Wanderer */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `maxgold` = 555 WHERE `entry`=7138; + +/* Irontree Stomper */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5, `maxgold` = 717 WHERE `entry`=7139; + +/* Decaying Treant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7143; + +/* Withered Treant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7144; + +/* Treant Protector */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7146; + +/* Withered Protector */ +UPDATE `creature_template` SET `ArmorModifier` = 0.7 WHERE `entry`=7149; + +/* Withered Guardian */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7150; + +/* Withered Watcher */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7151; + +/* Withered Forest Walker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7152; + +/* Deadwood Warrior */ +UPDATE `creature_template` SET `mingold` = 94, `maxgold` = 573 WHERE `entry`=7153; + +/* Deadwood Gardener */ +UPDATE `creature_template` SET `mingold` = 86, `maxgold` = 570 WHERE `entry`=7154; + +/* Deadwood Pathfinder */ +UPDATE `creature_template` SET `mingold` = 90, `maxgold` = 557 WHERE `entry`=7155; + +/* Deadwood Den Watcher */ +UPDATE `creature_template` SET `mingold` = 109, `maxgold` = 679 WHERE `entry`=7156; + +/* Deadwood Avenger */ +UPDATE `creature_template` SET `mingold` = 114, `maxgold` = 754 WHERE `entry`=7157; + +/* Deadwood Shaman */ +UPDATE `creature_template` SET `mingold` = 108, `maxgold` = 754 WHERE `entry`=7158; + +/* Wrenix the Wretched */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=7161; + +/* Wrenix's Gizmotronic Apparatus */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=7166; + +/* Polly */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `BaseAttackTime` = 2000, `RangeAttackTime` = 2013 WHERE `entry`=7167; + +/* Thragomm */ +UPDATE `creature_template` SET `minlevel` = 19, `RangeAttackTime` = 1613 WHERE `entry`=7170; + +/* Lore Keeper of Norgannon */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=7172; + +/* World Weaponsmithing Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7173; + +/* World Armorsmithing Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7174; + +/* Stonevault Ambusher */ +UPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 0.3, `mingold` = 50, `maxgold` = 228 WHERE `entry`=7175; + +/* A */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7186; + +/* Ancient Stone Keeper */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `DamageModifier` = 3.7, `ArmorModifier` = 1.55, `RangeAttackTime` = 1384, `mingold` = 249, `maxgold` = 904 WHERE `entry`=7206; + +/* Doc Mixilpixil */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7207; + +/* Noarm */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=7208; + +/* Obsidian Shard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `BaseAttackTime` = 1300, `RangeAttackTime` = 1826, `mingold` = 23, `maxgold` = 115 WHERE `entry`=7209; + +/* Sand Storm */ +UPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 0.428571, `DamageModifier` = 0.6, `ArmorModifier` = 0.85, `RangeAttackTime` = 1727, `mingold` = 2, `maxgold` = 10 WHERE `entry`=7226; + +/* Cobaltine Dragonspawn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=7227; + +/* Ironaya */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 4.8, `ArmorModifier` = 0.95, `RangeAttackTime` = 1850, `mingold` = 379 WHERE `entry`=7228; + +/* Arantir's Shadow */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=7229; + +/* Shayis Steelfury */ +UPDATE `creature_template` SET `subname` = 'Armor Crafter', `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=7230; + +/* Kelgruk Bloodaxe */ +UPDATE `creature_template` SET `subname` = 'Weapon Crafter', `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=7231; + +/* Borgus Steelhand */ +UPDATE `creature_template` SET `subname` = 'Weapon Crafter', `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry`=7232; + +/* Taskmaster Fizzule */ +UPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry`=7233; + +/* Ferocitas the Dream Eater */ +UPDATE `creature_template` SET `DamageModifier` = 0.8, `mingold` = 4 WHERE `entry`=7234; + +/* Gnarlpine Mystic */ +UPDATE `creature_template` SET `mingold` = 1, `maxgold` = 12 WHERE `entry`=7235; + +/* Test Anubisath */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=7236; + +/* Sandfury Shadowhunter */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `DamageModifier` = 2.6, `mingold` = 208, `maxgold` = 1318 WHERE `entry`=7246; + +/* Sandfury Soul Eater */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `DamageModifier` = 3.7, `mingold` = 225, `maxgold` = 1403 WHERE `entry`=7247; + +/* Ember */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_walk` = 1.0, `speed_run` = 0.857143, `dmgschool` = 2, `ArmorModifier` = 0.9, `RangeAttackTime` = 1859, `mingold` = 14, `maxgold` = 72 WHERE `entry`=7266; + +/* Chief Ukorz Sandscalp */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 3.3, `RangeAttackTime` = 1384, `mingold` = 399, `maxgold` = 1620 WHERE `entry`=7267; + +/* Sandfury Guardian */ +UPDATE `creature_template` SET `maxlevel` = 46, `DamageModifier` = 0.7 WHERE `entry`=7268; + +/* Scarab */ +UPDATE `creature_template` SET `maxlevel` = 46, `DamageModifier` = 1.3 WHERE `entry`=7269; + +/* Sandfury Zombie */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=7270; + +/* Witch Doctor Zum'rah */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `mingold` = 367, `maxgold` = 1510 WHERE `entry`=7271; + +/* Theka the Martyr */ +UPDATE `creature_template` SET `minlevel` = 45, `DamageModifier` = 3.45 WHERE `entry`=7272; + +/* Gahz'rilla */ +UPDATE `creature_template` SET `DamageModifier` = 3.25, `ArmorModifier` = 0.9, `RangeAttackTime` = 1402, `mingold` = 99, `maxgold` = 494 WHERE `entry`=7273; + +/* Sandfury Executioner */ +UPDATE `creature_template` SET `DamageModifier` = 4.16, `RangeAttackTime` = 1384, `maxgold` = 1191 WHERE `entry`=7274; + +/* Shadowpriest Sezz'ziz */ +UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 3.5, `RangeAttackTime` = 1393, `mingold` = 103, `maxgold` = 1320 WHERE `entry`=7275; + +/* Zul'Farrak Dead Hero */ +UPDATE `creature_template` SET `RangeAttackTime` = 1384, `mingold` = 244, `maxgold` = 1362 WHERE `entry`=7276; + +/* Zul'Farrak Zombie */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `RangeAttackTime` = 1384, `mingold` = 183, `maxgold` = 1286 WHERE `entry`=7286; + +/* Grand Foreman Puzik Gallywix */ +UPDATE `creature_template` SET `DamageModifier` = 2.85 WHERE `entry`=7288; + +/* Shadowforge Sharpshooter */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `DamageModifier` = 3.7, `ArmorModifier` = 0.7, `RangeAttackTime` = 1384, `maxgold` = 1233 WHERE `entry`=7290; + +/* Galgann Firehammer */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 3.05, `ArmorModifier` = 0.7, `RangeAttackTime` = 1100, `mingold` = 415, `maxgold` = 1324 WHERE `entry`=7291; + +/* Dinita Stonemantle */ +UPDATE `creature_template` SET `DamageModifier` = 2.35, `ArmorModifier` = 0.6 WHERE `entry`=7292; + +/* [UNUSED] Drayl */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 0.55, `BaseAttackTime` = 1660, `RangeAttackTime` = 1826, `mingold` = 23, `maxgold` = 115 WHERE `entry`=7293; + +/* Shim'la */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7294; + +/* Shailiea */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.55 WHERE `entry`=7295; + +/* Corand */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7296; + +/* Gothard Winslow */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7297; + +/* Demnul Farmountain */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7298; + +/* Venture Co. Lookout */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7307; + +/* Earthen Custodian */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 1.15, `RangeAttackTime` = 1661, `mingold` = 28 WHERE `entry`=7309; + +/* Mutated Venture Co. Drone */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=7310; + +/* Uthel'nay */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7311; + +/* Dink */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7312; + +/* Priestess A'moora */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=7313; + +/* Test BattleMaster */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=7314; + +/* Darnath Bladesinger */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=7315; + +/* Sister Aquinne */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7316; + +/* Oben Rageclaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=7317; + +/* Rageclaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 3 WHERE `entry`=7318; + +/* Lady Sathrah */ +UPDATE `creature_template` SET `RangeAttackTime` = 2068 WHERE `entry`=7319; + +/* Stonevault Mauler */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 3.5, `ArmorModifier` = 0.2, `RangeAttackTime` = 1384, `mingold` = 220, `maxgold` = 1056 WHERE `entry`=7320; + +/* Stonevault Flameweaver */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 4.8, `ArmorModifier` = 0.7, `RangeAttackTime` = 1384, `maxgold` = 687 WHERE `entry`=7321; + +/* Withered Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `mingold` = 105, `maxgold` = 733 WHERE `entry`=7327; + +/* Withered Reaver */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `mingold` = 196, `maxgold` = 761 WHERE `entry`=7328; + +/* Withered Quilguard */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `mingold` = 129, `maxgold` = 779 WHERE `entry`=7329; + +/* Withered Spearhide */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `mingold` = 148, `maxgold` = 711 WHERE `entry`=7332; + +/* Withered Battle Boar */ +UPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry`=7333; + +/* Battle Boar Horror */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 37, `DamageModifier` = 1.05 WHERE `entry`=7334; + +/* Death's Head Geomancer */ +UPDATE `creature_template` SET `maxlevel` = 36, `ManaModifier` = 1.0, `mingold` = 128, `maxgold` = 762 WHERE `entry`=7335; + +/* Death's Head Necromancer */ +UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 37, `mingold` = 184, `maxgold` = 820 WHERE `entry`=7337; + +/* Skeletal Shadowcaster */ +UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 36, `DamageModifier` = 2.55, `ArmorModifier` = 0.95, `RangeAttackTime` = 1749 WHERE `entry`=7340; + +/* Skeletal Frostweaver */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `DamageModifier` = 4.95, `ArmorModifier` = 0.85, `maxgold` = 823 WHERE `entry`=7341; + +/* Skeletal Summoner */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 4.8, `ArmorModifier` = 0.8, `mingold` = 153, `maxgold` = 892 WHERE `entry`=7342; + +/* Splinterbone Skeleton */ +UPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry`=7343; + +/* Splinterbone Warrior */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `DamageModifier` = 1.35, `ArmorModifier` = 1.25, `mingold` = 63, `maxgold` = 257 WHERE `entry`=7344; + +/* Splinterbone Captain */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 3.8, `ArmorModifier` = 0.75, `maxgold` = 872 WHERE `entry`=7345; + +/* Splinterbone Centurion */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `DamageModifier` = 1.35, `ArmorModifier` = 0.8, `mingold` = 58, `maxgold` = 316 WHERE `entry`=7346; + +/* Boneflayer Ghoul */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 39, `DamageModifier` = 3.5, `ArmorModifier` = 0.8, `mingold` = 220, `maxgold` = 812 WHERE `entry`=7347; + +/* Thorn Eater Ghoul */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `DamageModifier` = 3.65, `ArmorModifier` = 0.9, `maxgold` = 835 WHERE `entry`=7348; + +/* Tomb Fiend */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `RangeAttackTime` = 1815, `mingold` = 24, `maxgold` = 119 WHERE `entry`=7349; + +/* Tomb Reaver */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 37, `DamageModifier` = 3.45, `ArmorModifier` = 0.95, `RangeAttackTime` = 1494, `mingold` = 63, `maxgold` = 317 WHERE `entry`=7351; + +/* Frozen Soul */ +UPDATE `creature_template` SET `minlevel` = 37, `maxlevel` = 38, `DamageModifier` = 3.9, `ArmorModifier` = 0.85 WHERE `entry`=7352; + +/* Freezing Spirit */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 40, `DamageModifier` = 3.65, `ArmorModifier` = 0.8, `maxgold` = 995 WHERE `entry`=7353; + +/* Ragglesnout */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `rank` = 1, `DamageModifier` = 3.15, `ArmorModifier` = 0.85, `RangeAttackTime` = 1300, `mingold` = 2544, `maxgold` = 12720 WHERE `entry`=7354; + +/* Tuten'kash */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 3.7, `ArmorModifier` = 0.8, `RangeAttackTime` = 1457, `mingold` = 77, `maxgold` = 383 WHERE `entry`=7355; + +/* Plaguemaw the Rotting */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `DamageModifier` = 3.8, `ArmorModifier` = 0.8, `RangeAttackTime` = 1448, `mingold` = 80, `maxgold` = 941 WHERE `entry`=7356; + +/* Mordresh Fire Eye */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 39, `DamageModifier` = 5.2, `ArmorModifier` = 0.9, `mingold` = 328, `maxgold` = 832 WHERE `entry`=7357; + +/* Amnennar the Coldbringer */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `DamageModifier` = 4.85, `ArmorModifier` = 1.05, `mingold` = 340, `maxgold` = 679 WHERE `entry`=7358; + +/* Dun Garok Soldier */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `DamageModifier` = 1.5, `HealthModifier` = 1.05, `mingold` = 13, `maxgold` = 63 WHERE `entry`=7360; + +/* Grubbis */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 32, `DamageModifier` = 4.25, `ArmorModifier` = 0.9, `RangeAttackTime` = 1475, `mingold` = 70, `maxgold` = 626 WHERE `entry`=7361; + +/* Kum'isha the Collector */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=7363; + +/* Flawless Draenethyst Sphere */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.2, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=7364; + +/* Flawless Draenethyst Fragment */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `ArmorModifier` = 1.5, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 29, `maxgold` = 147 WHERE `entry`=7365; + +/* Restless Shade */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 60, `DamageModifier` = 2.15, `HealthModifier` = 1.35, `ArmorModifier` = 1.45, `unit_class` = 1, `mingold` = 187, `maxgold` = 947 WHERE `entry`=7370; + +/* Deadwind Mauler */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.5 WHERE `entry`=7371; + +/* Deadwind Enforcer */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `detection_range` = 18.0 WHERE `entry`=7373; + +/* Vengeful Wraith */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.35 WHERE `entry`=7374; + +/* Spirit of Wrath */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.35 WHERE `entry`=7375; + +/* Doomhound Ravager */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7377; + +/* Doomhound Mastiff */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7378; + +/* White Kitten */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=7386; + +/* Green Wing Macaw */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=7387; + +/* Cockatoo */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=7388; + +/* Senegal */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7389; + +/* Cockatiel */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7390; + +/* Hyacinth Macaw */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=7391; + +/* Prairie Chicken */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=7392; + +/* White Plymouth Rock */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=7393; + +/* Ancona Chicken */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=7394; + +/* Cockroach */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7395; + +/* Earthen Stonebreaker */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 1.2, `ArmorModifier` = 0.7, `RangeAttackTime` = 1661, `maxgold` = 422 WHERE `entry`=7396; + +/* Earthen Stonecarver */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 1.05, `ArmorModifier` = 0.75, `RangeAttackTime` = 1661, `maxgold` = 197 WHERE `entry`=7397; + +/* Draenei Refugee */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.35, `BaseAttackTime` = 1560, `RangeAttackTime` = 1716, `mingold` = 37, `maxgold` = 183 WHERE `entry`=7401; + +/* Galak Flame Guard */ +UPDATE `creature_template` SET `DamageModifier` = 1.69, `maxgold` = 172 WHERE `entry`=7404; + +/* Deadly Cleft Scorpid */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `DamageModifier` = 1.0, `ArmorModifier` = 0.7, `RangeAttackTime` = 1716 WHERE `entry`=7405; + +/* Oglethorpe Obnoticus */ +UPDATE `creature_template` SET `subname` = 'Master Gnome Engineer' WHERE `entry`=7406; + +/* Spigot Operator Luglunket */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7408; + +/* Faltering Draenethyst Sphere */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=7409; + +/* Thelman Slatefist */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry`=7410; + +/* Spirit of Sathrah */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `RangeAttackTime` = 2079, `mingold` = 3, `maxgold` = 14 WHERE `entry`=7411; + +/* Taim Ragetotem */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry`=7427; + +/* Frostmaul Giant */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 1.35 WHERE `entry`=7428; + +/* Frostmaul Preserver */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.35 WHERE `entry`=7429; + +/* Frostsaber Cub */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=7430; + +/* Frostsaber */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=7431; + +/* Frostsaber Stalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=7432; + +/* Frostsaber Huntress */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=7433; + +/* Frostsaber Pride Watcher */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=7434; + +/* Cobalt Wyrmkin */ +UPDATE `creature_template` SET `DamageModifier` = 4.75 WHERE `entry`=7435; + +/* Cobalt Scalebane */ +UPDATE `creature_template` SET `DamageModifier` = 4.65, `ArmorModifier` = 1.25 WHERE `entry`=7436; + +/* Cobalt Mageweaver */ +UPDATE `creature_template` SET `DamageModifier` = 6.25, `maxgold` = 2337 WHERE `entry`=7437; + +/* Winterfall Ursa */ +UPDATE `creature_template` SET `DamageModifier` = 1.68, `mingold` = 141, `maxgold` = 907 WHERE `entry`=7438; + +/* Winterfall Shaman */ +UPDATE `creature_template` SET `mingold` = 127, `maxgold` = 871 WHERE `entry`=7439; + +/* Winterfall Den Watcher */ +UPDATE `creature_template` SET `mingold` = 121, `maxgold` = 830 WHERE `entry`=7440; + +/* Winterfall Pathfinder */ +UPDATE `creature_template` SET `mingold` = 118, `maxgold` = 750 WHERE `entry`=7442; + +/* Shardtooth Mauler */ +UPDATE `creature_template` SET `ArmorModifier` = 0.7 WHERE `entry`=7443; + +/* Shardtooth Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry`=7444; + +/* Elder Shardtooth */ +UPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry`=7445; + +/* Rabid Shardtooth */ +UPDATE `creature_template` SET `ArmorModifier` = 0.75 WHERE `entry`=7446; + +/* Ragged Owlbeast */ +UPDATE `creature_template` SET `mingold` = 154, `maxgold` = 724 WHERE `entry`=7450; + +/* Raging Owlbeast */ +UPDATE `creature_template` SET `mingold` = 121, `maxgold` = 789 WHERE `entry`=7451; + +/* Crazed Owlbeast */ +UPDATE `creature_template` SET `mingold` = 145, `maxgold` = 829 WHERE `entry`=7452; + +/* Moontouched Owlbeast */ +UPDATE `creature_template` SET `mingold` = 135, `maxgold` = 907 WHERE `entry`=7453; + +/* Berserk Owlbeast */ +UPDATE `creature_template` SET `maxgold` = 823 WHERE `entry`=7454; + +/* Rogue Ice Thistle */ +UPDATE `creature_template` SET `mingold` = 118, `maxgold` = 729 WHERE `entry`=7457; + +/* Ice Thistle Yeti */ +UPDATE `creature_template` SET `mingold` = 119, `maxgold` = 828 WHERE `entry`=7458; + +/* Ice Thistle Matriarch */ +UPDATE `creature_template` SET `mingold` = 132, `maxgold` = 871 WHERE `entry`=7459; + +/* Ice Thistle Patriarch */ +UPDATE `creature_template` SET `mingold` = 135, `maxgold` = 827 WHERE `entry`=7460; + +/* Hederine Initiate */ +UPDATE `creature_template` SET `DamageModifier` = 7.05, `ArmorModifier` = 1.7, `maxgold` = 2858 WHERE `entry`=7461; + +/* Hederine Manastalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `ArmorModifier` = 0.9 WHERE `entry`=7462; + +/* Hederine Slayer */ +UPDATE `creature_template` SET `DamageModifier` = 5.15, `ArmorModifier` = 0.9 WHERE `entry`=7463; + +/* Nargatt */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7485; + +/* Haka'wani */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7488; + +/* Silverpine Deathguard */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=7489; + +/* Curse of the Eye (Male) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=7503; + +/* Curse of the Eye (Female) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=7504; + +/* Bloodmage Drazial */ +UPDATE `creature_template` SET `modelid1` = 6630, `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry`=7505; + +/* Bloodmage Lynnore */ +UPDATE `creature_template` SET `modelid1` = 6631, `DamageModifier` = 1.05 WHERE `entry`=7506; + +/* Suffering Highborne */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.15, `maxgold` = 665 WHERE `entry`=7523; + +/* Anguished Highborne */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.05, `maxgold` = 821 WHERE `entry`=7524; + +/* World Leatherworking Dragonscale Trainer */ +UPDATE `creature_template` SET `minlevel` = 10, `maxlevel` = 10, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7525; + +/* World Leatherworking Elemental Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7526; + +/* Goblin Land Mine */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 34, `maxgold` = 168 WHERE `entry`=7527; + +/* World Leatherworking Tribal Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7528; + +/* Dark Whelpling */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=7543; + +/* Crimson Whelpling */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=7544; + +/* Emerald Whelpling */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=7545; + +/* Bronze Whelpling */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7546; + +/* Azure Whelpling */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7547; + +/* Faeling */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7548; + +/* Tree Frog */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=7549; + +/* Wood Frog */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=7550; + +/* Dart Frog */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7551; + +/* Island Frog */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7552; + +/* Great Horned Owl */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7553; + +/* Snowy Owl */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7554; + +/* Hawk Owl */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7555; + +/* Eagle Owl */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7556; + +/* Cottontail Rabbit */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7558; + +/* Spotted Rabbit */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7559; + +/* Snowshoe Rabbit */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 7.3 WHERE `entry`=7560; + +/* Albino Snake */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7561; + +/* Brown Snake */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7562; + +/* Blue Racer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=7563; + +/* Marin Noggenfogger */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7564; + +/* Black Kingsnake */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7565; + +/* Scarlet Snake */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=7566; + +/* Crimson Snake */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7567; + +/* Ribbon Snake */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=7568; + +/* Green Water Snake */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=7569; + +/* Elven Wisp */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=7570; + +/* Fallen Hero of the Horde */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=7572; + +/* Sprinkle */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=7583; + +/* Wandering Forest Walker */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `mingold` = 88, `maxgold` = 434 WHERE `entry`=7584; + +/* Leprous Assistant */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 29, `DamageModifier` = 0.95, `ArmorModifier` = 0.95, `RangeAttackTime` = 1881, `mingold` = 22, `maxgold` = 155 WHERE `entry`=7603; + +/* Sergeant Bly */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `RangeAttackTime` = 1384, `mingold` = 400 WHERE `entry`=7604; + +/* Raven */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `RangeAttackTime` = 1384 WHERE `entry`=7605; + +/* Oro Eyegouge */ +UPDATE `creature_template` SET `DamageModifier` = 5.05, `RangeAttackTime` = 1384, `maxgold` = 1265 WHERE `entry`=7606; + +/* Weegli Blastfuse */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `RangeAttackTime` = 1448 WHERE `entry`=7607; + +/* Murta Grimgut */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `RangeAttackTime` = 1384, `mingold` = 243, `maxgold` = 1084 WHERE `entry`=7608; + +/* Dispatch Commander Ruag */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=7623; + +/* Slim's Test Death Knight */ +UPDATE `creature_template` SET `modelid1` = 6380, `minlevel` = 60, `maxlevel` = 60, `detection_range` = 18.0, `HealthModifier` = 1.25 WHERE `entry`=7624; + +/* Bengor */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7643; + +/* Ashenvale Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7663; + +/* Razelikh the Defiler */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 2713 WHERE `entry`=7664; + +/* Grol the Destroyer */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 3.6, `maxgold` = 2777 WHERE `entry`=7665; + +/* Archmage Allistarj */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `mingold` = 164 WHERE `entry`=7666; + +/* Lady Sevine */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `mingold` = 499 WHERE `entry`=7667; + +/* Servant of Razelikh */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `maxgold` = 755 WHERE `entry`=7668; + +/* Servant of Grol */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `maxgold` = 693 WHERE `entry`=7669; + +/* Servant of Allistarj */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `maxgold` = 719 WHERE `entry`=7670; + +/* Servant of Sevine */ +UPDATE `creature_template` SET `minlevel` = 55, `DamageModifier` = 1.3, `maxgold` = 799 WHERE `entry`=7671; + +/* Senior Surveyor Fizzledowser */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7724; + +/* Grimtotem Raider */ +UPDATE `creature_template` SET `mingold` = 99, `maxgold` = 403 WHERE `entry`=7725; + +/* Grimtotem Naturalist */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 0.95, `mingold` = 73, `maxgold` = 373 WHERE `entry`=7726; + +/* Grimtotem Shaman */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 61, `maxgold` = 420 WHERE `entry`=7727; + +/* Kirith the Damned */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 4.0, `maxgold` = 1414 WHERE `entry`=7728; + +/* Spirit of Kirith */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 1, `maxgold` = 689 WHERE `entry`=7729; + +/* Stonetalon Grunt */ +UPDATE `creature_template` SET `DamageModifier` = 7.15, `ArmorModifier` = 0.5 WHERE `entry`=7730; + +/* Dupe Bug */ +UPDATE `creature_template` SET `speed_walk` = 0.4, `speed_run` = 0.285714, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry`=7732; + +/* Ilifar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 5.7, `HealthModifier` = 2.0, `ArmorModifier` = 1.35, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry`=7734; + +/* Felcular */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 5.55, `HealthModifier` = 1.5, `ArmorModifier` = 1.35, `RangeAttackTime` = 1283, `mingold` = 157, `maxgold` = 786 WHERE `entry`=7735; + +/* Burning Servant */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_walk` = 1.0, `speed_run` = 0.857143, `dmgschool` = 2, `DamageModifier` = 0.95, `ArmorModifier` = 0.9, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 64 WHERE `entry`=7738; + +/* Gracina Spiritmight */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7740; + +/* World Mount Vendor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7747; + +/* World Horse Vendor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7748; + +/* Corporal Thund Splithoof */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `RangeAttackTime` = 1606, `mingold` = 1, `maxgold` = 689 WHERE `entry`=7750; + +/* Curgle Cranklehop */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.25 WHERE `entry`=7763; + +/* Rockbiter */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7765; + +/* Tyrion */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry`=7766; + +/* Witherbark Felhunter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `BaseAttackTime` = 1540, `RangeAttackTime` = 1694, `mingold` = 39, `maxgold` = 197 WHERE `entry`=7767; + +/* Witherbark Bloodling */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `RangeAttackTime` = 1936 WHERE `entry`=7768; + +/* Hazzali Parasite */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=7769; + +/* Winkey */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.1 WHERE `entry`=7770; + +/* Marvon Rivetseeker */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7771; + +/* Kalin Windflight */ +UPDATE `creature_template` SET `DamageModifier` = 2.35, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 752 WHERE `entry`=7772; + +/* Marli Wishrunner */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=7773; + +/* Gregan Brewspewer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7775; + +/* Rok Orhan */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7777; + +/* Doran Steelwing */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7778; + +/* Priestess Tyriona */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.7, `RangeAttackTime` = 1936, `unit_class` = 2 WHERE `entry`=7779; + +/* Rin'ji */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7780; + +/* Loramus Thalipedes */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=7783; + +/* Homing Robot OOX-17/TN */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=7784; + +/* Ward of Zum'rah */ +UPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 1.4, `RangeAttackTime` = 1705, `mingold` = 38, `maxgold` = 191 WHERE `entry`=7785; + +/* Skeleton of Zum'rah */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `DamageModifier` = 1.5, `ArmorModifier` = 1.45, `RangeAttackTime` = 1826, `mingold` = 23, `maxgold` = 115 WHERE `entry`=7786; + +/* Sandfury Slave */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `RangeAttackTime` = 1738, `mingold` = 34, `maxgold` = 168 WHERE `entry`=7787; + +/* Sandfury Drudge */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1716, `mingold` = 37, `maxgold` = 183 WHERE `entry`=7788; + +/* Sandfury Cretin */ +UPDATE `creature_template` SET `DamageModifier` = 2.5, `ArmorModifier` = 1.3, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 534 WHERE `entry`=7789; + +/* Orokk Omosh */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7790; + +/* Theka the Martyr Shapeshift */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=7791; + +/* Ox */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7793; + +/* McGavan */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=7794; + +/* Hydromancer Velratha */ +UPDATE `creature_template` SET `DamageModifier` = 2.6, `RangeAttackTime` = 1384, `maxgold` = 982 WHERE `entry`=7795; + +/* Nekrum Gutchewer */ +UPDATE `creature_template` SET `maxlevel` = 46, `DamageModifier` = 3.45, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 534 WHERE `entry`=7796; + +/* Ruuzlu */ +UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `DamageModifier` = 3.45, `RangeAttackTime` = 1384 WHERE `entry`=7797; + +/* Hank the Hammer */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=7798; + +/* Gimblethorn */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7799; + +/* Mekgineer Thermaplugg */ +UPDATE `creature_template` SET `minlevel` = 34, `maxlevel` = 34, `DamageModifier` = 4.05, `ArmorModifier` = 1.7, `RangeAttackTime` = 1475, `maxgold` = 723 WHERE `entry`=7800; + +/* Gilveradin Sunchaser */ +UPDATE `creature_template` SET `modelid1` = 6994, `DamageModifier` = 0.95 WHERE `entry`=7801; + +/* Galvan the Ancient */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=7802; + +/* Scorpid Duneburrower */ +UPDATE `creature_template` SET `RangeAttackTime` = 1672 WHERE `entry`=7803; + +/* Trenton Lighthammer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=7804; + +/* Wastewander Scofflaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 360 WHERE `entry`=7805; + +/* Homing Robot OOX-09/HL */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=7806; + +/* Homing Robot OOX-22/FE */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.9 WHERE `entry`=7807; + +/* Marauding Owlbeast */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 374 WHERE `entry`=7808; + +/* Vilebranch Ambusher */ +UPDATE `creature_template` SET `modelid1` = 6512, `DamageModifier` = 1.45, `mingold` = 43, `maxgold` = 498 WHERE `entry`=7809; + +/* Bera Stonehammer */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=7823; + +/* Bulkrek Ragefist */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=7824; + +/* Ambassador Ardalan */ +UPDATE `creature_template` SET `modelid1` = 7010, `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=7826; + +/* Teremus the Devourer */ +UPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 7.2, `ArmorModifier` = 1.5, `mingold` = 8283, `maxgold` = 41416 WHERE `entry`=7846; + +/* Caliph Scorpidsting */ +UPDATE `creature_template` SET `maxgold` = 402 WHERE `entry`=7847; + +/* Lurking Feral Scar */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 43, `maxgold` = 440 WHERE `entry`=7848; + +/* Mobile Alert System */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `RangeAttackTime` = 1837 WHERE `entry`=7849; + +/* Kernobee */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `RangeAttackTime` = 1903 WHERE `entry`=7850; + +/* Nethergarde Elite */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 1.4 WHERE `entry`=7851; + +/* Pratt McGrubben */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=7852; + +/* Southsea Pirate */ +UPDATE `creature_template` SET `mingold` = 85, `maxgold` = 446 WHERE `entry`=7855; + +/* Southsea Freebooter */ +UPDATE `creature_template` SET `mingold` = 65, `maxgold` = 443 WHERE `entry`=7856; + +/* Southsea Dock Worker */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 68, `maxgold` = 422 WHERE `entry`=7857; + +/* Southsea Swashbuckler */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 73, `maxgold` = 451 WHERE `entry`=7858; + +/* Dream Vision */ +UPDATE `creature_template` SET `speed_walk` = 0.6, `speed_run` = 1.42857, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=7863; + +/* Lingering Highborne */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `maxgold` = 424 WHERE `entry`=7864; + +/* Wildhammer Sentry */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.1, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 739 WHERE `entry`=7865; + +/* Peter Galen */ +UPDATE `creature_template` SET `subname` = 'Master Dragonscale Leatherworker' WHERE `entry`=7866; + +/* Thorkaf Dragoneye */ +UPDATE `creature_template` SET `subname` = 'Master Dragonscale Leatherworker', `speed_walk` = 1.0 WHERE `entry`=7867; + +/* Sarah Tanner */ +UPDATE `creature_template` SET `subname` = 'Master Elemental Leatherworker' WHERE `entry`=7868; + +/* Brumn Winterhoof */ +UPDATE `creature_template` SET `subname` = 'Master Elemental Leatherworker' WHERE `entry`=7869; + +/* Se'Jib */ +UPDATE `creature_template` SET `subname` = 'Master Tribal Leatherworker' WHERE `entry`=7871; + +/* Death's Head Cultist */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.5, `HealthModifier` = 3.0, `ManaModifier` = 1.0, `unit_class` = 8, `maxgold` = 475 WHERE `entry`=7872; + +/* Razorfen Battleguard */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ArmorModifier` = 1.5, `mingold` = 205, `maxgold` = 553 WHERE `entry`=7873; + +/* Razorfen Thornweaver */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.5, `HealthModifier` = 3.0, `ManaModifier` = 1.0, `unit_class` = 8, `mingold` = 144, `maxgold` = 689 WHERE `entry`=7874; + +/* Hadoken Swiftstrider */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 0.8 WHERE `entry`=7875; + +/* Tran'rek */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7876; + +/* Vestia Moonspear */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7878; + +/* Quintis Jonespyre */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7879; + +/* Ginro Hearthkindle */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=7880; + +/* Andre Firebeard */ +UPDATE `creature_template` SET `maxgold` = 120 WHERE `entry`=7883; + +/* Fraggar Thundermantle */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=7884; + +/* Spitelash Battlemaster */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `maxgold` = 386 WHERE `entry`=7885; + +/* Spitelash Enchantress */ +UPDATE `creature_template` SET `maxgold` = 486 WHERE `entry`=7886; + +/* Ambassador Bloodrage */ +UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 36, `rank` = 2, `DamageModifier` = 3.95, `HealthModifier` = 3.0, `ArmorModifier` = 0.95, `ManaModifier` = 1.0, `RangeAttackTime` = 1485 WHERE `entry`=7895; + +/* Southsea Buccaneer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7896; + +/* Alarm-a-bomb 2600 */ +UPDATE `creature_template` SET `DamageModifier` = 1.0, `RangeAttackTime` = 1991 WHERE `entry`=7897; + +/* Pirate treasure trigger mob */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=7898; + +/* Treasure Hunting Pirate */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 370 WHERE `entry`=7899; + +/* Treasure Hunting Swashbuckler */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 312 WHERE `entry`=7901; + +/* Treasure Hunting Buccaneer */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 296 WHERE `entry`=7902; + +/* Jewel */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7903; + +/* Jacob */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=7904; + +/* Goldshire Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7906; + +/* Walking Bomb */ +UPDATE `creature_template` SET `minlevel` = 30, `maxlevel` = 30, `speed_walk` = 2.4, `speed_run` = 0.857143, `DamageModifier` = 1.45, `ArmorModifier` = 1.8, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 64 WHERE `entry`=7915; + +/* Brother Sarno */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7917; + +/* Stone Watcher of Norgannon */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `mingold` = 1, `maxgold` = 752 WHERE `entry`=7918; + +/* Gnomeregan - Matrix Punchograph 3005-A */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7919; + +/* Irradiated Ozzie */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=7935; + +/* Lyon Mountainheart */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=7936; + +/* High Tinker Mekkatorque */ +UPDATE `creature_template` SET `modelid1` = 7006, `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 8.55, `HealthModifier` = 200.0, `ArmorModifier` = 1.05, `ManaModifier` = 7.0, `mingold` = 1, `maxgold` = 866 WHERE `entry`=7937; + +/* Test Auctioneer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=7938; + +/* Feathermoon Sentinel */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=7939; + +/* Darnall */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7940; + +/* Faralorn */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7942; + +/* Tinkmaster Overspark */ +UPDATE `creature_template` SET `subname` = 'Master Gnome Engineer', `DamageModifier` = 1.05 WHERE `entry`=7944; + +/* Brannock */ +UPDATE `creature_template` SET `subname` = 'Fisherman', `ArmorModifier` = 0.85 WHERE `entry`=7946; + +/* Vivianna */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=7947; + +/* Kylanna Windwhisper */ +UPDATE `creature_template` SET `subname` = 'Master Alchemist', `ArmorModifier` = 0.85 WHERE `entry`=7948; + +/* Xylinnia Starshine */ +UPDATE `creature_template` SET `subname` = 'Expert Enchanter' WHERE `entry`=7949; + +/* Master Mechanic Castpipe */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7950; + +/* Zas'Tysh */ +UPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 0.55 WHERE `entry`=7951; + +/* Zjolnir */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=7952; + +/* Kindal Moonweaver */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=7956; + +/* Jer'kai Moonweaver */ +UPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry`=7957; + +/* Mulgore Protector */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=7975; + +/* Gammerita */ +UPDATE `creature_template` SET `modelid1` = 7114, `rank` = 1, `DamageModifier` = 2.8, `HealthModifier` = 3.25, `ArmorModifier` = 2.0 WHERE `entry`=7977; + +/* Deathguard Elite */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 830 WHERE `entry`=7980; + +/* Vile Priestess Hexx */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.0, `HealthModifier` = 5.0, `ManaModifier` = 2.0, `maxgold` = 2194 WHERE `entry`=7995; + +/* Qiaga the Keeper */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.835, `HealthModifier` = 5.0, `ManaModifier` = 2.0, `maxgold` = 1948 WHERE `entry`=7996; + +/* Captured Sprite Darter */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 318 WHERE `entry`=7997; + +/* Blastmaster Emi Shortfuse */ +UPDATE `creature_template` SET `minlevel` = 27, `maxlevel` = 27, `DamageModifier` = 2.9, `HealthModifier` = 1.05, `RangeAttackTime` = 1595 WHERE `entry`=7998; + +/* Tyrande Whisperwind */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 9.2, `HealthModifier` = 200.0, `ArmorModifier` = 1.3, `mingold` = 1, `maxgold` = 866 WHERE `entry`=7999; + +/* Ashenvale Sentinel */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=8015; + +/* Barrens Guard */ +UPDATE `creature_template` SET `DamageModifier` = 5.75, `ArmorModifier` = 0.6 WHERE `entry`=8016; + +/* Sen'jin Guardian */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 4.45, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595, `mingold` = 85, `maxgold` = 425 WHERE `entry`=8017; + +/* Guthrum Thunderfist */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=8018; + +/* Fyldren Moonfeather */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=8019; + +/* Shyn */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=8020; + +/* Sharpbeak */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.95 WHERE `entry`=8023; + +/* Sharpbeak's Father */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 1.45, `ArmorModifier` = 0.95, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 54, `maxgold` = 269 WHERE `entry`=8024; + +/* Sharpbeak's Mother */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 1.45, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 54, `maxgold` = 269 WHERE `entry`=8025; + +/* Thyn'tel Bladeweaver */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=8026; + +/* Dark Iron Land Mine */ +UPDATE `creature_template` SET `minlevel` = 32, `maxlevel` = 33, `speed_walk` = 1.0, `speed_run` = 1.0, `DamageModifier` = 1.45, `RangeAttackTime` = 1859, `mingold` = 19, `maxgold` = 97 WHERE `entry`=8035; + +/* Thelsamar Mountaineer */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=8055; + +/* Edana Hatetalon */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.75, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `RangeAttackTime` = 1365, `mingold` = 115, `maxgold` = 1908 WHERE `entry`=8075; + +/* Sul'lithuz Sandcrawler */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 47, `DamageModifier` = 2.8 WHERE `entry`=8095; + +/* Protector of the People */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=8096; + +/* Witch Doctor Uzer'i */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry`=8115; + +/* Ziggle Sparks */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4, `ArmorModifier` = 2.0, `BaseAttackTime` = 1550, `RangeAttackTime` = 1705, `mingold` = 1, `maxgold` = 577 WHERE `entry`=8116; + +/* Wizbang Booms */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `speed_walk` = 1.0, `DamageModifier` = 1.65, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 1, `maxgold` = 502 WHERE `entry`=8117; + +/* Lillian Singh */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.8, `BaseAttackTime` = 1710, `RangeAttackTime` = 1881, `mingold` = 1, `maxgold` = 377 WHERE `entry`=8118; + +/* Sul'lithuz Abomination */ +UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 3.25, `ArmorModifier` = 1.25 WHERE `entry`=8120; + +/* Jaxxil Sparks */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.35, `BaseAttackTime` = 1770, `RangeAttackTime` = 1947, `mingold` = 1, `maxgold` = 300 WHERE `entry`=8121; + +/* Kizzak Sparks */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.35, `BaseAttackTime` = 1770, `RangeAttackTime` = 1947, `mingold` = 1, `maxgold` = 300 WHERE `entry`=8122; + +/* Rickle Goldgrubber */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=8123; + +/* Qizzik */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8124; + +/* Nixx Sprocketspring */ +UPDATE `creature_template` SET `subname` = 'Master Goblin Engineer', `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=8126; + +/* Antu'sul */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 3.55, `maxgold` = 1111 WHERE `entry`=8127; + +/* Pikkle */ +UPDATE `creature_template` SET `subname` = 'Miner', `DamageModifier` = 1.1 WHERE `entry`=8128; + +/* Wrinkle Goodsteel */ +UPDATE `creature_template` SET `subname` = 'Superior Armor Crafter', `DamageModifier` = 1.1 WHERE `entry`=8129; + +/* Sul'lithuz Hatchling */ +UPDATE `creature_template` SET `DamageModifier` = 2.85 WHERE `entry`=8130; + +/* Blizrik Buckshot */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry`=8131; + +/* Lord Shalzaru */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.15 WHERE `entry`=8136; + +/* Gikkix */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=8137; + +/* Sul'lithuz Broodling */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 2.5, `mingold` = 29, `maxgold` = 145 WHERE `entry`=8138; + +/* Jabbey */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=8139; + +/* Brother Karman */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8140; + +/* Captain Evencane */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8141; + +/* Camp Mojache Brave */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 739 WHERE `entry`=8147; + +/* Waurg */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8148; + +/* Sul'lithuz Warder */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `speed_walk` = 1.0, `DamageModifier` = 0.15, `BaseAttackTime` = 1658, `RangeAttackTime` = 1824, `mingold` = 1, `maxgold` = 4 WHERE `entry`=8149; + +/* Janet Hommers */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=8150; + +/* Nijel's Point Guard */ +UPDATE `creature_template` SET `DamageModifier` = 5.65, `ArmorModifier` = 0.95 WHERE `entry`=8151; + +/* Harnor */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=8152; + +/* Narv Hidecrafter */ +UPDATE `creature_template` SET `subname` = 'Expert Leathercrafter', `DamageModifier` = 1.05 WHERE `entry`=8153; + +/* Ghost Walker Brave */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 0.85 WHERE `entry`=8154; + +/* Kargath Grunt */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 692, `maxgold` = 692 WHERE `entry`=8155; + +/* Servant of Antu'sul */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 3.0, `ArmorModifier` = 0.9, `RangeAttackTime` = 1411, `mingold` = 96, `maxgold` = 480 WHERE `entry`=8156; + +/* Logannas */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=8157; + +/* Gharash */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8176; + +/* Rartar */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8177; + +/* Greater Healing Ward */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 0.15, `RangeAttackTime` = 1716, `mingold` = 3, `maxgold` = 14 WHERE `entry`=8179; + +/* Occulus */ +UPDATE `creature_template` SET `DamageModifier` = 3.35 WHERE `entry`=8196; + +/* Chronalis */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 1.15 WHERE `entry`=8197; + +/* Tick */ +UPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry`=8198; + +/* Warleader Krazzilak */ +UPDATE `creature_template` SET `DamageModifier` = 3.15 WHERE `entry`=8199; + +/* Jin'Zallah the Sandbringer */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=8200; + +/* Omgorn the Lost */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 3.3, `ArmorModifier` = 0.8, `BaseAttackTime` = 2600, `RangeAttackTime` = 1356 WHERE `entry`=8201; + +/* Cyclok the Mad */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 4.45, `BaseAttackTime` = 2000, `RangeAttackTime` = 1375 WHERE `entry`=8202; + +/* Kregg Keelhaul */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `maxgold` = 385 WHERE `entry`=8203; + +/* Soriid the Devourer */ +UPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry`=8204; + +/* Haarka the Ravenous */ +UPDATE `creature_template` SET `DamageModifier` = 3.3, `RangeAttackTime` = 1356 WHERE `entry`=8205; + +/* Soul of Tanaris */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=8206; + +/* Greater Firebird */ +UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `DamageModifier` = 3.2, `RangeAttackTime` = 1393 WHERE `entry`=8207; + +/* Murderous Blisterpaw */ +UPDATE `creature_template` SET `RangeAttackTime` = 1420 WHERE `entry`=8208; + +/* Razortalon */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=8210; + +/* Old Cliff Jumper */ +UPDATE `creature_template` SET `RangeAttackTime` = 1430 WHERE `entry`=8211; + +/* The Reak */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.25, `RangeAttackTime` = 1365, `maxgold` = 237 WHERE `entry`=8212; + +/* Ironback */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 2.0, `RangeAttackTime` = 1338 WHERE `entry`=8213; + +/* Jalinde Summerdrake */ +UPDATE `creature_template` SET `modelid1` = 4731, `DamageModifier` = 3.55, `maxgold` = 495 WHERE `entry`=8214; + +/* Grimungous */ +UPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry`=8215; + +/* Retherokk the Berserker */ +UPDATE `creature_template` SET `modelid1` = 6512, `DamageModifier` = 0.75 WHERE `entry`=8216; + +/* Mith'rethis the Enchanter */ +UPDATE `creature_template` SET `modelid1` = 6512, `speed_walk` = 1.0, `DamageModifier` = 3.2, `RangeAttackTime` = 1301, `maxgold` = 1040 WHERE `entry`=8217; + +/* Witherheart the Stalker */ +UPDATE `creature_template` SET `modelid1` = 6479, `DamageModifier` = 1.25, `RangeAttackTime` = 1402 WHERE `entry`=8218; + +/* Zul'arek Hatefowler */ +UPDATE `creature_template` SET `modelid1` = 6479 WHERE `entry`=8219; + +/* Curator Thorius */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8256; + +/* Oozeling */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8257; + +/* Soaring Razorbeak */ +UPDATE `creature_template` SET `minlevel` = 40, `DamageModifier` = 0.95 WHERE `entry`=8276; + +/* Smoldar */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 1.2 WHERE `entry`=8278; + +/* Faulty War Golem */ +UPDATE `creature_template` SET `ArmorModifier` = 0.15 WHERE `entry`=8279; + +/* Shleipnarr */ +UPDATE `creature_template` SET `RangeAttackTime` = 1384 WHERE `entry`=8280; + +/* Scald */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 2.1 WHERE `entry`=8281; + +/* Highlord Mastrogonde */ +UPDATE `creature_template` SET `DamageModifier` = 3.1 WHERE `entry`=8282; + +/* Slave Master Blackheart */ +UPDATE `creature_template` SET `RangeAttackTime` = 1356, `maxgold` = 212 WHERE `entry`=8283; + +/* Dorius Stonetender */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.95, `HealthModifier` = 1.2 WHERE `entry`=8284; + +/* Mojo the Twisted */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 4.45, `maxgold` = 428 WHERE `entry`=8296; + +/* Spiteflayer */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=8299; + +/* Ravage */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=8300; + +/* Deatheye */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `DamageModifier` = 1.15, `RangeAttackTime` = 1365, `mingold` = 109, `maxgold` = 545 WHERE `entry`=8302; + +/* Grunter */ +UPDATE `creature_template` SET `RangeAttackTime` = 1356 WHERE `entry`=8303; + +/* Dreadscorn */ +UPDATE `creature_template` SET `maxgold` = 336 WHERE `entry`=8304; + +/* Duhng */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=8306; + +/* Tarban Hearthgrain */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8307; + +/* Alenndaar Lapidaar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95 WHERE `entry`=8308; + +/* Watcher Wollpert */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=8310; + +/* Slime Maggot */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=8311; + +/* Paladin 10 Alternate */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=8316; + +/* Atal'ai Deathwalker's Spirit */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 5.6, `mingold` = 107, `maxgold` = 537 WHERE `entry`=8317; + +/* Atal'ai Slave */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `mingold` = 82, `maxgold` = 494 WHERE `entry`=8318; + +/* Nightmare Whelp */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 1.45, `mingold` = 113, `maxgold` = 604 WHERE `entry`=8319; + +/* Sprok */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.85, `RangeAttackTime` = 1903 WHERE `entry`=8320; + +/* Paladin 20 Alternate */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.571429, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=8321; + +/* Paladin 30 Alternate */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=8322; + +/* Paladin 40 Alternate */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=8323; + +/* Atal'ai Skeleton */ +UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47, `DamageModifier` = 1.35, `RangeAttackTime` = 1705, `mingold` = 38, `maxgold` = 190 WHERE `entry`=8324; + +/* Hakkari Sapper */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `DamageModifier` = 3.5 WHERE `entry`=8336; + +/* Dark Iron Steelshifter */ +UPDATE `creature_template` SET `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 384 WHERE `entry`=8337; + +/* Dark Iron Marksman */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `RangeAttackTime` = 1606, `mingold` = 54, `maxgold` = 269 WHERE `entry`=8338; + +/* Chesmu */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8356; + +/* Atepa */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8357; + +/* Chepi */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=8361; + +/* Kuruk */ +UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=8362; + +/* Shadi Mistrunner */ +UPDATE `creature_template` SET `subname` = 'Trade Goods Supplier' WHERE `entry`=8363; + +/* Mechanical Chicken */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=8376; + +/* Ahdi of Shadow Hall */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=8377; + +/* Alexandra Blazen */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry`=8378; + +/* Archmage Xylem */ +UPDATE `creature_template` SET `DamageModifier` = 2.15, `ArmorModifier` = 1.85 WHERE `entry`=8379; + +/* Lindros */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=8381; + +/* Patrick Mills */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05 WHERE `entry`=8382; + +/* Master Wood */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=8383; + +/* Deep Lurker */ +UPDATE `creature_template` SET `maxlevel` = 49, `DamageModifier` = 2.9, `mingold` = 311, `maxgold` = 1615 WHERE `entry`=8384; + +/* Horizon Scout Crewman */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=8386; + +/* Horizon Scout First Mate */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738, `mingold` = 34, `maxgold` = 168 WHERE `entry`=8387; + +/* Horizon Scout Cook */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 0.85, `BaseAttackTime` = 1590, `RangeAttackTime` = 1749, `mingold` = 32, `maxgold` = 161 WHERE `entry`=8388; + +/* Horizon Scout Engineer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 0.85, `BaseAttackTime` = 1590, `RangeAttackTime` = 1749, `mingold` = 32, `maxgold` = 161 WHERE `entry`=8389; + +/* Chemist Cuely */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=8390; + +/* Lathoric the Black */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `rank` = 1, `DamageModifier` = 3.85, `HealthModifier` = 5.0, `mingold` = 147, `maxgold` = 737 WHERE `entry`=8391; + +/* Pilot Xiggs Fuselighter */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `mingold` = 1, `maxgold` = 564 WHERE `entry`=8392; + +/* Thersa Windsong */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8393; + +/* Roland Geardabbler */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.0, `ArmorModifier` = 2.0, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738, `unit_class` = 8, `mingold` = 34, `maxgold` = 168 WHERE `entry`=8394; + +/* Sanath Lim-yo */ +UPDATE `creature_template` SET `modelid1` = 7604 WHERE `entry`=8395; + +/* Sentinel Dalia Sunblade */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8396; + +/* Sentinel Keldara Sunblade */ +UPDATE `creature_template` SET `ArmorModifier` = 0.9 WHERE `entry`=8397; + +/* Nyrill */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=8399; + +/* Obsidion */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `rank` = 1, `DamageModifier` = 3.75, `HealthModifier` = 7.0, `ArmorModifier` = 1.8, `mingold` = 407 WHERE `entry`=8400; + +/* Ogtinc */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.05, `ArmorModifier` = 0.75 WHERE `entry`=8405; + +/* Or'lin Oakenfist */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=8406; + +/* Makron the Corrupt */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8407; + +/* Warlord Krellian */ +UPDATE `creature_template` SET `maxgold` = 632 WHERE `entry`=8408; + +/* Caravan Master Tset */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 1.3 WHERE `entry`=8409; + +/* Felix Whindlebolt */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=8416; + +/* Falla Sagewind */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=8418; + +/* Twilight Idolater */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 51, `rank` = 1, `DamageModifier` = 3.1, `HealthModifier` = 3.0, `mingold` = 261, `maxgold` = 1754 WHERE `entry`=8419; + +/* Kim'jael */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8420; + +/* Dorius */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.8, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry`=8421; + +/* Hakkari Minion */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.35 WHERE `entry`=8437; + +/* Hakkari Bloodkeeper */ +UPDATE `creature_template` SET `maxlevel` = 50, `DamageModifier` = 3.4, `ArmorModifier` = 1.05, `mingold` = 107, `maxgold` = 534 WHERE `entry`=8438; + +/* Nilith Lokrav */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=8439; + +/* Shade of Hakkar */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `speed_walk` = 1.0, `DamageModifier` = 0.1, `maxgold` = 2 WHERE `entry`=8440; + +/* Raze */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8441; + +/* Avatar of Hakkar */ +UPDATE `creature_template` SET `minlevel` = 50, `speed_walk` = 1.0, `DamageModifier` = 7.05, `ArmorModifier` = 1.5, `BaseAttackTime` = 1225, `RangeAttackTime` = 1347, `unit_class` = 2, `mingold` = 124, `maxgold` = 620 WHERE `entry`=8443; + +/* Trade Master Kovic */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 2.0, `HealthModifier` = 2.5 WHERE `entry`=8444; + +/* Xiggs Fuselighter's Flyingmachine */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `mingold` = 37, `maxgold` = 183 WHERE `entry`=8446; + +/* Clunk */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `rank` = 1, `DamageModifier` = 3.3, `HealthModifier` = 3.0, `ArmorModifier` = 0.9 WHERE `entry`=8447; + +/* Skeletal Servant */ +UPDATE `creature_template` SET `minlevel` = 57, `DamageModifier` = 0.45, `ArmorModifier` = 0.35 WHERE `entry`=8477; + +/* Second Mate Shandril */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738, `mingold` = 34, `maxgold` = 168 WHERE `entry`=8478; + +/* Kalaran Windblade */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=8479; + +/* Kalaran the Deceiver */ +UPDATE `creature_template` SET `DamageModifier` = 16.45, `ArmorModifier` = 0.95, `RangeAttackTime` = 1338, `mingold` = 8, `maxgold` = 40 WHERE `entry`=8480; + +/* Liv Rizzlefix */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=8496; + +/* Nightmare Suppressor */ +UPDATE `creature_template` SET `maxlevel` = 50, `DamageModifier` = 3.4, `maxgold` = 1219 WHERE `entry`=8497; + +/* TEST Uber Night Elf */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=8498; + +/* TEST Uber Succubus */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=8499; + +/* TEST Uber Abomination */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=8500; + +/* TEST Uber Crypt Fiend */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=8501; + +/* TEST Uber Human */ +UPDATE `creature_template` SET `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=8502; + +/* Gibblewilt */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `RangeAttackTime` = 1705 WHERE `entry`=8503; + +/* Dark Iron Sentry */ +UPDATE `creature_template` SET `DamageModifier` = 4.0, `unit_class` = 2, `mingold` = 103, `maxgold` = 640 WHERE `entry`=8504; + +/* Hex of Jammal'an */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=8505; + +/* Eranikus the Chained */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=8506; + +/* Tymor */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.6 WHERE `entry`=8507; + +/* Gretta Ganter */ +UPDATE `creature_template` SET `subname` = 'Fisherman Supplies' WHERE `entry`=8508; + +/* Squire Maltrake */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=8509; + +/* Belnistrasz */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `HealthModifier` = 1.15, `ArmorModifier` = 1.2 WHERE `entry`=8516; + +/* Xiggs Fuselighter */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8517; + +/* Rynthariel the Keymaster */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0, `maxgold` = 268 WHERE `entry`=8518; + +/* Blighted Surge */ +UPDATE `creature_template` SET `maxlevel` = 55, `dmgschool` = 4, `DamageModifier` = 0.65 WHERE `entry`=8519; + +/* Plague Ravager */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.5 WHERE `entry`=8520; + +/* Blighted Horror */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 0.65 WHERE `entry`=8521; + +/* Plague Monstrosity */ +UPDATE `creature_template` SET `minlevel` = 57, `speed_run` = 1.14286, `dmgschool` = 4, `DamageModifier` = 0.65 WHERE `entry`=8522; + +/* Scourge Soldier */ +UPDATE `creature_template` SET `maxgold` = 708 WHERE `entry`=8523; + +/* Cursed Mage */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.95, `maxgold` = 751 WHERE `entry`=8524; + +/* Scourge Warder */ +UPDATE `creature_template` SET `maxgold` = 821 WHERE `entry`=8525; + +/* Dark Caster */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.4 WHERE `entry`=8526; + +/* Scourge Guard */ +UPDATE `creature_template` SET `maxgold` = 441 WHERE `entry`=8527; + +/* Dread Weaver */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.2, `maxgold` = 558 WHERE `entry`=8528; + +/* Scourge Champion */ +UPDATE `creature_template` SET `ArmorModifier` = 1.05, `maxgold` = 998 WHERE `entry`=8529; + +/* Cannibal Ghoul */ +UPDATE `creature_template` SET `mingold` = 116, `maxgold` = 789 WHERE `entry`=8530; + +/* Gibbering Ghoul */ +UPDATE `creature_template` SET `maxgold` = 754 WHERE `entry`=8531; + +/* Diseased Flayer */ +UPDATE `creature_template` SET `maxgold` = 835 WHERE `entry`=8532; + +/* Putrid Shrieker */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8535; + +/* Putrid Slayer */ +UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `detection_range` = 18.0 WHERE `entry`=8536; + +/* Interloper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8537; + +/* Unseen Servant */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.1, `ArmorModifier` = 0.85 WHERE `entry`=8538; + +/* Eyeless Watcher */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 131, `maxgold` = 865 WHERE `entry`=8539; + +/* Torn Screamer */ +UPDATE `creature_template` SET `maxgold` = 673 WHERE `entry`=8540; + +/* Hate Shrieker */ +UPDATE `creature_template` SET `maxgold` = 812 WHERE `entry`=8541; + +/* Death Singer */ +UPDATE `creature_template` SET `mingold` = 131, `maxgold` = 840 WHERE `entry`=8542; + +/* Stitched Horror */ +UPDATE `creature_template` SET `mingold` = 149, `maxgold` = 908 WHERE `entry`=8543; + +/* Gangled Golem */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=8544; + +/* Stitched Golem */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `ArmorModifier` = 1.1, `maxgold` = 567 WHERE `entry`=8545; + +/* Dark Adept */ +UPDATE `creature_template` SET `mingold` = 142, `maxgold` = 959 WHERE `entry`=8546; + +/* Death Cultist */ +UPDATE `creature_template` SET `minlevel` = 53 WHERE `entry`=8547; + +/* Vile Tutor */ +UPDATE `creature_template` SET `modelid2` = 10955, `modelid3` = 10954 WHERE `entry`=8548; + +/* [UNUSED] Acolyte */ +UPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=8549; + +/* Shadowmage */ +UPDATE `creature_template` SET `mingold` = 145, `maxgold` = 1005 WHERE `entry`=8550; + +/* Necrolyte */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8552; + +/* Chief Sharptusk Thornmantle */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.95, `mingold` = 3, `maxgold` = 9 WHERE `entry`=8554; + +/* Crypt Stalker */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=8555; + +/* Crypt Horror */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry`=8557; + +/* Undead Nerubian */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8559; + +/* Mossflayer Shadowhunter */ +UPDATE `creature_template` SET `maxgold` = 927 WHERE `entry`=8561; + +/* Mossflayer Cannibal */ +UPDATE `creature_template` SET `maxgold` = 890 WHERE `entry`=8562; + +/* Woodsman */ +UPDATE `creature_template` SET `modelid1` = 10382, `DamageModifier` = 1.05, `maxgold` = 959 WHERE `entry`=8563; + +/* Ranger */ +UPDATE `creature_template` SET `modelid1` = 10379, `DamageModifier` = 1.55, `ArmorModifier` = 2.4, `maxgold` = 751 WHERE `entry`=8564; + +/* Pathstrider */ +UPDATE `creature_template` SET `modelid1` = 10381, `DamageModifier` = 1.05, `maxgold` = 905 WHERE `entry`=8565; + +/* Dark Iron Lookout */ +UPDATE `creature_template` SET `mingold` = 80, `maxgold` = 537 WHERE `entry`=8566; + +/* Glutton */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 4.05, `ArmorModifier` = 0.8, `mingold` = 259, `maxgold` = 873 WHERE `entry`=8567; + +/* Ag'tor Bloodfist */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8576; + +/* Magus Rimtori */ +UPDATE `creature_template` SET `modelid1` = 7872, `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 0.85, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry`=8578; + +/* Yeh'kinya */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=8579; + +/* Atal'alarion */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 4.65, `mingold` = 497, `maxgold` = 1757 WHERE `entry`=8580; + +/* Blood Elf Defender */ +UPDATE `creature_template` SET `modelid1` = 7874, `speed_walk` = 1.0, `DamageModifier` = 1.45, `ArmorModifier` = 0.8, `BaseAttackTime` = 2000, `RangeAttackTime` = 1650, `mingold` = 46, `maxgold` = 230 WHERE `entry`=8581; + +/* Kadrak */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8582; + +/* Dirania Silvershine */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=8583; + +/* Iverron */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=8584; + +/* Frost Spectre */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `DamageModifier` = 1.55, `RangeAttackTime` = 1760, `mingold` = 31, `maxgold` = 154 WHERE `entry`=8585; + +/* Haggrum Bloodfist */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8586; + +/* Umbranse the Spiritspeaker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry`=8588; + +/* Plaguehound Runt */ +UPDATE `creature_template` SET `DamageModifier` = 0.9375 WHERE `entry`=8596; + +/* Plaguehound Mastiff */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8599; + +/* Living Decay */ +UPDATE `creature_template` SET `mingold` = 118 WHERE `entry`=8606; + +/* Rotting Sludge */ +UPDATE `creature_template` SET `maxgold` = 471 WHERE `entry`=8607; + +/* Angered Infernal */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4, `RangeAttackTime` = 1639, `mingold` = 48, `maxgold` = 239 WHERE `entry`=8608; + +/* Alexandra Constantine */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=8609; + +/* Kroum */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=8610; + +/* Idol Room Spawner */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=8611; + +/* Screecher Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `mingold` = 17, `maxgold` = 86 WHERE `entry`=8612; + +/* Ozzie */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8613; + +/* Mithril Dragonling */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `DamageModifier` = 0.1, `HealthModifier` = 1e-06, `ArmorModifier` = 1.1, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=8615; + +/* Infernal Servant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `RangeAttackTime` = 1606, `mingold` = 54, `maxgold` = 269 WHERE `entry`=8616; + +/* Zalashji */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=8617; + +/* Morta'gya the Keeper */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.835, `HealthModifier` = 5.0, `ManaModifier` = 2.0 WHERE `entry`=8636; + +/* Dark Iron Watchman */ +UPDATE `creature_template` SET `maxgold` = 437 WHERE `entry`=8637; + +/* Hukku's Voidwalker */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 1.5, `ArmorModifier` = 1.35, `RangeAttackTime` = 1639, `mingold` = 48, `maxgold` = 241 WHERE `entry`=8656; + +/* Hukku's Succubus */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 1.5, `ArmorModifier` = 0.65, `RangeAttackTime` = 1639, `mingold` = 48, `maxgold` = 241 WHERE `entry`=8657; + +/* Hukku's Imp */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `DamageModifier` = 1.95, `ArmorModifier` = 0.95, `RangeAttackTime` = 1639, `mingold` = 48, `maxgold` = 241 WHERE `entry`=8658; + +/* Auctioneer Beardo */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8661; + +/* Idol Oven Fire Target */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=8662; + +/* Splinterbone Elite */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=8663; + +/* Lil Timmy */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=8666; + +/* Gusting Vortex */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 0.6, `ArmorModifier` = 1.5 WHERE `entry`=8667; + +/* Felhound Tracker */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=8668; + +/* Auctioneer Tolon */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8669; + +/* Auctioneer Chilton */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8670; + +/* Auctioneer Buckler */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8671; + +/* Auctioneer Leeka */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8672; + +/* Auctioneer Thathung */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8673; + +/* Auctioneer Stampi */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8674; + +/* World Gnome Engineering Trainer */ +UPDATE `creature_template` SET `subname` = 'Gnome Engineering Trainer', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8676; + +/* World Goblin Engineering Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8677; + +/* Jubie Gadgetspring */ +UPDATE `creature_template` SET `subname` = 'Engineering Supplier', `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=8678; + +/* Knaz Blunderflame */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=8679; + +/* Massive Infernal */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 2.0, `speed_run` = 1.42857, `rank` = 3, `DamageModifier` = 13.85, `ArmorModifier` = 1.2, `RangeAttackTime` = 1500 WHERE `entry`=8680; + +/* Outfitter Eric */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=8681; + +/* Henry Stern */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=8696; + +/* Dreadlord */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `DamageModifier` = 5.75, `ArmorModifier` = 1.5 WHERE `entry`=8716; + +/* Felguard Elite */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `DamageModifier` = 5.15, `ArmorModifier` = 1.15 WHERE `entry`=8717; + +/* Manahound */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `DamageModifier` = 5.45, `ArmorModifier` = 1.1 WHERE `entry`=8718; + +/* Auctioneer Fitch */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8719; + +/* Auctioneer Redmuse */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8720; + +/* Auctioneer Epitwee */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8721; + +/* Auctioneer Gullem */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8722; + +/* Auctioneer Golothas */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8723; + +/* Auctioneer Wabang */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8724; + +/* Buzzek Bracketswing */ +UPDATE `creature_template` SET `subname` = 'Master Engineer', `DamageModifier` = 1.05 WHERE `entry`=8736; + +/* Linken */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=8737; + +/* Vazario Linkgrease */ +UPDATE `creature_template` SET `subname` = 'Master Goblin Engineer', `DamageModifier` = 1.1 WHERE `entry`=8738; + +/* Raytaf */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15, `ArmorModifier` = 1.45 WHERE `entry`=8756; + +/* Shahiar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15 WHERE `entry`=8757; + +/* Zaman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15 WHERE `entry`=8758; + +/* Forest Creeper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8765; + +/* Forest Ooze */ +UPDATE `creature_template` SET `mingold` = 103, `maxgold` = 646 WHERE `entry`=8766; + +/* Sah'rhee */ +UPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry`=8767; + +/* Emerald Dragon Whelp */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `DamageModifier` = 1.05, `RangeAttackTime` = 2200, `unit_class` = 8, `maxgold` = 1 WHERE `entry`=8776; + +/* Seinrick Coulthane */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=8777; + +/* Swimming Murloc Test */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=8796; + +/* Battle Chicken */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3, `HealthModifier` = 0.35, `maxgold` = 1 WHERE `entry`=8836; + +/* Muck Splash */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.65 WHERE `entry`=8837; + +/* Tyrion's Spybot */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `unit_class` = 1 WHERE `entry`=8856; + +/* Sandfury Acolyte */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.95, `RangeAttackTime` = 1727, `mingold` = 35, `maxgold` = 174 WHERE `entry`=8876; + +/* Sandfury Zealot */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `RangeAttackTime` = 1716, `mingold` = 37, `maxgold` = 183 WHERE `entry`=8877; + +/* Muuran */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=8878; + +/* Royal Historian Archesonus */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=8879; + +/* Mechastrider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `detection_range` = 18.0 WHERE `entry`=8880; + +/* Skeletal Mount */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=8884; + +/* A tormented voice */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=8887; + +/* Franclorn Forgewright */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.9 WHERE `entry`=8888; + +/* Anvilrage Overseer */ +UPDATE `creature_template` SET `DamageModifier` = 2.32, `BaseAttackTime` = 1600, `mingold` = 275, `maxgold` = 1667 WHERE `entry`=8889; + +/* Anvilrage Warden */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 274, `maxgold` = 1820 WHERE `entry`=8890; + +/* Anvilrage Guardsman */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.25, `mingold` = 286, `maxgold` = 1930 WHERE `entry`=8891; + +/* Anvilrage Footman */ +UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 52, `DamageModifier` = 4.1, `ArmorModifier` = 1.05, `mingold` = 355, `maxgold` = 1944 WHERE `entry`=8892; + +/* Anvilrage Soldier */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 53, `DamageModifier` = 10.05, `ArmorModifier` = 1.05, `maxgold` = 2049 WHERE `entry`=8893; + +/* Anvilrage Medic */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 53, `DamageModifier` = 6.4, `ArmorModifier` = 1.05, `mingold` = 311, `maxgold` = 2119 WHERE `entry`=8894; + +/* Anvilrage Officer */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `DamageModifier` = 7.3, `ArmorModifier` = 1.1, `maxgold` = 1987 WHERE `entry`=8895; + +/* Shadowforge Peasant */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 54, `DamageModifier` = 1.55, `ArmorModifier` = 0.95, `mingold` = 135, `maxgold` = 698 WHERE `entry`=8896; + +/* Doomforge Craftsman */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 54, `DamageModifier` = 1.6, `ArmorModifier` = 0.95, `mingold` = 108, `maxgold` = 694 WHERE `entry`=8897; + +/* Anvilrage Marshal */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `DamageModifier` = 8.15, `ArmorModifier` = 1.05, `maxgold` = 2149 WHERE `entry`=8898; + +/* Doomforge Dragoon */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `DamageModifier` = 3.65, `mingold` = 339, `maxgold` = 2373 WHERE `entry`=8899; + +/* Doomforge Arcanasmith */ +UPDATE `creature_template` SET `maxlevel` = 55, `DamageModifier` = 1.7, `maxgold` = 611 WHERE `entry`=8900; + +/* Anvilrage Reservist */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `DamageModifier` = 0.95 WHERE `entry`=8901; + +/* Shadowforge Citizen */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 56, `DamageModifier` = 1.65, `ArmorModifier` = 0.95, `maxgold` = 702 WHERE `entry`=8902; + +/* Anvilrage Captain */ +UPDATE `creature_template` SET `maxlevel` = 56, `DamageModifier` = 3.85, `maxgold` = 1606 WHERE `entry`=8903; + +/* Shadowforge Senator */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56, `DamageModifier` = 1.7, `maxgold` = 797 WHERE `entry`=8904; + +/* Warbringer Construct */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `DamageModifier` = 3.7, `ArmorModifier` = 0.95, `maxgold` = 2225 WHERE `entry`=8905; + +/* Ragereaver Golem */ +UPDATE `creature_template` SET `maxlevel` = 55, `DamageModifier` = 3.65, `ArmorModifier` = 0.95, `maxgold` = 2104 WHERE `entry`=8906; + +/* Wrath Hammer Construct */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56, `DamageModifier` = 3.55, `maxgold` = 2436 WHERE `entry`=8907; + +/* Molten War Golem */ +UPDATE `creature_template` SET `maxlevel` = 56, `DamageModifier` = 2.45, `ArmorModifier` = 1.25, `maxgold` = 1223 WHERE `entry`=8908; + +/* Fireguard */ +UPDATE `creature_template` SET `DamageModifier` = 2.4 WHERE `entry`=8909; + +/* Blazing Fireguard */ +UPDATE `creature_template` SET `maxlevel` = 54, `DamageModifier` = 2.3 WHERE `entry`=8910; + +/* Fireguard Destroyer */ +UPDATE `creature_template` SET `maxlevel` = 56, `DamageModifier` = 2.05, `ArmorModifier` = 0.85 WHERE `entry`=8911; + +/* Twilight's Hammer Torturer */ +UPDATE `creature_template` SET `DamageModifier` = 4.25, `mingold` = 299, `maxgold` = 1890 WHERE `entry`=8912; + +/* Twilight Emissary */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 53, `DamageModifier` = 5.2, `mingold` = 109, `maxgold` = 666 WHERE `entry`=8913; + +/* Twilight Bodyguard */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `DamageModifier` = 4.0, `maxgold` = 1894 WHERE `entry`=8914; + +/* Twilight's Hammer Ambassador */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `maxgold` = 324 WHERE `entry`=8915; + +/* Arena Spectator */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 54, `DamageModifier` = 1.25, `maxgold` = 642 WHERE `entry`=8916; + +/* Quarry Slave */ +UPDATE `creature_template` SET `DamageModifier` = 2.9 WHERE `entry`=8917; + +/* Weapon Technician */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 56, `DamageModifier` = 1.05, `ArmorModifier` = 0.8, `mingold` = 115, `maxgold` = 754 WHERE `entry`=8920; + +/* Bloodhound */ +UPDATE `creature_template` SET `DamageModifier` = 2.95 WHERE `entry`=8921; + +/* Bloodhound Mastiff */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 55, `DamageModifier` = 2.8 WHERE `entry`=8922; + +/* Panzor the Invincible */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 3.5, `ArmorModifier` = 1.45, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 2561 WHERE `entry`=8923; + +/* The Behemoth */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `rank` = 2, `DamageModifier` = 3.4, `HealthModifier` = 5.0, `mingold` = 120, `maxgold` = 598 WHERE `entry`=8924; + +/* Dredge Worm */ +UPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 1.5, `ArmorModifier` = 0.5, `mingold` = 51, `maxgold` = 257 WHERE `entry`=8925; + +/* Deep Stinger */ +UPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 1.85, `ArmorModifier` = 0.5 WHERE `entry`=8926; + +/* Dark Screecher */ +UPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 1.85, `ArmorModifier` = 0.5, `RangeAttackTime` = 1650 WHERE `entry`=8927; + +/* Burrowing Thundersnout */ +UPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 1.4, `ArmorModifier` = 0.5, `mingold` = 46, `maxgold` = 230 WHERE `entry`=8928; + +/* Princess Moira Bronzebeard */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `DamageModifier` = 3.7, `unit_class` = 2 WHERE `entry`=8929; + +/* Borer Beetle */ +UPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 1.4, `ArmorModifier` = 0.65 WHERE `entry`=8932; + +/* Cave Creeper */ +UPDATE `creature_template` SET `maxlevel` = 52, `DamageModifier` = 1.95, `ArmorModifier` = 0.5 WHERE `entry`=8933; + +/* Christopher Hewen */ +UPDATE `creature_template` SET `subname` = 'General Trade Goods Vendor' WHERE `entry`=8934; + +/* Paladin 20 AlternateHighDamage */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.571429, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=8935; + +/* Pet Bomb */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 6.65 WHERE `entry`=8937; + +/* Angerclaw Bear */ +UPDATE `creature_template` SET `ArmorModifier` = 0.65 WHERE `entry`=8956; + +/* Angerclaw Grizzly */ +UPDATE `creature_template` SET `ArmorModifier` = 0.65 WHERE `entry`=8957; + +/* Angerclaw Mauler */ +UPDATE `creature_template` SET `ArmorModifier` = 0.65 WHERE `entry`=8958; + +/* Hilary */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=8962; + +/* Effsee */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=8963; + +/* Blackrock Drake */ +UPDATE `creature_template` SET `DamageModifier` = 3.1 WHERE `entry`=8964; + +/* Shawn */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=8965; + +/* Hematos */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=8976; + +/* Thauris Balgarr */ +UPDATE `creature_template` SET `mingold` = 144, `maxgold` = 720 WHERE `entry`=8978; + +/* Gruklash */ +UPDATE `creature_template` SET `DamageModifier` = 1.755, `mingold` = 153, `maxgold` = 767 WHERE `entry`=8979; + +/* Firegut Captain */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `speed_walk` = 1.6, `DamageModifier` = 2.4, `ArmorModifier` = 1.05, `BaseAttackTime` = 1460, `RangeAttackTime` = 1606, `mingold` = 53, `maxgold` = 267 WHERE `entry`=8980; + +/* Malfunctioning Reaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.4, `ArmorModifier` = 0.85, `BaseAttackTime` = 1200, `RangeAttackTime` = 1301, `mingold` = 139, `maxgold` = 696 WHERE `entry`=8981; + +/* Ironhand Guardian */ +UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `DamageModifier` = 0.1 WHERE `entry`=8982; + +/* Golem Lord Argelmach */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 5.65, `maxgold` = 935 WHERE `entry`=8983; + +/* Voidwalker Minion */ +UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 0.2, `mingold` = 57, `maxgold` = 79 WHERE `entry`=8996; + +/* Gershala Nightwhisper */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=8997; + +/* Bael'Gar */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 3.6 WHERE `entry`=9016; + +/* Lord Incendius */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 4.5 WHERE `entry`=9017; + +/* High Interrogator Gerstahn */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `maxgold` = 1649 WHERE `entry`=9018; + +/* Emperor Dagran Thaurissan */ +UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `DamageModifier` = 6.6, `ArmorModifier` = 0.95 WHERE `entry`=9019; + +/* Commander Gor'shak */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=9020; + +/* Kharan Mighthammer */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=9021; + +/* Dughal Stormwing */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=9022; + +/* Marshal Windsor */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 3.2, `ArmorModifier` = 0.85 WHERE `entry`=9023; + +/* Pyromancer Loregrain */ +UPDATE `creature_template` SET `DamageModifier` = 4.75, `maxgold` = 945 WHERE `entry`=9024; + +/* Lord Roccor */ +UPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.55, `ArmorModifier` = 1.5 WHERE `entry`=9025; + +/* Overmaster Pyron */ +UPDATE `creature_template` SET `minlevel` = 52, `maxlevel` = 52, `dmgschool` = 2 WHERE `entry`=9026; + +/* Gorosh the Dervish */ +UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `DamageModifier` = 3.55, `ArmorModifier` = 0.75, `mingold` = 147, `maxgold` = 1784 WHERE `entry`=9027; + +/* Grizzle */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 3.6, `ArmorModifier` = 0.8, `mingold` = 143, `maxgold` = 2301 WHERE `entry`=9028; + +/* Eviscerator */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 4.0, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9029; + +/* Ok'thor the Breaker */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 4.05, `ArmorModifier` = 0.8, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9030; + +/* Anub'shiah */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 3.8, `ArmorModifier` = 0.8, `mingold` = 138, `maxgold` = 689 WHERE `entry`=9031; + +/* Hedrum the Creeper */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 3.5, `ArmorModifier` = 0.65, `mingold` = 133, `maxgold` = 666 WHERE `entry`=9032; + +/* General Angerforge */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 0.95, `maxgold` = 1352 WHERE `entry`=9033; + +/* Hate'rel */ +UPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry`=9034; + +/* Anger'rel */ +UPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry`=9035; + +/* Vile'rel */ +UPDATE `creature_template` SET `DamageModifier` = 3.65 WHERE `entry`=9036; + +/* Gloom'rel */ +UPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry`=9037; + +/* Seeth'rel */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.3 WHERE `entry`=9038; + +/* Doom'rel */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 3.55, `ArmorModifier` = 1.2 WHERE `entry`=9039; + +/* Dope'rel */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 0.5 WHERE `entry`=9040; + +/* Warder Stilgiss */ +UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `DamageModifier` = 3.55 WHERE `entry`=9041; + +/* Verek */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 4.5 WHERE `entry`=9042; + +/* Scarshield Grunt */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.5 WHERE `entry`=9043; + +/* Scarshield Sentry */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0 WHERE `entry`=9044; + +/* Scarshield Acolyte */ +UPDATE `creature_template` SET `maxgold` = 2306 WHERE `entry`=9045; + +/* Scarshield Quartermaster */ +UPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.5, `HealthModifier` = 3.0 WHERE `entry`=9046; + +/* Jenal */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=9047; + +/* Fineous Darkvire */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 4.0, `ArmorModifier` = 1.05, `mingold` = 376 WHERE `entry`=9056; + +/* Ghede */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=9076; + +/* Shadowmage Vivian Lagrave */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=9078; + +/* Hierophant Theodora Mulvadania */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=9079; + +/* Thal'trak Proudtusk */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=9082; + +/* Grunt Gargal */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=9086; + +/* Bashana Runetotem */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=9087; + +/* Rage Talon Dragonspawn */ +UPDATE `creature_template` SET `DamageModifier` = 7.8, `mingold` = 497, `maxgold` = 2819 WHERE `entry`=9096; + +/* Scarshield Legionnaire */ +UPDATE `creature_template` SET `mingold` = 402, `maxgold` = 2367 WHERE `entry`=9097; + +/* Scarshield Spellbinder */ +UPDATE `creature_template` SET `maxgold` = 2313 WHERE `entry`=9098; + +/* Eridan Bluewind */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=9116; + +/* J.D. Collie */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=9117; + +/* Sha'ni Proudtusk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `ArmorModifier` = 0.85, `RangeAttackTime` = 1595, `mingold` = 1, `maxgold` = 702 WHERE `entry`=9136; + +/* Ambassador Flamelash */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 1.0, `maxgold` = 2000 WHERE `entry`=9156; + +/* Bloodpetal Pest */ +UPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry`=9157; + +/* Gor'tesh */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `maxgold` = 620 WHERE `entry`=9176; + +/* Oralius */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry`=9177; + +/* Burning Spirit */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `dmgschool` = 2, `DamageModifier` = 1.05, `mingold` = 12, `maxgold` = 61 WHERE `entry`=9178; + +/* World Event Generator */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9180; + +/* Highlord Omokk */ +UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `DamageModifier` = 3.8, `mingold` = 920, `maxgold` = 2139 WHERE `entry`=9196; + +/* Spirestone Battle Mage */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `maxgold` = 2274 WHERE `entry`=9197; + +/* Spirestone Mystic */ +UPDATE `creature_template` SET `DamageModifier` = 3.95 WHERE `entry`=9198; + +/* Spirestone Enforcer */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `mingold` = 394, `maxgold` = 2303 WHERE `entry`=9199; + +/* Spirestone Reaver */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `mingold` = 388, `maxgold` = 2391 WHERE `entry`=9200; + +/* Spirestone Ogre Magus */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `maxgold` = 1687 WHERE `entry`=9201; + +/* Spirestone Warlord */ +UPDATE `creature_template` SET `maxgold` = 2376 WHERE `entry`=9216; + +/* Spirestone Lord Magus */ +UPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry`=9217; + +/* Spirestone Butcher */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `maxgold` = 2245 WHERE `entry`=9219; + +/* Shadow Hunter Vosh'gajin */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `maxgold` = 2172 WHERE `entry`=9236; + +/* War Master Voone */ +UPDATE `creature_template` SET `modelid1` = 9733, `minlevel` = 59, `maxlevel` = 59, `DamageModifier` = 3.45, `maxgold` = 2212 WHERE `entry`=9237; + +/* Quentin */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=9238; + +/* Smolderthorn Mystic */ +UPDATE `creature_template` SET `modelid1` = 9709, `modelid2` = 9710, `DamageModifier` = 3.8, `maxgold` = 2470 WHERE `entry`=9239; + +/* Smolderthorn Shadow Priest */ +UPDATE `creature_template` SET `modelid1` = 9728, `modelid2` = 9729, `DamageModifier` = 3.8, `mingold` = 427, `maxgold` = 2460 WHERE `entry`=9240; + +/* Smolderthorn Headhunter */ +UPDATE `creature_template` SET `modelid1` = 9682, `modelid2` = 9683, `DamageModifier` = 3.6, `maxgold` = 2378 WHERE `entry`=9241; + +/* Farm Chicken */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=9256; + +/* Scarshield Warlock */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `maxgold` = 2228 WHERE `entry`=9257; + +/* Scarshield Raider */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `mingold` = 419, `maxgold` = 2288 WHERE `entry`=9258; + +/* Firebrand Grunt */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `mingold` = 474, `maxgold` = 2573 WHERE `entry`=9259; + +/* Firebrand Legionnaire */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `ArmorModifier` = 1.5, `maxgold` = 2655 WHERE `entry`=9260; + +/* Firebrand Darkweaver */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `maxgold` = 2553 WHERE `entry`=9261; + +/* Firebrand Invoker */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `maxgold` = 2574 WHERE `entry`=9262; + +/* Firebrand Dreadweaver */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `maxgold` = 2694 WHERE `entry`=9263; + +/* Firebrand Pyromancer */ +UPDATE `creature_template` SET `maxlevel` = 58, `DamageModifier` = 3.95, `maxgold` = 2532 WHERE `entry`=9264; + +/* Smolderthorn Shadow Hunter */ +UPDATE `creature_template` SET `modelid1` = 9724, `modelid2` = 9725, `DamageModifier` = 3.85, `maxgold` = 2242 WHERE `entry`=9265; + +/* Smolderthorn Witch Doctor */ +UPDATE `creature_template` SET `modelid1` = 9719, `modelid2` = 9720, `DamageModifier` = 3.85, `maxgold` = 2611 WHERE `entry`=9266; + +/* Smolderthorn Axe Thrower */ +UPDATE `creature_template` SET `modelid1` = 9674, `modelid2` = 9675, `DamageModifier` = 3.65, `mingold` = 379, `maxgold` = 2466 WHERE `entry`=9267; + +/* Smolderthorn Berserker */ +UPDATE `creature_template` SET `maxgold` = 2533 WHERE `entry`=9268; + +/* Smolderthorn Seer */ +UPDATE `creature_template` SET `modelid1` = 9715, `modelid2` = 9716, `DamageModifier` = 3.85, `maxgold` = 2594 WHERE `entry`=9269; + +/* Williden Marshal */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.25 WHERE `entry`=9270; + +/* Hol'anyee Marshal */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=9271; + +/* Spark Nilminer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=9272; + +/* Petra Grossen */ +UPDATE `creature_template` SET `speed_run` = 0.828571, `DamageModifier` = 0.95 WHERE `entry`=9273; + +/* Dadanga */ +UPDATE `creature_template` SET `speed_run` = 0.828571, `DamageModifier` = 0.95, `ArmorModifier` = 1.5 WHERE `entry`=9274; + +/* Launcher */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9275; + +/* Launcher2 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9276; + +/* Milly Osworth */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=9296; + +/* Enraged Wyvern */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5 WHERE `entry`=9297; + +/* Gaeriyan */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `ArmorModifier` = 0.9 WHERE `entry`=9299; + +/* Rilli Greasygob */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=9317; + +/* Houndmaster Grebmar */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `ArmorModifier` = 1.25 WHERE `entry`=9319; + +/* Blazerunner */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 2.2 WHERE `entry`=9376; + +/* Swirling Vortex */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 0.7 WHERE `entry`=9377; + +/* Ground Pounder */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 1.8, `mingold` = 36, `maxgold` = 181 WHERE `entry`=9396; + +/* Living Storm */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `dmgschool` = 3, `DamageModifier` = 0.65, `ArmorModifier` = 1.5 WHERE `entry`=9397; + +/* Twilight's Hammer Executioner */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56, `speed_walk` = 1.0, `DamageModifier` = 3.55, `ArmorModifier` = 0.95, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9398; + +/* Scarshield Worg */ +UPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry`=9416; + +/* Sleeping Dragon */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=9417; + +/* Spawn of Bael'Gar */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 50, `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 1.35, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 215 WHERE `entry`=9436; + +/* Dark Keeper Vorfalk */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.9, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9437; + +/* Dark Keeper Bethek */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.9, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9438; + +/* Dark Keeper Uggel */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 4.0, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=9439; + +/* Dark Keeper Zimrel */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.9, `RangeAttackTime` = 1301, `mingold` = 200, `maxgold` = 998 WHERE `entry`=9441; + +/* Dark Keeper Ofgut */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.9, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry`=9442; + +/* Dark Keeper Pelver */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 4.0, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=9443; + +/* Dark Guard */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `DamageModifier` = 3.7, `mingold` = 147, `maxgold` = 1388 WHERE `entry`=9445; + +/* Scarlet Warder */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `mingold` = 1351, `maxgold` = 1463 WHERE `entry`=9447; + +/* Scarlet Praetorian */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `mingold` = 1377, `maxgold` = 1497 WHERE `entry`=9448; + +/* Scarlet Cleric */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `mingold` = 1357, `maxgold` = 1471 WHERE `entry`=9449; + +/* Scarlet Curate */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `mingold` = 1367, `maxgold` = 1484 WHERE `entry`=9450; + +/* Scarlet Archmage */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.7, `mingold` = 1346, `maxgold` = 1456 WHERE `entry`=9451; + +/* Scarlet Enchanter */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `mingold` = 1229, `maxgold` = 1335 WHERE `entry`=9452; + +/* Aquementas */ +UPDATE `creature_template` SET `dmgschool` = 4 WHERE `entry`=9453; + +/* Xavathras */ +UPDATE `creature_template` SET `maxgold` = 593 WHERE `entry`=9454; + +/* Warlord Krom'zar */ +UPDATE `creature_template` SET `DamageModifier` = 5.05, `ArmorModifier` = 1.2, `mingold` = 16, `maxgold` = 87 WHERE `entry`=9456; + +/* Horde Defender */ +UPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 0.8, `mingold` = 5, `maxgold` = 24 WHERE `entry`=9457; + +/* Horde Axe Thrower */ +UPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 0.7, `ArmorModifier` = 0.9, `mingold` = 5, `maxgold` = 23 WHERE `entry`=9458; + +/* Cyrus Therepentous */ +UPDATE `creature_template` SET `DamageModifier` = 3.25, `ArmorModifier` = 0.55 WHERE `entry`=9459; + +/* Gadgetzan Bruiser */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 2.0 WHERE `entry`=9460; + +/* Frenzied Black Drake */ +UPDATE `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; + +/* Chieftain Bloodmaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 309 WHERE `entry`=9462; + +/* Overlord Ror */ +UPDATE `creature_template` SET `minlevel` = 51, `maxgold` = 364 WHERE `entry`=9464; + +/* Golhine the Hooded */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry`=9465; + +/* Watchman Doomgrip */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 4.0, `mingold` = 152, `maxgold` = 1133 WHERE `entry`=9476; + +/* Cloned Ooze */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `mingold` = 63, `maxgold` = 316 WHERE `entry`=9477; + +/* Gorishi Egg */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=9496; + +/* Gorishi Grub */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4, `BaseAttackTime` = 1530, `RangeAttackTime` = 1683, `mingold` = 41, `maxgold` = 207 WHERE `entry`=9498; + +/* Plugger Spazzring */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 1.25 WHERE `entry`=9499; + +/* Mistress Nagmara */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 3.25 WHERE `entry`=9500; + +/* Phalanx */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `maxgold` = 1955 WHERE `entry`=9502; + +/* Private Rocknot */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.0, `ArmorModifier` = 0.85 WHERE `entry`=9503; + +/* Lord Banehollow */ +UPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry`=9516; + +/* Shadow Lord Fel'dan */ +UPDATE `creature_template` SET `maxgold` = 905 WHERE `entry`=9517; + +/* Rakaiah */ +UPDATE `creature_template` SET `maxgold` = 852 WHERE `entry`=9518; + +/* Grark Lorkrub */ +UPDATE `creature_template` SET `DamageModifier` = 6.0 WHERE `entry`=9520; + +/* Enraged Felbat */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5, `RangeAttackTime` = 1338 WHERE `entry`=9521; + +/* Blackrock Ambusher */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.55, `mingold` = 143, `maxgold` = 713 WHERE `entry`=9522; + +/* Kolkar Stormseer */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 1.2, `mingold` = 5 WHERE `entry`=9523; + +/* Kolkar Invader */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.95, `mingold` = 14, `maxgold` = 49 WHERE `entry`=9524; + +/* Enraged Gryphon */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.5 WHERE `entry`=9526; + +/* Enraged Hippogryph */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `speed_run` = 4.28571, `DamageModifier` = 3.5, `RangeAttackTime` = 1606 WHERE `entry`=9527; + +/* Arathandris Silversky */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=9528; + +/* Maybess Riverbreeze */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=9529; + +/* Maxwort Uberglint */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=9536; + +/* Hurley Blackbreath */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `mingold` = 147, `maxgold` = 2123 WHERE `entry`=9537; + +/* High Executioner Nuzrak */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=9538; + +/* Shadow of Lexlort */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `RangeAttackTime` = 1573, `mingold` = 60, `maxgold` = 298 WHERE `entry`=9539; + +/* Blackbreath Crony */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `mingold` = 147, `maxgold` = 1575 WHERE `entry`=9541; + +/* Franclorn's Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=9542; + +/* Ribbly Screwspigot */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `mingold` = 240 WHERE `entry`=9543; + +/* Yuka Screwspigot */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry`=9544; + +/* Grim Patron */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `maxgold` = 572 WHERE `entry`=9545; + +/* Raschal the Courier */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.85, `BaseAttackTime` = 1590, `RangeAttackTime` = 1749, `mingold` = 1, `maxgold` = 526 WHERE `entry`=9546; + +/* Guzzling Patron */ +UPDATE `creature_template` SET `DamageModifier` = 1.8, `maxgold` = 530 WHERE `entry`=9547; + +/* Cawind Trueaim */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=9548; + +/* Furmund */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=9550; + +/* Hammered Patron */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 0.85, `mingold` = 377, `maxgold` = 924 WHERE `entry`=9554; + +/* Felhound Minion */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=9556; + +/* [UNUSED] dun garok test */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=9557; + +/* Grimble */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=9558; + +/* Grizzlowe */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=9559; + +/* Marshal Maxwell */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.8 WHERE `entry`=9560; + +/* Jalinda Sprig */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.95 WHERE `entry`=9561; + +/* Helendis Riverhorn */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.85 WHERE `entry`=9562; + +/* Ragged John */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=9563; + +/* Frezza */ +UPDATE `creature_template` SET `subname` = 'Zeppelin Master', `DamageModifier` = 4.9 WHERE `entry`=9564; + +/* Mayara Brightwing */ +UPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry`=9565; + +/* Zapetta */ +UPDATE `creature_template` SET `subname` = 'Zeppelin Master', `DamageModifier` = 0.5 WHERE `entry`=9566; + +/* Test Stable Master */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=9567; + +/* Overlord Wyrmthalak */ +UPDATE `creature_template` SET `DamageModifier` = 6.85, `ArmorModifier` = 1.1, `mingold` = 1124 WHERE `entry`=9568; + +/* Stormwind Talent Master */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9576; + +/* [UNUSED] Gorilla Test */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=9577; + +/* Ironforge Talent Master */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9578; + +/* Darnassus Talent Master */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9579; + +/* Orgrimmar Talent Master */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9580; + +/* Thunder Bluff Talent Master */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9581; + +/* Undercity Talent Master */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9582; + +/* Bloodaxe Veteran */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `mingold` = 620, `maxgold` = 2692 WHERE `entry`=9583; + +/* Jalane Ayrole */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=9584; + +/* Bannok Grimaxe */ +UPDATE `creature_template` SET `DamageModifier` = 3.3, `maxgold` = 2688 WHERE `entry`=9596; + +/* Arei */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 0.928571, `DamageModifier` = 1.4, `RangeAttackTime` = 1606, `mingold` = 1, `maxgold` = 702 WHERE `entry`=9598; + +/* Arei Transformed */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=9599; + +/* Parrot */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=9600; + +/* Treant Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `ArmorModifier` = 1.4, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry`=9601; + +/* Hahk'Zor */ +UPDATE `creature_template` SET `RangeAttackTime` = 1301, `mingold` = 139, `maxgold` = 696 WHERE `entry`=9602; + +/* Gorgon'och */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `RangeAttackTime` = 1320, `mingold` = 130, `maxgold` = 651 WHERE `entry`=9604; + +/* Blackrock Raider */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 61, `maxgold` = 305 WHERE `entry`=9605; + +/* Laris Geardawdle */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.9 WHERE `entry`=9616; + +/* [UNUSED] Eyan Mulcom */ +UPDATE `creature_template` SET `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=9617; + +/* Torwa Pathfinder */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=9619; + +/* Gargantuan Ooze */ +UPDATE `creature_template` SET `maxlevel` = 51, `speed_walk` = 1.0, `DamageModifier` = 1.6, `RangeAttackTime` = 1595, `mingold` = 55, `maxgold` = 276 WHERE `entry`=9621; + +/* Kireena */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=9636; + +/* Lil' Smoky */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=9657; + +/* Distract Test */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=9658; + +/* Unkillable Test Dummy */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=9659; + +/* Agnar Beastamer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.8 WHERE `entry`=9660; + +/* Sprite Darter Hatchling */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=9662; + +/* Tink Sprocketwhistle */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `RangeAttackTime` = 1947 WHERE `entry`=9676; + +/* Ograbisi */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.65, `ArmorModifier` = 1.4 WHERE `entry`=9677; + +/* Shill Dinger */ +UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `DamageModifier` = 3.8, `ArmorModifier` = 0.95 WHERE `entry`=9678; + +/* Tobias Seecher */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `ArmorModifier` = 0.85 WHERE `entry`=9679; + +/* Crest Killer */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `DamageModifier` = 3.7, `maxgold` = 1460 WHERE `entry`=9680; + +/* Jaz */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 53, `DamageModifier` = 4.05 WHERE `entry`=9681; + +/* Marshal Reginald Windsor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 3.2, `BaseAttackTime` = 1241, `RangeAttackTime` = 1365, `mingold` = 1, `maxgold` = 731 WHERE `entry`=9682; + +/* Lar'korwi Mate */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=9683; + +/* Lar'korwi */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `mingold` = 53, `maxgold` = 267 WHERE `entry`=9684; + +/* [PH] TESTTAUREN */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=9686; + +/* Ember Worg */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=9690; + +/* Bloodaxe Raider */ +UPDATE `creature_template` SET `maxgold` = 1732 WHERE `entry`=9692; + +/* Bloodaxe Evoker */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `maxgold` = 2640 WHERE `entry`=9693; + +/* Slavering Ember Worg */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=9694; + +/* Bloodaxe Worg */ +UPDATE `creature_template` SET `DamageModifier` = 2.05 WHERE `entry`=9696; + +/* Giant Ember Worg */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=9697; + +/* Fire Beetle */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.3 WHERE `entry`=9699; + +/* Lava Crab */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=9700; + +/* Spire Scorpid */ +UPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry`=9701; + +/* Grurk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9702; + +/* Il'thurk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9703; + +/* Lumurk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9704; + +/* Illusionary Dreamwatcher */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=9705; + +/* Yorba Screwspigot */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=9706; + +/* Scarshield Portal */ +UPDATE `creature_template` SET `DamageModifier` = 0.1, `ArmorModifier` = 3.1, `maxgold` = 1 WHERE `entry`=9707; + +/* Burning Imp */ +UPDATE `creature_template` SET `DamageModifier` = 1.4 WHERE `entry`=9708; + +/* Bloodaxe Warmonger */ +UPDATE `creature_template` SET `maxgold` = 2526 WHERE `entry`=9716; + +/* Bloodaxe Summoner */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `maxgold` = 2104 WHERE `entry`=9717; + +/* Ghok Bashguud */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.2, `ArmorModifier` = 1.1, `RangeAttackTime` = 1283, `mingold` = 142, `maxgold` = 708 WHERE `entry`=9718; + +/* Quartermaster Zigris */ +UPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.3, `mingold` = 737 WHERE `entry`=9736; + +/* Flamekin Spitter */ +UPDATE `creature_template` SET `DamageModifier` = 0.3, `maxgold` = 376 WHERE `entry`=9776; + +/* Flamekin Sprite */ +UPDATE `creature_template` SET `DamageModifier` = 0.3, `maxgold` = 567 WHERE `entry`=9777; + +/* Flamekin Torcher */ +UPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry`=9778; + +/* Flamekin Rager */ +UPDATE `creature_template` SET `DamageModifier` = 0.3 WHERE `entry`=9779; + +/* Galgar */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=9796; + +/* Pyroguard Emberseer */ +UPDATE `creature_template` SET `rank` = 3, `dmgschool` = 2, `DamageModifier` = 5.2, `ArmorModifier` = 1.1 WHERE `entry`=9816; + +/* Blackhand Dreadweaver */ +UPDATE `creature_template` SET `DamageModifier` = 7.25, `ArmorModifier` = 1.1, `maxgold` = 2911 WHERE `entry`=9817; + +/* Blackhand Summoner */ +UPDATE `creature_template` SET `DamageModifier` = 6.85, `ArmorModifier` = 1.1, `maxgold` = 2937 WHERE `entry`=9818; + +/* Blackhand Veteran */ +UPDATE `creature_template` SET `DamageModifier` = 7.15, `ArmorModifier` = 1.1, `maxgold` = 3001 WHERE `entry`=9819; + +/* [UNUSED] [PH] Cheese Servant Floh */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=9820; + +/* Mathredis Firestar */ +UPDATE `creature_template` SET `modelid1` = 9149, `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=9836; + +/* Lithilia */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9837; + +/* Auctioneer Grimful */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=9856; + +/* Auctioneer Grizzlin */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=9857; + +/* Auctioneer Kresky */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=9858; + +/* Auctioneer Lympkin */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=9859; + +/* Salia */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 0.75, `maxgold` = 565 WHERE `entry`=9860; + +/* Moora */ +UPDATE `creature_template` SET `maxgold` = 301 WHERE `entry`=9861; + +/* Jaedenar Legionnaire */ +UPDATE `creature_template` SET `maxgold` = 760 WHERE `entry`=9862; + +/* Locheed */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `RangeAttackTime` = 1683, `mingold` = 41, `maxgold` = 207 WHERE `entry`=9876; + +/* Prince Xavalis */ +UPDATE `creature_template` SET `maxgold` = 797 WHERE `entry`=9877; + +/* Entropic Beast */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=9878; + +/* Entropic Horror */ +UPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 0.9 WHERE `entry`=9879; + +/* World Stable Master */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=9896; + +/* Jarquia */ +UPDATE `creature_template` SET `maxgold` = 467 WHERE `entry`=9916; + +/* Corrupted Kitten */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=9936; + +/* Common Kitten */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `speed_run` = 1.14286, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=9937; + +/* Magmus */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 3.6 WHERE `entry`=9938; + +/* Shadowforge Flame Keeper */ +UPDATE `creature_template` SET `DamageModifier` = 1.0, `maxgold` = 752 WHERE `entry`=9956; + +/* Sylista */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=9977; + +/* Xon'cha */ +UPDATE `creature_template` SET `DamageModifier` = 2.6, `ArmorModifier` = 2.9 WHERE `entry`=9988; + +/* Winna Hazzard */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=9996; + +/* Spraggle Frock */ +UPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry`=9997; + +/* Shizzle */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=9998; + +/* Arugal */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `DamageModifier` = 3.05, `ArmorModifier` = 1.25, `mingold` = 24, `maxgold` = 119 WHERE `entry`=10000; + +/* Tainted Rat */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10016; + +/* Tainted Cockroach */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10017; + +/* Brackenwall Enforcer */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 526, `maxgold` = 526 WHERE `entry`=10036; + +/* Lakeshire Guard */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.35, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 502 WHERE `entry`=10037; + +/* Night Watch Guard */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 0.6, `mingold` = 213, `maxgold` = 213 WHERE `entry`=10038; + +/* Gorishi Hive Guard */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `RangeAttackTime` = 1606, `mingold` = 53, `maxgold` = 267 WHERE `entry`=10040; + +/* Gorishi Hive Queen */ +UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `DamageModifier` = 1.45, `RangeAttackTime` = 1595, `mingold` = 55, `maxgold` = 276 WHERE `entry`=10041; + +/* Corrupted Saber */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 1.75, `ArmorModifier` = 0.95, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=10042; + +/* Ribbly's Crony */ +UPDATE `creature_template` SET `DamageModifier` = 3.75, `ArmorModifier` = 0.6, `maxgold` = 868 WHERE `entry`=10043; + +/* [PH] Alex's Raid Testing Peon */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10044; + +/* Gereck */ +UPDATE `creature_template` SET `DamageModifier` = 2.6, `ArmorModifier` = 2.9 WHERE `entry`=10048; + +/* Grimestack */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=10060; + +/* Reggifuz */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=10063; + +/* High Priestess of Thaurissan */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 3.8, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `unit_class` = 2 WHERE `entry`=10076; + +/* Deathmaw */ +UPDATE `creature_template` SET `DamageModifier` = 0.81, `BaseAttackTime` = 1200, `RangeAttackTime` = 1329 WHERE `entry`=10077; + +/* Terrorspark */ +UPDATE `creature_template` SET `RangeAttackTime` = 1301, `mingold` = 139, `maxgold` = 696 WHERE `entry`=10078; + +/* Sandarr Dunereaver */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=10080; + +/* Dustwraith */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 0.6 WHERE `entry`=10081; + +/* Zerillis */ +UPDATE `creature_template` SET `DamageModifier` = 3.1, `mingold` = 93, `maxgold` = 1307 WHERE `entry`=10082; + +/* Rage Talon Flamescale */ +UPDATE `creature_template` SET `DamageModifier` = 6.15, `maxgold` = 2600 WHERE `entry`=10083; + +/* Rage Talon Whelp */ +UPDATE `creature_template` SET `minlevel` = 57, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10084; + +/* Hesuwa Thunderhorn */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=10086; + +/* Xao'tsu */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=10088; + +/* Silvaria */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=10089; + +/* Belia Thundergranite */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=10090; + +/* High Justice Grimstone */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `mingold` = 116, `maxgold` = 582 WHERE `entry`=10096; + +/* Slave */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10116; + +/* Tortured Slave */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10117; + +/* Nessa Shadowsong */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=10118; + +/* Volchan */ +UPDATE `creature_template` SET `DamageModifier` = 5.85, `ArmorModifier` = 1.1 WHERE `entry`=10119; + +/* Vault Warder */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 3.5, `ArmorModifier` = 6.7, `RangeAttackTime` = 1384 WHERE `entry`=10120; + +/* Chemist Fuely */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=10136; + +/* Scott's Test Dummy */ +UPDATE `creature_template` SET `detection_range` = 18.0, `rank` = 3, `DamageModifier` = 1.0 WHERE `entry`=10156; + +/* Moonkin Oracle */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=10157; + +/* Moonkin */ +UPDATE `creature_template` SET `mingold` = 4, `maxgold` = 26 WHERE `entry`=10158; + +/* Raging Moonkin */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `mingold` = 9, `maxgold` = 24 WHERE `entry`=10160; + +/* Rookery Whelp */ +UPDATE `creature_template` SET `DamageModifier` = 2.95, `RangeAttackTime` = 1595 WHERE `entry`=10161; + +/* Lord Victor Nefarius */ +UPDATE `creature_template` SET `DamageModifier` = 16.85, `ArmorModifier` = 1.6 WHERE `entry`=10162; + +/* Kaltunk */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=10176; + +/* Spire Scarab */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=10177; + +/* Lady Sylvanas Windrunner */ +UPDATE `creature_template` SET `modelid1` = 11657, `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 13.05, `HealthModifier` = 300.0, `ArmorModifier` = 1.3, `mingold` = 1, `maxgold` = 866 WHERE `entry`=10181; + +/* Onyxia */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 15.05, `HealthModifier` = 330.0, `ArmorModifier` = 1.3, `ManaModifier` = 4.0, `mingold` = 914892, `maxgold` = 1066294 WHERE `entry`=10184; + +/* General Colbatann */ +UPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 3.6, `RangeAttackTime` = 1292 WHERE `entry`=10196; + +/* Kashoch the Reaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.45, `ArmorModifier` = 1.1 WHERE `entry`=10198; + +/* Grizzle Snowpaw */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.68 WHERE `entry`=10199; + +/* Rak'shiri */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `BaseAttackTime` = 1500 WHERE `entry`=10200; + +/* Lady Hederine */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.35, `ArmorModifier` = 1.15, `BaseAttackTime` = 1141 WHERE `entry`=10201; + +/* Azurous */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `RangeAttackTime` = 1274 WHERE `entry`=10202; + +/* Berylgos */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10203; + +/* Misha */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `DamageModifier` = 7.0 WHERE `entry`=10204; + +/* Gubber Blump */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=10216; + +/* Superior Healing Ward */ +UPDATE `creature_template` SET `maxlevel` = 56, `DamageModifier` = 0.1, `mingold` = 44, `maxgold` = 220 WHERE `entry`=10218; + +/* Gwennyth Bly'Leggonde */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=10219; + +/* Halycon */ +UPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry`=10220; + +/* Bloodaxe Worg Pup */ +UPDATE `creature_template` SET `DamageModifier` = 1.0 WHERE `entry`=10221; + +/* Wep */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0 WHERE `entry`=10236; + +/* Yor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0 WHERE `entry`=10237; + +/* Staggon */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0 WHERE `entry`=10238; + +/* Tepolar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10239; + +/* [UNUSED] World Weapon Master Trainer */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10256; + +/* Bijou */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `mingold` = 1, `maxgold` = 817 WHERE `entry`=10257; + +/* Rookery Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 7.25, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=10258; + +/* Worg Pup */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=10259; + +/* Kibler */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=10260; + +/* Burning Felhound */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.4, `RangeAttackTime` = 1617 WHERE `entry`=10261; + +/* Opus */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=10262; + +/* Burning Felguard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.2, `RangeAttackTime` = 1292 WHERE `entry`=10263; + +/* Solakar Flamewreath */ +UPDATE `creature_template` SET `DamageModifier` = 11.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1283 WHERE `entry`=10264; + +/* UNUSED [PH] Flamewreath Guard */ +UPDATE `creature_template` SET `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10265; + +/* Ug'thok */ +UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9 WHERE `entry`=10266; + +/* Tinkee Steamboil */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=10267; + +/* Gizrul the Slavener */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 1.1 WHERE `entry`=10268; + +/* Rotgath Stonebeard */ +UPDATE `creature_template` SET `subname` = 'Expert Blacksmith', `DamageModifier` = 0.95 WHERE `entry`=10276; + +/* Groum Stonebeard */ +UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9 WHERE `entry`=10277; + +/* Thrag Stonehoof */ +UPDATE `creature_template` SET `subname` = 'Journeyman Blacksmith', `DamageModifier` = 0.9 WHERE `entry`=10278; + +/* Captured Felwood Ooze */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `ArmorModifier` = 1.5, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 64 WHERE `entry`=10290; + +/* Krysteea */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10291; + +/* Rombulus Frostmoon */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10292; + +/* Malakar Frostmoon */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10294; + +/* Jennail Mooncaller */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10295; + +/* Vaelan */ +UPDATE `creature_template` SET `maxlevel` = 54, `speed_walk` = 1.0, `DamageModifier` = 3.25, `BaseAttackTime` = 1225, `RangeAttackTime` = 1347, `unit_class` = 1 WHERE `entry`=10296; + +/* Gerratys Nightrunner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10297; + +/* Traelion Shadewhisper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10298; + +/* Scarshield Infiltrator */ +UPDATE `creature_template` SET `DamageModifier` = 3.15 WHERE `entry`=10299; + +/* Ranshalla */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=10300; + +/* Jaron Stoneshaper */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=10301; + +/* Krakle */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=10302; + +/* Aurora Skycaller */ +UPDATE `creature_template` SET `modelid1` = 9754, `DamageModifier` = 1.65, `ArmorModifier` = 1.15 WHERE `entry`=10304; + +/* Umi Rumplesnicker */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=10305; + +/* Trull Failbane */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=10306; + +/* Blackhand Incarcerator */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `ArmorModifier` = 1.1, `mingold` = 193, `maxgold` = 985 WHERE `entry`=10316; + +/* Blackhand Elite */ +UPDATE `creature_template` SET `DamageModifier` = 9.3, `ArmorModifier` = 1.15, `mingold` = 528, `maxgold` = 3166 WHERE `entry`=10317; + +/* Blackhand Assassin */ +UPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 0.6, `mingold` = 766, `maxgold` = 2658 WHERE `entry`=10318; + +/* Blackhand Iron Guard */ +UPDATE `creature_template` SET `DamageModifier` = 6.4, `ArmorModifier` = 2.3, `maxgold` = 2771 WHERE `entry`=10319; + +/* Emberstrife */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.4 WHERE `entry`=10321; + +/* Murkdeep */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 5, `maxgold` = 55 WHERE `entry`=10323; + +/* Gyth */ +UPDATE `creature_template` SET `DamageModifier` = 7.0, `ArmorModifier` = 1.2 WHERE `entry`=10339; + +/* Vaelastrasz the Red */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.2, `unit_class` = 1, `mingold` = 164, `maxgold` = 818 WHERE `entry`=10340; + +/* Bayne */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=10356; + +/* Fellicent's Shade */ +UPDATE `creature_template` SET `DamageModifier` = 3.15, `mingold` = 5 WHERE `entry`=10358; + +/* Kergul Bloodaxe */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry`=10360; + +/* [UNUSED] Gethuxxuz */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10362; + +/* General Drakkisath */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `rank` = 3, `DamageModifier` = 10.4, `ArmorModifier` = 1.2, `mingold` = 1439 WHERE `entry`=10363; + +/* Yaelika Farclaw */ +UPDATE `creature_template` SET `subname` = 'Reagents & Poisons', `DamageModifier` = 1.45, `mingold` = 1, `maxgold` = 689 WHERE `entry`=10364; + +/* [UNUSED] Yillixa */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10365; + +/* Rage Talon Dragon Guard */ +UPDATE `creature_template` SET `DamageModifier` = 7.2, `ArmorModifier` = 1.75, `maxgold` = 2717 WHERE `entry`=10366; + +/* Shrye Ragefist */ +UPDATE `creature_template` SET `subname` = 'Food and Drink', `DamageModifier` = 1.65, `mingold` = 1, `maxgold` = 752 WHERE `entry`=10367; + +/* [UNUSED] Dat'xus */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10368; + +/* Trayexir */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=10369; + +/* [UNUSED] Xur'gyl */ +UPDATE `creature_template` SET `subname` = 'Axe Trainer', `speed_walk` = 1.0, `DamageModifier` = 1.55, `ArmorModifier` = 1.5, `BaseAttackTime` = 1610, `RangeAttackTime` = 1771, `mingold` = 1, `maxgold` = 502 WHERE `entry`=10370; + +/* Rage Talon Captain */ +UPDATE `creature_template` SET `DamageModifier` = 6.4, `ArmorModifier` = 1.2, `maxgold` = 2568 WHERE `entry`=10371; + +/* Rage Talon Fire Tongue */ +UPDATE `creature_template` SET `DamageModifier` = 6.4, `ArmorModifier` = 1.15, `mingold` = 619, `maxgold` = 2979 WHERE `entry`=10372; + +/* Xabraxxis */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `RangeAttackTime` = 1991, `mingold` = 10, `maxgold` = 52 WHERE `entry`=10373; + +/* Spire Spiderling */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=10375; + +/* Crystal Fang */ +UPDATE `creature_template` SET `DamageModifier` = 4.9, `ArmorModifier` = 1.1 WHERE `entry`=10376; + +/* Omusa Thunderhorn */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `detection_range` = 20.0, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=10378; + +/* Altsoba Ragetotem */ +UPDATE `creature_template` SET `DamageModifier` = 0.65, `ArmorModifier` = 0.6 WHERE `entry`=10379; + +/* Sanuye Runetotem */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=10380; + +/* Ravaged Cadaver */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `mingold` = 423, `maxgold` = 2614 WHERE `entry`=10381; + +/* Mangled Cadaver */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `mingold` = 411, `maxgold` = 2481 WHERE `entry`=10382; + +/* Broken Cadaver */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 0.95, `mingold` = 65, `maxgold` = 326 WHERE `entry`=10383; + +/* Spectral Citizen */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `maxgold` = 522 WHERE `entry`=10384; + +/* Ghostly Citizen */ +UPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry`=10385; + +/* Vengeful Phantom */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85, `mingold` = 56, `maxgold` = 278 WHERE `entry`=10387; + +/* Spiteful Phantom */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `dmgschool` = 4, `DamageModifier` = 1.5, `RangeAttackTime` = 1562 WHERE `entry`=10388; + +/* Wrath Phantom */ +UPDATE `creature_template` SET `dmgschool` = 5, `DamageModifier` = 1.55, `ArmorModifier` = 1.15, `RangeAttackTime` = 1551 WHERE `entry`=10389; + +/* Skeletal Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `mingold` = 122, `maxgold` = 821 WHERE `entry`=10390; + +/* Skeletal Berserker */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `mingold` = 136, `maxgold` = 843 WHERE `entry`=10391; + +/* Skul */ +UPDATE `creature_template` SET `DamageModifier` = 4.45, `ArmorModifier` = 2.1, `mingold` = 346, `maxgold` = 2854 WHERE `entry`=10393; + +/* Black Guard Sentry */ +UPDATE `creature_template` SET `dmgschool` = 5, `DamageModifier` = 2.95, `ArmorModifier` = 1.35, `mingold` = 152, `maxgold` = 2416 WHERE `entry`=10394; + +/* Black Guard Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10395; + +/* Black Guard Executioner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10397; + +/* Thuzadin Shadowcaster */ +UPDATE `creature_template` SET `DamageModifier` = 4.75, `ArmorModifier` = 2.0, `maxgold` = 2613 WHERE `entry`=10398; + +/* Thuzadin Acolyte */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `mingold` = 472, `maxgold` = 3028 WHERE `entry`=10399; + +/* Thuzadin Necromancer */ +UPDATE `creature_template` SET `DamageModifier` = 4.65, `ArmorModifier` = 2.05, `maxgold` = 2812 WHERE `entry`=10400; + +/* [UNUSED] Thuzadin Shadow Lord */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10401; + +/* [UNUSED] Cannibal Wight */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10402; + +/* [UNUSED] Devouring Wight */ +UPDATE `creature_template` SET `modelid1` = 2582, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10403; + +/* Pustulating Horror */ +UPDATE `creature_template` SET `modelid1` = 2582, `minlevel` = 1, `maxlevel` = 1, `speed_run` = 1.14286, `detection_range` = 18.0, `DamageModifier` = 1.0, `HealthModifier` = 1.0 WHERE `entry`=10404; + +/* Plague Ghoul */ +UPDATE `creature_template` SET `mingold` = 420, `maxgold` = 2677 WHERE `entry`=10405; + +/* Ghoul Ravener */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `mingold` = 547, `maxgold` = 2727 WHERE `entry`=10406; + +/* Fleshflayer Ghoul */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `maxgold` = 2930 WHERE `entry`=10407; + +/* Rockwing Gargoyle */ +UPDATE `creature_template` SET `minlevel` = 57, `ArmorModifier` = 1.25 WHERE `entry`=10408; + +/* Rockwing Screecher */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 1.25 WHERE `entry`=10409; + +/* Eye of Naxxramas */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.05, `maxgold` = 808 WHERE `entry`=10411; + +/* Crypt Crawler */ +UPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry`=10412; + +/* Crypt Beast */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.05 WHERE `entry`=10413; + +/* Patchwork Horror */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `maxgold` = 2663 WHERE `entry`=10414; + +/* Ash'ari Crystal */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=10415; + +/* Bile Spewer */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 503, `maxgold` = 2070 WHERE `entry`=10416; + +/* Venom Belcher */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `ArmorModifier` = 1.15, `mingold` = 743, `maxgold` = 2721 WHERE `entry`=10417; + +/* Crimson Guardsman */ +UPDATE `creature_template` SET `mingold` = 393, `maxgold` = 2709 WHERE `entry`=10418; + +/* Crimson Conjuror */ +UPDATE `creature_template` SET `DamageModifier` = 4.8, `maxgold` = 2525 WHERE `entry`=10419; + +/* Crimson Initiate */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `mingold` = 460, `maxgold` = 2637 WHERE `entry`=10420; + +/* Crimson Defender */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `maxgold` = 2844 WHERE `entry`=10421; + +/* Crimson Sorcerer */ +UPDATE `creature_template` SET `DamageModifier` = 4.75, `ArmorModifier` = 1.4, `maxgold` = 2364 WHERE `entry`=10422; + +/* Crimson Priest */ +UPDATE `creature_template` SET `DamageModifier` = 4.75, `maxgold` = 2296 WHERE `entry`=10423; + +/* Crimson Gallant */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.05, `mingold` = 438, `maxgold` = 2897 WHERE `entry`=10424; + +/* Crimson Battle Mage */ +UPDATE `creature_template` SET `DamageModifier` = 7.3, `ArmorModifier` = 1.05, `maxgold` = 2054 WHERE `entry`=10425; + +/* Crimson Inquisitor */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.05, `maxgold` = 2388 WHERE `entry`=10426; + +/* Motega Firemane */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=10428; + +/* Warchief Rend Blackhand */ +UPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 13.0, `ArmorModifier` = 1.2, `mingold` = 6929, `maxgold` = 34647 WHERE `entry`=10429; + +/* The Beast */ +UPDATE `creature_template` SET `DamageModifier` = 10.4, `ArmorModifier` = 1.2 WHERE `entry`=10430; + +/* Gregor Greystone */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=10431; + +/* Vectus */ +UPDATE `creature_template` SET `DamageModifier` = 5.55, `ArmorModifier` = 1.1 WHERE `entry`=10432; + +/* Marduk Blackpool */ +UPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry`=10433; + +/* Magistrate Barthilas */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `maxgold` = 2654 WHERE `entry`=10435; + +/* Baroness Anastari */ +UPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry`=10436; + +/* Nerub'enkan */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 1.35 WHERE `entry`=10437; + +/* Maleki the Pallid */ +UPDATE `creature_template` SET `DamageModifier` = 7.8, `ArmorModifier` = 1.15, `maxgold` = 2697 WHERE `entry`=10438; + +/* Ramstein the Gorger */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 5.5, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 1757 WHERE `entry`=10439; + +/* Baron Rivendare */ +UPDATE `creature_template` SET `DamageModifier` = 5.95, `ArmorModifier` = 1.4 WHERE `entry`=10440; + +/* Plagued Rat */ +UPDATE `creature_template` SET `DamageModifier` = 0.15 WHERE `entry`=10441; + +/* Chromatic Whelp */ +UPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 4.3, `mingold` = 159, `maxgold` = 896 WHERE `entry`=10442; + +/* [UNUSED] Gustav Montague */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10443; + +/* [UNUSED] Mallory Welsh */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10444; + +/* Selina Dourman */ +UPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry`=10445; + +/* [UNUSED] Elliott Jacks */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10446; + +/* Chromatic Dragonspawn */ +UPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 5.5, `ArmorModifier` = 1.1, `mingold` = 663, `maxgold` = 2288 WHERE `entry`=10447; + +/* [UNUSED] Rachael Vaccar */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10448; + +/* Emily Vaccar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10449; + +/* [UNUSED] Paul Burges */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10450; + +/* Sarah Arello */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10451; + +/* Farbrahm Steelfist */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10452; + +/* Grimbur Flintaxe */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10453; + +/* Filliwick Featherfizz */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10454; + +/* Binny Springblade */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=10455; + +/* Prynne */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=10456; + +/* Rend on Drake Visual */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 1.3 WHERE `entry`=10459; + +/* Prospector Ironboot */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.25 WHERE `entry`=10460; + +/* Plagued Insect */ +UPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry`=10461; + +/* Shrieking Banshee */ +UPDATE `creature_template` SET `maxgold` = 2746 WHERE `entry`=10463; + +/* Wailing Banshee */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `maxgold` = 2869 WHERE `entry`=10464; + +/* Styleen Silvercart */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10466; + +/* Scholomance Adept */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `mingold` = 516, `maxgold` = 2862 WHERE `entry`=10469; + +/* Scholomance Neophyte */ +UPDATE `creature_template` SET `DamageModifier` = 4.8, `maxgold` = 2748 WHERE `entry`=10470; + +/* Scholomance Acolyte */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `maxgold` = 2587 WHERE `entry`=10471; + +/* Scholomance Occultist */ +UPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry`=10472; + +/* Scholomance Shadowcaster */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10473; + +/* Scholomance Student */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=10475; + +/* Scholomance Necrolyte */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `mingold` = 511, `maxgold` = 2747 WHERE `entry`=10476; + +/* Scholomance Necromancer */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `mingold` = 465, `maxgold` = 2834 WHERE `entry`=10477; + +/* Splintered Skeleton */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.05, `maxgold` = 2653 WHERE `entry`=10478; + +/* Skulking Corpse */ +UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `speed_run` = 0.428571, `DamageModifier` = 1.55, `RangeAttackTime` = 1540, `mingold` = 65, `maxgold` = 326 WHERE `entry`=10479; + +/* Unstable Corpse */ +UPDATE `creature_template` SET `DamageModifier` = 1.0, `mingold` = 141, `maxgold` = 940 WHERE `entry`=10480; + +/* Reanimated Corpse */ +UPDATE `creature_template` SET `DamageModifier` = 1.0, `mingold` = 145, `maxgold` = 954 WHERE `entry`=10481; + +/* Risen Lackey */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1 WHERE `entry`=10482; + +/* Risen Flayer */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10483; + +/* Risen Terror */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 41, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10484; + +/* Risen Aberration */ +UPDATE `creature_template` SET `DamageModifier` = 2.45, `mingold` = 132, `maxgold` = 916 WHERE `entry`=10485; + +/* Risen Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 3.3, `ArmorModifier` = 1.1, `mingold` = 477, `maxgold` = 2890 WHERE `entry`=10486; + +/* Risen Protector */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.55, `maxgold` = 2637 WHERE `entry`=10487; + +/* Risen Construct */ +UPDATE `creature_template` SET `DamageModifier` = 3.3, `ArmorModifier` = 1.05, `mingold` = 664, `maxgold` = 2707 WHERE `entry`=10488; + +/* Risen Guard */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 1.5, `mingold` = 412, `maxgold` = 2500 WHERE `entry`=10489; + +/* Risen Bonewarder */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `maxgold` = 2194 WHERE `entry`=10491; + +/* Risen Shadowmage */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10492; + +/* Risen Sorcerer */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=10493; + +/* Decrepit Ghoul */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10494; + +/* Diseased Ghoul */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `mingold` = 535, `maxgold` = 2844 WHERE `entry`=10495; + +/* Ragged Ghoul */ +UPDATE `creature_template` SET `maxlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 3.7, `ArmorModifier` = 1.05, `BaseAttackTime` = 1158, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry`=10497; + +/* Spectral Tutor */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.05, `maxgold` = 2832 WHERE `entry`=10498; + +/* Spectral Researcher */ +UPDATE `creature_template` SET `DamageModifier` = 5.7, `ArmorModifier` = 1.05, `maxgold` = 2285 WHERE `entry`=10499; + +/* Spectral Teacher */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `ArmorModifier` = 1.05, `maxgold` = 2640 WHERE `entry`=10500; + +/* Lady Illucia Barov */ +UPDATE `creature_template` SET `DamageModifier` = 5.55, `ArmorModifier` = 1.1, `maxgold` = 3038 WHERE `entry`=10502; + +/* Jandice Barov */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 1.15 WHERE `entry`=10503; + +/* Lord Alexei Barov */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 1.1, `maxgold` = 2572 WHERE `entry`=10504; + +/* Instructor Malicia */ +UPDATE `creature_template` SET `modelid1` = 11069, `DamageModifier` = 5.55, `ArmorModifier` = 1.1, `maxgold` = 2122 WHERE `entry`=10505; + +/* Kirtonos the Herald */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 5.85, `ArmorModifier` = 0.9, `mingold` = 168, `maxgold` = 838 WHERE `entry`=10506; + +/* The Ravenian */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 1.1, `mingold` = 470 WHERE `entry`=10507; + +/* Ras Frostwhisper */ +UPDATE `creature_template` SET `DamageModifier` = 5.6, `ArmorModifier` = 1.5, `maxgold` = 3291 WHERE `entry`=10508; + +/* Jed Runewatcher */ +UPDATE `creature_template` SET `DamageModifier` = 7.3, `ArmorModifier` = 1.1, `mingold` = 310, `maxgold` = 1552 WHERE `entry`=10509; + +/* Plagued Slime */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=10510; + +/* The Unforgiven */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.25, `mingold` = 534, `maxgold` = 2669 WHERE `entry`=10516; + +/* Plagued Maggot */ +UPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry`=10536; + +/* Vaelastrasz */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292, `mingold` = 432, `maxgold` = 2158 WHERE `entry`=10538; + +/* Vol'jin */ +UPDATE `creature_template` SET `subname` = 'King of Darkspear Trolls', `modelid1` = 10357, `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 8.3, `HealthModifier` = 220.0, `ArmorModifier` = 1.35, `ManaModifier` = 7.0 WHERE `entry`=10540; + +/* Krakle's Thermometer */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10541; + +/* Lazy Peon */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=10556; + +/* Hearthsinger Forresten */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `maxgold` = 2708 WHERE `entry`=10558; + +/* Crypt Scarab */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 0.833332, `DamageModifier` = 0.1 WHERE `entry`=10577; + +/* Bom'bay */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=10578; + +/* Kirtonos the Herald (Spell Visual) */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 14.65, `ArmorModifier` = 0.9, `BaseAttackTime` = 2000 WHERE `entry`=10579; + +/* Fetid Zombie */ +UPDATE `creature_template` SET `maxgold` = 727 WHERE `entry`=10580; + +/* Young Arikara */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.5 WHERE `entry`=10581; + +/* Dog */ +UPDATE `creature_template` SET `DamageModifier` = 0.15 WHERE `entry`=10582; + +/* Gryfe */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=10583; + +/* Urok Doomhowl */ +UPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 5.55, `ArmorModifier` = 1.1 WHERE `entry`=10584; + +/* Mother Smolderweb */ +UPDATE `creature_template` SET `DamageModifier` = 5.4 WHERE `entry`=10596; + +/* Smolderweb Hatchling */ +UPDATE `creature_template` SET `DamageModifier` = 7.0, `maxgold` = 1 WHERE `entry`=10598; + +/* Hulfnar Stonetotem */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=10599; + +/* Thontek Rumblehoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=10600; + +/* Urok Enforcer */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `mingold` = 133, `maxgold` = 666 WHERE `entry`=10601; + +/* Urok Ogre Magus */ +UPDATE `creature_template` SET `DamageModifier` = 3.9 WHERE `entry`=10602; + +/* Hallucination */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 7.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=10603; + +/* Huntress Nhemai */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.85 WHERE `entry`=10604; + +/* Scarlet Medic */ +UPDATE `creature_template` SET `maxgold` = 714 WHERE `entry`=10605; + +/* Huntress Yaeliura */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.85 WHERE `entry`=10606; + +/* [UNUSED] Siralnaya */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10607; + +/* Scarlet Priest */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.45, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `maxgold` = 1897 WHERE `entry`=10608; + +/* Angus */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=10610; + +/* Shorty */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=10611; + +/* Supervisor Raelen */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=10616; + +/* Galak Messenger */ +UPDATE `creature_template` SET `mingold` = 35, `maxgold` = 97 WHERE `entry`=10617; + +/* Rivern Frostwind */ +UPDATE `creature_template` SET `subname` = 'Wintersaber Trainers', `DamageModifier` = 1.75, `ArmorModifier` = 1.05 WHERE `entry`=10618; + +/* Glacier */ +UPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry`=10619; + +/* TEST NPC - DBUCKLER */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=10620; + +/* Malyfous Darkhammer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=10637; + +/* Rorgish Jowl */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=10639; + +/* Oakpaw */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `maxgold` = 135 WHERE `entry`=10640; + +/* Branch Snapper */ +UPDATE `creature_template` SET `DamageModifier` = 3.1, `RangeAttackTime` = 1585, `maxgold` = 88 WHERE `entry`=10641; + +/* Eck'alom */ +UPDATE `creature_template` SET `speed_walk` = 1.55556, `dmgschool` = 4, `DamageModifier` = 2.2 WHERE `entry`=10642; + +/* Mist Howler */ +UPDATE `creature_template` SET `DamageModifier` = 0.8125 WHERE `entry`=10644; + +/* Prince Raze */ +UPDATE `creature_template` SET `maxgold` = 156 WHERE `entry`=10647; + +/* Xavaric */ +UPDATE `creature_template` SET `maxgold` = 712 WHERE `entry`=10648; + +/* Guardian Felhunter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.25, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=10656; + +/* Corrupted Cat */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry`=10657; + +/* Winna's Kitten */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10658; + +/* Cobalt Whelp */ +UPDATE `creature_template` SET `minlevel` = 54, `ArmorModifier` = 1.25 WHERE `entry`=10659; + +/* Spellmaw */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `ArmorModifier` = 1.25 WHERE `entry`=10662; + +/* Manaclaw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.55, `ArmorModifier` = 1.25 WHERE `entry`=10663; + +/* Scryer */ +UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `DamageModifier` = 5.2, `ArmorModifier` = 1.1 WHERE `entry`=10664; + +/* Chromie */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.3 WHERE `entry`=10667; + +/* Beaten Corpse */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=10668; + +/* Raider Jhash */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.05 WHERE `entry`=10676; + +/* Plagued Hatchling */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 133, `maxgold` = 916 WHERE `entry`=10678; + +/* Summoned Blackhand Dreadweaver */ +UPDATE `creature_template` SET `DamageModifier` = 7.25, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274, `maxgold` = 1363 WHERE `entry`=10680; + +/* Summoned Blackhand Veteran */ +UPDATE `creature_template` SET `DamageModifier` = 7.15, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274 WHERE `entry`=10681; + +/* Raider Kerr */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.05 WHERE `entry`=10682; + +/* Rookery Hatcher */ +UPDATE `creature_template` SET `DamageModifier` = 6.45, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 903 WHERE `entry`=10683; + +/* Remorseful Highborne */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.8 WHERE `entry`=10684; + +/* Swine */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25 WHERE `entry`=10685; + +/* Refuge Pointe Defender */ +UPDATE `creature_template` SET `DamageModifier` = 1.9 WHERE `entry`=10696; + +/* Bile Slime */ +UPDATE `creature_template` SET `DamageModifier` = 2.15, `ArmorModifier` = 0.7, `mingold` = 62, `maxgold` = 308 WHERE `entry`=10697; + +/* Summoned Zombie */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 54, `DamageModifier` = 1.45, `ArmorModifier` = 0.85 WHERE `entry`=10698; + +/* Carrion Scarab */ +UPDATE `creature_template` SET `DamageModifier` = 1.95, `mingold` = 58, `maxgold` = 288 WHERE `entry`=10699; + +/* Belfry Bat */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=10716; + +/* Temporal Parasite */ +UPDATE `creature_template` SET `maxlevel` = 57, `HealthModifier` = 1.35 WHERE `entry`=10717; + +/* Shahram */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=10718; + +/* Herald of Thrall */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.8, `mingold` = 45, `maxgold` = 224 WHERE `entry`=10719; + +/* Galak Assassin */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 0.85 WHERE `entry`=10720; + +/* Novice Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=10721; + +/* Unkillable Test Dummy 60 Mage */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=10736; + +/* Shy-Rotam */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `rank` = 1, `DamageModifier` = 5.3, `HealthModifier` = 4.5, `ArmorModifier` = 1.1, `ManaModifier` = 2.0, `BaseAttackTime` = 1500, `RangeAttackTime` = 1265 WHERE `entry`=10737; + +/* High Chief Winterfall */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.1, `HealthModifier` = 3.0, `maxgold` = 2823 WHERE `entry`=10738; + +/* Mulgris Deepriver */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=10739; + +/* Awbee */ +UPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry`=10740; + +/* Sian-Rotam */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `rank` = 1, `DamageModifier` = 5.45, `HealthModifier` = 4.5, `ArmorModifier` = 0.5, `RangeAttackTime` = 1265 WHERE `entry`=10741; + +/* Blackhand Dragon Handler */ +UPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 5.25, `ArmorModifier` = 3.25, `maxgold` = 1506 WHERE `entry`=10742; + +/* Scalding Elemental */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `dmgschool` = 4, `DamageModifier` = 0.95 WHERE `entry`=10756; + +/* Boiling Elemental */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `dmgschool` = 4, `DamageModifier` = 0.95 WHERE `entry`=10757; + +/* Grimtotem Bandit */ +UPDATE `creature_template` SET `modelid2` = 10225, `modelid3` = 10224, `mingold` = 18, `maxgold` = 123 WHERE `entry`=10758; + +/* Grimtotem Stomper */ +UPDATE `creature_template` SET `modelid2` = 10240, `modelid3` = 10239, `mingold` = 27, `maxgold` = 132 WHERE `entry`=10759; + +/* Grimtotem Geomancer */ +UPDATE `creature_template` SET `modelid2` = 10230, `modelid3` = 10228, `mingold` = 17, `maxgold` = 121 WHERE `entry`=10760; + +/* Grimtotem Reaver */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 0.5, `maxgold` = 154 WHERE `entry`=10761; + +/* Blackhand Thug */ +UPDATE `creature_template` SET `DamageModifier` = 7.25, `ArmorModifier` = 1.1 WHERE `entry`=10762; + +/* Finkle Einhorn */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292 WHERE `entry`=10776; + +/* Janice Felstone */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=10778; + +/* Infected Squirrel */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=10779; + +/* Infected Deer */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.2 WHERE `entry`=10780; + +/* Royal Overseer Bauhaus */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=10781; + +/* Royal Factor Bathrilor */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=10782; + +/* Orb of Deception (Orc, Male) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10783; + +/* Orb of Deception (Orc, Female) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10784; + +/* Orb of Deception (Tauren, Male) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10785; + +/* Orb of Deception (Tauren, Female) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10786; + +/* Orb of Deception (Troll, Male) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10787; + +/* Orb of Deception (Troll, Female) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10788; + +/* Orb of Deception (Undead, Male) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10789; + +/* Orb of Deception (Undead, Female) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10790; + +/* Orb of Deception (Dwarf, Male) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10791; + +/* Orb of Deception (Dwarf, Female) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10792; + +/* Orb of Deception (Gnome, Male) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10793; + +/* Orb of Deception (Gnome, Female) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10794; + +/* Orb of Deception (Human, Male) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10795; + +/* Orb of Deception (Human, Female) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10796; + +/* Orb of Deception (NightElf, Male) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10797; + +/* Orb of Deception (Nightelf, Female) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=10798; + +/* Warosh */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `mingold` = 1, `maxgold` = 752 WHERE `entry`=10799; + +/* Warosh the Redeemed */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=10800; + +/* Jabbering Ghoul */ +UPDATE `creature_template` SET `maxgold` = 652 WHERE `entry`=10801; + +/* Hitah'ya the Keeper */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.835, `HealthModifier` = 5.0, `ManaModifier` = 2.0, `maxgold` = 1414 WHERE `entry`=10802; + +/* Rifleman Wheeler */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=10803; + +/* Rifleman Middlecamp */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=10804; + +/* Spotter Klemmy */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=10805; + +/* Ursius */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.8, `HealthModifier` = 4.5, `ArmorModifier` = 0.75 WHERE `entry`=10806; + +/* Brumeran */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.8, `HealthModifier` = 4.0 WHERE `entry`=10807; + +/* Timmy the Cruel */ +UPDATE `creature_template` SET `rank` = 2, `DamageModifier` = 3.25, `mingold` = 142, `maxgold` = 2828 WHERE `entry`=10808; + +/* Stonespine */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 4.65, `ArmorModifier` = 2.15, `RangeAttackTime` = 1283 WHERE `entry`=10809; + +/* [UNUSED] Deathcaller Majestis */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=10810; + +/* Archivist Galford */ +UPDATE `creature_template` SET `DamageModifier` = 5.55, `ArmorModifier` = 1.1, `maxgold` = 2609 WHERE `entry`=10811; + +/* Grand Crusader Dathrohan */ +UPDATE `creature_template` SET `DamageModifier` = 5.7, `ArmorModifier` = 1.25, `mingold` = 461, `maxgold` = 2307 WHERE `entry`=10812; + +/* Balnazzar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 7.35, `ArmorModifier` = 1.4, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 461, `maxgold` = 3148 WHERE `entry`=10813; + +/* Chromatic Elite Guard */ +UPDATE `creature_template` SET `DamageModifier` = 9.45, `ArmorModifier` = 1.1, `maxgold` = 2830 WHERE `entry`=10814; + +/* Wandering Skeleton */ +UPDATE `creature_template` SET `maxgold` = 773 WHERE `entry`=10816; + +/* Duggan Wildhammer */ +UPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry`=10817; + +/* Death Knight Soulbearer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=10818; + +/* Baron Bloodbane */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.25, `unit_class` = 2 WHERE `entry`=10819; + +/* Duke Ragereaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=10820; + +/* Hed'mush the Rotting */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 3.4, `RangeAttackTime` = 1292 WHERE `entry`=10821; + +/* Warlord Thresh'jin */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `RangeAttackTime` = 1283 WHERE `entry`=10822; + +/* Zul'Brin Warpbranch */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.75, `RangeAttackTime` = 1274 WHERE `entry`=10823; + +/* Ranger Lord Hawkspear */ +UPDATE `creature_template` SET `modelid1` = 10375, `DamageModifier` = 5.2, `ArmorModifier` = 1.1 WHERE `entry`=10824; + +/* Gish the Unmoving */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.5, `RangeAttackTime` = 1301 WHERE `entry`=10825; + +/* Lord Darkscythe */ +UPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry`=10826; + +/* Deathspeaker Selendre */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.7, `RangeAttackTime` = 1301 WHERE `entry`=10827; + +/* High General Abbendis */ +UPDATE `creature_template` SET `DamageModifier` = 4.15, `mingold` = 2035, `maxgold` = 2141 WHERE `entry`=10828; + +/* Farmer Dalson */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 56, `maxgold` = 278 WHERE `entry`=10836; + +/* Commander Ashlam Valorfist */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 1.15 WHERE `entry`=10838; + +/* Argent Officer Garush */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry`=10839; + +/* Undead Scarab */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 2.0, `mingold` = 58, `maxgold` = 288 WHERE `entry`=10876; + +/* Courier Hammerfall */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=10877; + +/* Herald Moonstalker */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=10878; + +/* Harbinger Balthazad */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=10879; + +/* Bluff Runner Windstrider */ +UPDATE `creature_template` SET `DamageModifier` = 38.7 WHERE `entry`=10881; + +/* Arikara */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=10882; + +/* Arnak Grimtotem */ +UPDATE `creature_template` SET `maxgold` = 159 WHERE `entry`=10896; + +/* Sindrayl */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=10897; + +/* Blackhand Armorsmith */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=10898; + +/* Goraluk Anvilcrack */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 7.25, `ArmorModifier` = 1.15 WHERE `entry`=10899; + +/* Lorekeeper Polkelt */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 1.1, `maxgold` = 1862 WHERE `entry`=10901; + +/* Andorhal Tower One */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10902; + +/* Andorhal Tower Two */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10903; + +/* Andorhal Tower Three */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10904; + +/* Andorhal Tower Four */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10905; + +/* Winterfall Runner */ +UPDATE `creature_template` SET `minlevel` = 57, `DamageModifier` = 1.68, `maxgold` = 896 WHERE `entry`=10916; + +/* Aurius */ +UPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.05 WHERE `entry`=10917; + +/* Lorax */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.05 WHERE `entry`=10918; + +/* Shatterspear Troll */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.95 WHERE `entry`=10919; + +/* Kelek Skykeeper */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.25 WHERE `entry`=10920; + +/* Taronn Redfeather */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=10921; + +/* Greta Mosshoof */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=10922; + +/* Tenell Leafrunner */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 1.4 WHERE `entry`=10923; + +/* Ivy Leafrunner */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=10924; + +/* Rotting Worm */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=10925; + +/* Pamela Redpath */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=10926; + +/* Marlene Redpath */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=10927; + +/* Succubus Minion */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 1.25 WHERE `entry`=10928; + +/* Haleh */ +UPDATE `creature_template` SET `modelid1` = 10199, `DamageModifier` = 5.5, `ArmorModifier` = 1.5 WHERE `entry`=10929; + +/* Dargh Trueaim */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=10930; + +/* Joseph Redpath */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 0.95 WHERE `entry`=10936; + +/* Captain Redpath */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=10937; + +/* Redpath the Corrupted */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=10938; + +/* Marduk the Black */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.6, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310 WHERE `entry`=10939; + +/* Ghost of the Past */ + + +/* Wizlo Bearingshiner */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=10941; + +/* Nessy */ +UPDATE `creature_template` SET `DamageModifier` = 11.2, `ArmorModifier` = 1.2 WHERE `entry`=10942; + +/* Decrepit Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `ArmorModifier` = 0.95, `mingold` = 115, `maxgold` = 574 WHERE `entry`=10943; + +/* Davil Lightfire */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.4, `ArmorModifier` = 1.35, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=10944; + +/* Davil Crokford */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.35, `ArmorModifier` = 1.2, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=10945; + +/* Horgus the Ravager */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.45, `HealthModifier` = 11.0, `ArmorModifier` = 1.1, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 1824, `maxgold` = 1824 WHERE `entry`=10946; + +/* Darrowshire Betrayer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `HealthModifier` = 1.5, `RangeAttackTime` = 1584 WHERE `entry`=10947; + +/* Darrowshire Defender */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `RangeAttackTime` = 1584 WHERE `entry`=10948; + +/* Silver Hand Disciple */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.5, `ArmorModifier` = 1.2, `RangeAttackTime` = 1320 WHERE `entry`=10949; + +/* Redpath Militia */ +UPDATE `creature_template` SET `maxlevel` = 56, `speed_walk` = 1.0, `DamageModifier` = 1.45, `ArmorModifier` = 0.95, `BaseAttackTime` = 1450, `RangeAttackTime` = 1595 WHERE `entry`=10950; + +/* Marauding Corpse */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `RangeAttackTime` = 1595 WHERE `entry`=10951; + +/* Marauding Skeleton */ +UPDATE `creature_template` SET `speed_walk` = 0.888888, `DamageModifier` = 1.45, `RangeAttackTime` = 1595 WHERE `entry`=10952; + +/* Servant of Horgus */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 3.25, `HealthModifier` = 3.0, `ManaModifier` = 2.0, `RangeAttackTime` = 1320 WHERE `entry`=10953; + +/* Bloodletter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.25, `ArmorModifier` = 1.1, `BaseAttackTime` = 2000, `RangeAttackTime` = 1320 WHERE `entry`=10954; + +/* Summoned Water Elemental */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 56, `dmgschool` = 4, `DamageModifier` = 0.9, `ArmorModifier` = 0.85, `RangeAttackTime` = 1606, `mingold` = 55, `maxgold` = 273 WHERE `entry`=10955; + +/* Naga Siren */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=10956; + +/* Jeziba */ +UPDATE `creature_template` SET `modelid1` = 11394, `DamageModifier` = 1.05 WHERE `entry`=10976; + +/* Quixxil */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=10977; + +/* Legacki */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=10978; + +/* Scarlet Hound */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=10979; + +/* Umi's Mechanical Yeti */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=10980; + +/* Frostwolf */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 2.57143, `DamageModifier` = 1.8, `ArmorModifier` = 0.75 WHERE `entry`=10981; + +/* Whitewhisker Vermin */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 0.85, `mingold` = 152, `maxgold` = 761 WHERE `entry`=10982; + +/* Winterax Troll */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.5, `RangeAttackTime` = 1292 WHERE `entry`=10983; + +/* Winterax Berserker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.05, `ArmorModifier` = 1.15, `RangeAttackTime` = 1283 WHERE `entry`=10984; + +/* Ice Giant */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `speed_walk` = 1.0, `DamageModifier` = 1.8, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=10985; + +/* Snowblind Harpy */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 0.85, `mingold` = 126, `maxgold` = 699 WHERE `entry`=10986; + +/* Irondeep Trogg */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 0.85, `mingold` = 152, `maxgold` = 761 WHERE `entry`=10987; + +/* Kodo Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.1, `mingold` = 64, `maxgold` = 318 WHERE `entry`=10988; + +/* Blizzard Elemental */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `speed_walk` = 1.0, `DamageModifier` = 1.8, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=10989; + +/* Alterac Ram */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 51, `DamageModifier` = 1.8, `ArmorModifier` = 0.75, `mingold` = 63, `maxgold` = 316 WHERE `entry`=10990; + +/* Wildpaw Gnoll */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 0.85, `mingold` = 61, `maxgold` = 488 WHERE `entry`=10991; + +/* Enraged Panther */ +UPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry`=10992; + +/* Twizwick Sprocketgrind */ +UPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `speed_walk` = 1.0, `DamageModifier` = 0.9 WHERE `entry`=10993; + +/* Fallen Hero */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 5.0, `mingold` = 152, `maxgold` = 761 WHERE `entry`=10996; + +/* Cannon Master Willey */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.1 WHERE `entry`=10997; + +/* Captured Arko'narin */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 0.95 WHERE `entry`=11016; + +/* Roxxik */ +UPDATE `creature_template` SET `subname` = 'Artisan Engineer', `DamageModifier` = 0.95 WHERE `entry`=11017; + +/* Arko'narin */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `speed_walk` = 1.0, `DamageModifier` = 1.4, `RangeAttackTime` = 1683, `mingold` = 1, `maxgold` = 602 WHERE `entry`=11018; + +/* Jessir Moonbow */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=11019; + +/* Remains of Trey Lightforge */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=11020; + +/* Alexi Barov */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `HealthModifier` = 12.0, `ArmorModifier` = 1.1 WHERE `entry`=11022; + +/* Weldon Barov */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `HealthModifier` = 12.0, `ArmorModifier` = 0.9 WHERE `entry`=11023; + +/* Mukdrak */ +UPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=11025; + +/* Sprite Jumpsprocket */ +UPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9 WHERE `entry`=11026; + +/* Illusory Wraith */ +UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `speed_walk` = 1.0, `DamageModifier` = 1.45, `ArmorModifier` = 0.9, `RangeAttackTime` = 1650, `mingold` = 47, `maxgold` = 233 WHERE `entry`=11027; + +/* Jemma Quikswitch */ +UPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9 WHERE `entry`=11028; + +/* Trixie Quikswitch */ +UPDATE `creature_template` SET `subname` = 'Expert Engineer', `DamageModifier` = 0.95 WHERE `entry`=11029; + +/* Mindless Undead */ +UPDATE `creature_template` SET `DamageModifier` = 1.45 WHERE `entry`=11030; + +/* Franklin Lloyd */ +UPDATE `creature_template` SET `subname` = 'Expert Engineer', `ArmorModifier` = 0.95 WHERE `entry`=11031; + +/* Malor the Zealous */ +UPDATE `creature_template` SET `DamageModifier` = 5.85, `ArmorModifier` = 1.1, `maxgold` = 2726 WHERE `entry`=11032; + +/* Smokey LaRue */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11033; + +/* Jenna Lemkenilli */ +UPDATE `creature_template` SET `subname` = 'Journeyman Engineer', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=11037; + +/* Watcher Brownell */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11040; + +/* Milla Fairancora */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.9 WHERE `entry`=11041; + +/* Sylvanna Forestmoon */ +UPDATE `creature_template` SET `subname` = 'Expert Alchemist', `ArmorModifier` = 0.85 WHERE `entry`=11042; + +/* Crimson Monk */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 0.25, `mingold` = 486, `maxgold` = 2365 WHERE `entry`=11043; + +/* Doctor Martin Felben */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist Trainer', `DamageModifier` = 0.9 WHERE `entry`=11044; + +/* Burns */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11045; + +/* Whuut */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.85 WHERE `entry`=11046; + +/* Kray */ +UPDATE `creature_template` SET `subname` = 'Journeyman Alchemist', `DamageModifier` = 0.9 WHERE `entry`=11047; + +/* Victor Ward */ +UPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry`=11048; + +/* Rhiannon Davis */ +UPDATE `creature_template` SET `subname` = 'Expert Tailor', `ArmorModifier` = 0.85 WHERE `entry`=11049; + +/* Trianna */ +UPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9 WHERE `entry`=11050; + +/* Vhan */ +UPDATE `creature_template` SET `subname` = 'Journeyman Tailor', `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=11051; + +/* Timothy Worthington */ +UPDATE `creature_template` SET `subname` = 'Master Tailor' WHERE `entry`=11052; + +/* High Priestess MacDonnell */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 0.9 WHERE `entry`=11053; + +/* Crimson Rifleman */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `RangeAttackTime` = 1551 WHERE `entry`=11054; + +/* Alchemist Arbington */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.15 WHERE `entry`=11056; + +/* Fras Siabi */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.15, `RangeAttackTime` = 1255, `mingold` = 173, `maxgold` = 1981 WHERE `entry`=11058; + +/* Darrowshire Spirit */ +UPDATE `creature_template` SET `modelid2` = 10909, `modelid3` = 10908, `DamageModifier` = 1.45, `mingold` = 1, `maxgold` = 714 WHERE `entry`=11064; + +/* Thonys Pillarstone */ +UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.9 WHERE `entry`=11065; + +/* Jhag */ +UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter' WHERE `entry`=11066; + +/* Malcomb Wynn */ +UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.85 WHERE `entry`=11067; + +/* Betty Quin */ +UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.9 WHERE `entry`=11068; + +/* Jenova Stoneshield */ +UPDATE `creature_template` SET `DamageModifier` = 2.6, `ArmorModifier` = 2.95 WHERE `entry`=11069; + +/* Lalina Summermoon */ +UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.95 WHERE `entry`=11070; + +/* Mot Dawnstrider */ +UPDATE `creature_template` SET `subname` = 'Journeyman Enchanter', `DamageModifier` = 0.8 WHERE `entry`=11071; + +/* Kitta Firewind */ +UPDATE `creature_template` SET `subname` = 'Artisan Enchanter', `DamageModifier` = 0.95 WHERE `entry`=11072; + +/* Annora */ +UPDATE `creature_template` SET `subname` = 'Master Enchanter', `speed_walk` = 1.0, `DamageModifier` = 1.0, `RangeAttackTime` = 1617 WHERE `entry`=11073; + +/* Hgarth */ +UPDATE `creature_template` SET `subname` = 'Artisan Enchanter', `DamageModifier` = 0.95 WHERE `entry`=11074; + +/* Cauldron Lord Bilemaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 50, `maxgold` = 250 WHERE `entry`=11075; + +/* Cauldron Lord Razarch */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `mingold` = 63, `maxgold` = 316 WHERE `entry`=11076; + +/* Cauldron Lord Malvinious */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `mingold` = 54, `maxgold` = 269 WHERE `entry`=11077; + +/* Cauldron Lord Soulwrath */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 57, `maxgold` = 287 WHERE `entry`=11078; + +/* Wynd Nightchaser */ +UPDATE `creature_template` SET `DamageModifier` = 9.45 WHERE `entry`=11079; + +/* [PH[ Combat Tester */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11080; + +/* Faldron */ +UPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `ArmorModifier` = 0.85 WHERE `entry`=11081; + +/* Stratholme Courier */ +UPDATE `creature_template` SET `RangeAttackTime` = 1301 WHERE `entry`=11082; + +/* Darianna */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9 WHERE `entry`=11083; + +/* Tarn */ +UPDATE `creature_template` SET `subname` = 'Expert Leatherworker', `DamageModifier` = 1.05 WHERE `entry`=11084; + +/* Randal Worth */ +UPDATE `creature_template` SET `subname` = 'Journeyman Leatherworker', `DamageModifier` = 0.9 WHERE `entry`=11096; + +/* Drakk Stonehand */ +UPDATE `creature_template` SET `subname` = 'Master Leatherworking Trainer', `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11097; + +/* Hahrana Ironhide */ +UPDATE `creature_template` SET `subname` = 'Master Leatherworker', `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11098; + +/* Argent Guard */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `mingold` = 40, `maxgold` = 199 WHERE `entry`=11099; + +/* Argent Rider */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.95, `ArmorModifier` = 1.3 WHERE `entry`=11102; + +/* Aboda */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=11105; + +/* Crimson Hammersmith */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `mingold` = 168, `maxgold` = 838 WHERE `entry`=11120; + +/* Black Guard Swordsmith */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.05, `ArmorModifier` = 1.15, `BaseAttackTime` = 1133, `RangeAttackTime` = 1246, `mingold` = 187, `maxgold` = 935 WHERE `entry`=11121; + +/* Restless Soul */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=11122; + +/* Freed Soul */ +UPDATE `creature_template` SET `speed_walk` = 6.0, `speed_run` = 2.14286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=11136; + +/* Maethrya */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=11138; + +/* Yugrek */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=11139; + +/* Egan */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11140; + +/* Spirit of Trey Lightforge */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.45, `HealthModifier` = 3.0, `mingold` = 121, `maxgold` = 604 WHERE `entry`=11141; + +/* Undead Postman */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `ArmorModifier` = 0.8, `RangeAttackTime` = 1310, `mingold` = 1, `maxgold` = 817 WHERE `entry`=11142; + +/* Postmaster Malown */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.55, `ArmorModifier` = 1.35, `BaseAttackTime` = 2200, `RangeAttackTime` = 1283, `mingold` = 435, `maxgold` = 2176 WHERE `entry`=11143; + +/* Oracle Sphere */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0 WHERE `entry`=11144; + +/* Myolor Sunderfury */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11145; + +/* Ironus Coldsteel */ +UPDATE `creature_template` SET `subname` = 'Special Weapon Crafter' WHERE `entry`=11146; + +/* The Scourge Cauldron */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=11152; + +/* Green Skeletal Warhorse */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=11156; + +/* Krathok Moltenfist */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11176; + +/* Okothos Ironrager */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=11177; + +/* Crystal Trigger */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=11179; + +/* Bloodvenom Post Brave */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 1, `maxgold` = 727 WHERE `entry`=11180; + +/* Shi'alune */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.75 WHERE `entry`=11181; + +/* Blixxrak */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11183; + +/* Xizzer Fizzbolt */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11185; + +/* Himmik */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=11187; + +/* Evie Whirlbrew */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11188; + +/* Qia */ +UPDATE `creature_template` SET `subname` = 'Trade Goods Supplies' WHERE `entry`=11189; + +/* Everlook Bruiser */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `DamageModifier` = 2.0 WHERE `entry`=11190; + +/* Lilith the Lithe */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11191; + +/* Kilram */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11192; + +/* Seril Scourgebane */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11193; + +/* Argent Defender */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.7, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 689 WHERE `entry`=11194; + +/* Deathcharger */ +UPDATE `creature_template` SET `speed_run` = 1.38571, `detection_range` = 18.0, `DamageModifier` = 0.5, `RangeAttackTime` = 900 WHERE `entry`=11195; + +/* Shatterspear Drummer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.95 WHERE `entry`=11196; + +/* Mindless Skeleton */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 2.15, `ArmorModifier` = 0.95 WHERE `entry`=11197; + +/* Crimson Cannon */ +UPDATE `creature_template` SET `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=11199; + +/* Summoned Skeleton */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 0.95, `mingold` = 8, `maxgold` = 39 WHERE `entry`=11200; + +/* Lucien Sarkhoff */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11217; + +/* Kerlonian Evershade */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 0.85 WHERE `entry`=11218; + +/* Liladris Moonriver */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11219; + +/* Blood Parrot */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=11236; + +/* Manifestation of Water */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 3.45, `ArmorModifier` = 1.35, `mingold` = 153, `maxgold` = 767 WHERE `entry`=11256; + +/* Scholomance Handler */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.05, `maxgold` = 2895 WHERE `entry`=11257; + +/* Frail Skeleton */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=11258; + +/* Nataka Longhorn */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=11259; + +/* Northshire Peasant */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=11260; + +/* Doctor Theolen Krastinov */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 1.1, `maxgold` = 2253 WHERE `entry`=11261; + +/* Onyxian Whelp */ +UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 57, `DamageModifier` = 3.7, `HealthModifier` = 1.0 WHERE `entry`=11262; + +/* Spectral Projection */ +UPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 2.15, `HealthModifier` = 1.0, `ArmorModifier` = 1.05, `mingold` = 61, `maxgold` = 307 WHERE `entry`=11263; + +/* Azshara Sentinel */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=11276; + +/* Caer Darrow Citizen */ +UPDATE `creature_template` SET `minlevel` = 12, `speed_walk` = 1.0, `DamageModifier` = 2.85, `mingold` = 61, `maxgold` = 307 WHERE `entry`=11277; + +/* Magnus Frostwake */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4, `mingold` = 1, `maxgold` = 627 WHERE `entry`=11278; + +/* Caer Darrow Guardsman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.35, `ArmorModifier` = 0.8, `mingold` = 48, `maxgold` = 240 WHERE `entry`=11279; + +/* Caer Darrow Cannoneer */ +UPDATE `creature_template` SET `minlevel` = 50, `speed_walk` = 1.0, `DamageModifier` = 1.35, `ArmorModifier` = 0.85, `BaseAttackTime` = 2000, `mingold` = 47, `maxgold` = 233 WHERE `entry`=11280; + +/* Caer Darrow Horseman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4, `ArmorModifier` = 0.45, `mingold` = 51, `maxgold` = 257 WHERE `entry`=11281; + +/* Melia */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=11282; + +/* Sammy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=11283; + +/* Dark Shade */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 3.6, `BaseAttackTime` = 1158, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 2857 WHERE `entry`=11284; + +/* Rory */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `mingold` = 23, `maxgold` = 115 WHERE `entry`=11285; + +/* Magistrate Marduke */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05 WHERE `entry`=11286; + +/* Baker Masterson */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `ArmorModifier` = 0.95, `mingold` = 1, `maxgold` = 464 WHERE `entry`=11287; + +/* Spectral Betrayer */ +UPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry`=11288; + +/* Mossflayer Zombie */ +UPDATE `creature_template` SET `mingold` = 110, `maxgold` = 741 WHERE `entry`=11290; + +/* Unliving Mossflayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `maxgold` = 531 WHERE `entry`=11291; + +/* Mossflayer Berserker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11292; + +/* Darrowshire Poltergeist */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=11296; + +/* Joseph Dirte */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 0.55, `BaseAttackTime` = 2000, `mingold` = 18, `maxgold` = 92 WHERE `entry`=11316; + +/* Jinar'Zillen */ +UPDATE `creature_template` SET `ArmorModifier` = 0.7 WHERE `entry`=11317; + +/* Ragefire Trogg */ +UPDATE `creature_template` SET `mingold` = 19, `maxgold` = 85 WHERE `entry`=11318; + +/* Ragefire Shaman */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 18, `maxgold` = 82 WHERE `entry`=11319; + +/* Earthborer */ +UPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry`=11320; + +/* Molten Elemental */ +UPDATE `creature_template` SET `maxlevel` = 15, `DamageModifier` = 2.9, `ArmorModifier` = 1.2 WHERE `entry`=11321; + +/* Searing Blade Cultist */ +UPDATE `creature_template` SET `mingold` = 12, `maxgold` = 87 WHERE `entry`=11322; + +/* Searing Blade Enforcer */ +UPDATE `creature_template` SET `mingold` = 13, `maxgold` = 87 WHERE `entry`=11323; + +/* Searing Blade Warlock */ +UPDATE `creature_template` SET `mingold` = 30, `maxgold` = 84 WHERE `entry`=11324; + +/* Panda Cub */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=11325; + +/* Mini Diablo */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=11326; + +/* Zergling */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=11327; + +/* Eastvale Peasant */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=11328; + +/* [UNUSED] Hakkar Axe Thrower */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11337; + +/* Hakkari Shadowcaster */ +UPDATE `creature_template` SET `DamageModifier` = 8.0, `ArmorModifier` = 1.15, `maxgold` = 2162 WHERE `entry`=11338; + +/* Hakkari Shadow Hunter */ +UPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.15, `mingold` = 542, `maxgold` = 2246 WHERE `entry`=11339; + +/* Hakkari Blood Priest */ +UPDATE `creature_template` SET `modelid2` = 11223, `modelid3` = 11222, `DamageModifier` = 6.0, `ArmorModifier` = 1.15, `maxgold` = 1290 WHERE `entry`=11340; + +/* [UNUSED] Hakkar Berserker */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11341; + +/* [UNUSED] Hakkar Warrior */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11342; + +/* [UNUSED] Hakkar Warlord */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11343; + +/* [UNUSED] Hakkar Blood Drinker */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11344; + +/* [UNUSED] Hakkar Headhunter */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11345; + +/* Hakkari Oracle */ +UPDATE `creature_template` SET `modelid2` = 11160, `modelid3` = 11159, `DamageModifier` = 4.0, `maxgold` = 489 WHERE `entry`=11346; + +/* Zealot Lor'Khan */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 14.2, `ArmorModifier` = 1.5, `BaseAttackTime` = 2000 WHERE `entry`=11347; + +/* Zealot Zath */ +UPDATE `creature_template` SET `DamageModifier` = 12.2, `ArmorModifier` = 1.2 WHERE `entry`=11348; + +/* [UNUSED] Gurubashi Hideskinner */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11349; + +/* Gurubashi Axe Thrower */ +UPDATE `creature_template` SET `modelid2` = 11076, `modelid3` = 11075, `DamageModifier` = 4.05, `ArmorModifier` = 1.1, `mingold` = 753, `maxgold` = 3174 WHERE `entry`=11350; + +/* Gurubashi Headhunter */ +UPDATE `creature_template` SET `modelid2` = 11111, `modelid3` = 11110, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 574, `maxgold` = 2247 WHERE `entry`=11351; + +/* Gurubashi Berserker */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 14.0, `ArmorModifier` = 1.2, `maxgold` = 3429 WHERE `entry`=11352; + +/* Gurubashi Blood Drinker */ +UPDATE `creature_template` SET `modelid2` = 11082, `modelid3` = 11081, `DamageModifier` = 9.0, `ArmorModifier` = 1.1, `mingold` = 476, `maxgold` = 3084 WHERE `entry`=11353; + +/* [UNUSED] Gurubashi Warlord */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11354; + +/* Gurubashi Warrior */ +UPDATE `creature_template` SET `modelid2` = 11169, `modelid3` = 11168, `DamageModifier` = 3.5, `maxgold` = 576 WHERE `entry`=11355; + +/* Gurubashi Champion */ +UPDATE `creature_template` SET `DamageModifier` = 7.0, `ArmorModifier` = 1.15, `mingold` = 693, `maxgold` = 3265 WHERE `entry`=11356; + +/* Son of Hakkar */ +UPDATE `creature_template` SET `DamageModifier` = 7.15, `ArmorModifier` = 1.65 WHERE `entry`=11357; + +/* [UNUSED] Daughter of Hakkar */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11358; + +/* Soulflayer */ +UPDATE `creature_template` SET `DamageModifier` = 12.0, `ArmorModifier` = 1.15 WHERE `entry`=11359; + +/* Zulian Cub */ +UPDATE `creature_template` SET `DamageModifier` = 3.1, `ArmorModifier` = 1.1 WHERE `entry`=11360; + +/* Zulian Tiger */ +UPDATE `creature_template` SET `DamageModifier` = 8.85, `ArmorModifier` = 1.1 WHERE `entry`=11361; + +/* [UNUSED] Zulian Tigress */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11364; + +/* Zulian Panther */ +UPDATE `creature_template` SET `DamageModifier` = 15.7, `ArmorModifier` = 1.1 WHERE `entry`=11365; + +/* [UNUSED] Zulian Matriarch */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11366; + +/* [UNUSED] Zulian Patriarch */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11367; + +/* Bloodseeker Bat */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 1.1 WHERE `entry`=11368; + +/* [UNUSED] Hidden Bloodseeker */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11369; + +/* Razzashi Broodwidow */ +UPDATE `creature_template` SET `DamageModifier` = 10.25, `ArmorModifier` = 1.15 WHERE `entry`=11370; + +/* Razzashi Serpent */ +UPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.1 WHERE `entry`=11371; + +/* Razzashi Adder */ +UPDATE `creature_template` SET `DamageModifier` = 4.2, `ArmorModifier` = 1.1 WHERE `entry`=11372; + +/* Razzashi Cobra */ +UPDATE `creature_template` SET `DamageModifier` = 9.4, `ArmorModifier` = 1.1 WHERE `entry`=11373; + +/* Hooktooth Frenzy */ +UPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 1.1, `mingold` = 503, `maxgold` = 661 WHERE `entry`=11374; + +/* [UNUSED] Zath */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11375; + +/* [UNUSED] Lor'khan */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11376; + +/* [UNUSED] Hak'tharr the Mindhunter */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11377; + +/* Foreman Thazz'ril */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=11378; + +/* [UNUSED] Nik'reesh */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11379; + +/* Jin'do the Hexxer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 2.14286, `DamageModifier` = 17.05, `ArmorModifier` = 1.3 WHERE `entry`=11380; + +/* Jin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11381; + +/* Bloodlord Mandokir */ +UPDATE `creature_template` SET `speed_walk` = 0.833332, `speed_run` = 2.14286, `DamageModifier` = 21.25, `ArmorModifier` = 1.3, `maxgold` = 410164 WHERE `entry`=11382; + +/* High Priestess Hai'watna */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.5 WHERE `entry`=11383; + +/* [UNUSED] Elder T'kashra */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11384; + +/* [UNUSED] Mogwhi the Ruthless */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11385; + +/* [UNUSED] Janook the Bladefury */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11386; + +/* Sandfury Speaker */ +UPDATE `creature_template` SET `DamageModifier` = 9.05, `ArmorModifier` = 1.15, `maxgold` = 2155 WHERE `entry`=11387; + +/* Witherbark Speaker */ +UPDATE `creature_template` SET `modelid1` = 11327, `minlevel` = 57, `DamageModifier` = 7.4, `ArmorModifier` = 1.55 WHERE `entry`=11388; + +/* Bloodscalp Speaker */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.15 WHERE `entry`=11389; + +/* Skullsplitter Speaker */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.15 WHERE `entry`=11390; + +/* Vilebranch Speaker */ +UPDATE `creature_template` SET `modelid1` = 11320, `DamageModifier` = 9.05, `ArmorModifier` = 1.25, `maxgold` = 2571 WHERE `entry`=11391; + +/* Audrey Vergara */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11392; + +/* Josh Miller */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11393; + +/* Lauren Preston */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11394; + +/* Kevin Faulder */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11395; + +/* Joelle McCarthy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11396; + +/* Nara Meideros */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 1.6 WHERE `entry`=11397; + +/* Charisse Moonrunner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11398; + +/* Ashlyn Vor'lair */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11399; + +/* Ann'rimor Falchi */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11400; + +/* Priestess Alathea */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85 WHERE `entry`=11401; + +/* Jarvis Greenhammer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11402; + +/* Russle Hochstein */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11403; + +/* Dillon Gregor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11404; + +/* Diana Battleheart */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11405; + +/* High Priest Rohan */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.85 WHERE `entry`=11406; + +/* Var'jun */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=11407; + +/* Watna */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11408; + +/* Jo'bu */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11409; + +/* Shal'vol */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11410; + +/* Priestess Kara'van */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11411; + +/* Danielle Koppen */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11412; + +/* Vincent Wilfork */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11413; + +/* Nicole Tarlow */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11414; + +/* Amber Provost */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11415; + +/* Thomas Brady */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11416; + +/* Minor Infernal */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=11437; + +/* Bibbly F'utzbuckle */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=11438; + +/* Illusion of Jandice Barov */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.1, `ArmorModifier` = 1.15, `RangeAttackTime` = 1283, `mingold` = 158, `maxgold` = 792 WHERE `entry`=11439; + +/* Gordok Enforcer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0 WHERE `entry`=11440; + +/* Gordok Brute */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `ArmorModifier` = 0.8, `maxgold` = 2711 WHERE `entry`=11441; + +/* Gordok Mauler */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0, `maxgold` = 1764 WHERE `entry`=11442; + +/* Gordok Ogre-Mage */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.3, `HealthModifier` = 3.0, `maxgold` = 511 WHERE `entry`=11443; + +/* Gordok Mage-Lord */ +UPDATE `creature_template` SET `DamageModifier` = 4.8, `maxgold` = 1812 WHERE `entry`=11444; + +/* Gordok Captain */ +UPDATE `creature_template` SET `DamageModifier` = 8.35, `ArmorModifier` = 1.1, `maxgold` = 2093 WHERE `entry`=11445; + +/* Gordok Spirit */ +UPDATE `creature_template` SET `modelid3` = 13131, `ArmorModifier` = 1.1 WHERE `entry`=11446; + +/* Mushgog */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `BaseAttackTime` = 1150, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=11447; + +/* Gordok Warlock */ +UPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 6.9, `ArmorModifier` = 1.1, `mingold` = 481, `maxgold` = 2236 WHERE `entry`=11448; + +/* [UNUSED] Gordok Battle Mage */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11449; + +/* Gordok Reaver */ +UPDATE `creature_template` SET `detection_range` = 25.0, `DamageModifier` = 8.7, `maxgold` = 2232 WHERE `entry`=11450; + +/* Wildspawn Satyr */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `ArmorModifier` = 1.25, `maxgold` = 723 WHERE `entry`=11451; + +/* Wildspawn Rogue */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `maxgold` = 625 WHERE `entry`=11452; + +/* Wildspawn Trickster */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `maxgold` = 2439 WHERE `entry`=11453; + +/* Wildspawn Betrayer */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `maxgold` = 1067 WHERE `entry`=11454; + +/* Wildspawn Felsworn */ +UPDATE `creature_template` SET `maxgold` = 1966 WHERE `entry`=11455; + +/* Wildspawn Shadowstalker */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `maxgold` = 1787 WHERE `entry`=11456; + +/* Wildspawn Hellcaller */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `maxgold` = 1128 WHERE `entry`=11457; + +/* Petrified Treant */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 1.5 WHERE `entry`=11458; + +/* Ironbark Protector */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 2.0, `maxgold` = 1918 WHERE `entry`=11459; + +/* Alzzin's Minion */ +UPDATE `creature_template` SET `DamageModifier` = 0.2 WHERE `entry`=11460; + +/* Warpwood Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `ArmorModifier` = 1.5, `maxgold` = 1306 WHERE `entry`=11461; + +/* Warpwood Treant */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.25, `maxgold` = 2236 WHERE `entry`=11462; + +/* [UNUSED] Warpwood Scrabbler */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11463; + +/* Warpwood Tangler */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.25, `maxgold` = 1996 WHERE `entry`=11464; + +/* Warpwood Stomper */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 1.25 WHERE `entry`=11465; + +/* Tsu'zee */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5 WHERE `entry`=11467; + +/* [UNUSED] Eldreth Lichling */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11468; + +/* Eldreth Seether */ +UPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry`=11469; + +/* Eldreth Sorcerer */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `maxgold` = 1842 WHERE `entry`=11470; + +/* Eldreth Apparition */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `maxgold` = 2405 WHERE `entry`=11471; + +/* Eldreth Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `maxgold` = 2684 WHERE `entry`=11472; + +/* Eldreth Spectre */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 1.14286, `DamageModifier` = 3.7, `maxgold` = 2858 WHERE `entry`=11473; + +/* Eldreth Wraith */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 43, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11474; + +/* Eldreth Phantasm */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `maxgold` = 2299 WHERE `entry`=11475; + +/* Skeletal Highborne */ +UPDATE `creature_template` SET `DamageModifier` = 1.0, `maxgold` = 780 WHERE `entry`=11476; + +/* Rotting Highborne */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `maxgold` = 416 WHERE `entry`=11477; + +/* [UNUSED] Mana Beast */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11478; + +/* Arcane Horror */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11479; + +/* Arcane Aberration */ +UPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 3.45, `ArmorModifier` = 1.1 WHERE `entry`=11480; + +/* [UNUSED] Arcane Terror */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11481; + +/* Mana Remnant */ +UPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 2.4 WHERE `entry`=11483; + +/* Residual Monstrosity */ +UPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 3.75, `ArmorModifier` = 0.95, `mingold` = 168, `maxgold` = 838 WHERE `entry`=11484; + +/* Magister Kalendris */ +UPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 5.7, `ArmorModifier` = 1.1, `maxgold` = 2111 WHERE `entry`=11487; + +/* Illyanna Ravenoak */ +UPDATE `creature_template` SET `DamageModifier` = 5.55, `ArmorModifier` = 1.1, `maxgold` = 1222 WHERE `entry`=11488; + +/* Tendris Warpwood */ +UPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 6.0, `ArmorModifier` = 1.1, `mingold` = 731 WHERE `entry`=11489; + +/* Zevrim Thornhoof */ +UPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 3.6 WHERE `entry`=11490; + +/* Old Ironbark */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `ArmorModifier` = 1.2 WHERE `entry`=11491; + +/* Alzzin the Wildshaper */ +UPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry`=11492; + +/* [UNUSED] Sentius */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11493; + +/* Alzinn Trigger */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=11494; + +/* [UNUSED] Avidus */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11495; + +/* Immol'thar */ +UPDATE `creature_template` SET `DamageModifier` = 6.45, `ArmorModifier` = 1.15 WHERE `entry`=11496; + +/* The Razza */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.85, `ArmorModifier` = 1.25, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=11497; + +/* Skarr the Unbreakable */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=11498; + +/* [UNUSED] Commander Gormaul */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11499; + +/* Ragnaros */ +UPDATE `creature_template` SET `DamageModifier` = 18.2, `ArmorModifier` = 1.3, `mingold` = 1302365, `maxgold` = 1403983 WHERE `entry`=11502; + +/* Jergosh the Invoker */ +UPDATE `creature_template` SET `DamageModifier` = 2.0, `mingold` = 21 WHERE `entry`=11518; + +/* Bazzalan */ +UPDATE `creature_template` SET `mingold` = 33 WHERE `entry`=11519; + +/* Taragaman the Hungerer */ +UPDATE `creature_template` SET `mingold` = 50 WHERE `entry`=11520; + +/* Kodo Apparition */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 25, `maxgold` = 127 WHERE `entry`=11521; + +/* TEST GEAR PALADIN */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11537; + +/* TEST GEAR WARRIOR */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11538; + +/* TEST GEAR HUNTER */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11539; + +/* TEST GEAR MAGE */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11540; + +/* TEST GEAR WARLOCK */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11541; + +/* TEST GEAR DRUID */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11542; + +/* TEST GEAR SHAMAN */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11543; + +/* TEST GEAR PRIEST */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11544; + +/* TEST GEAR ROGUE */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11545; + +/* Skeletal Scholomance Student */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=11547; + +/* Loh'atu */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.75 WHERE `entry`=11548; + +/* Austin Burwell */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=11549; + +/* Taylor Burwell */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=11550; + +/* Necrofiend */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=11551; + +/* Timbermaw Mystic */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `mingold` = 61, `maxgold` = 305 WHERE `entry`=11552; + +/* Grazle */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11554; + +/* Gorn One Eye */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11555; + +/* Salfa */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11556; + +/* Meilosh */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11557; + +/* Kernda */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11558; + +/* Outcast Necromancer */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `maxgold` = 294 WHERE `entry`=11559; + +/* Magrami Spectre */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 1.55, `RangeAttackTime` = 1782 WHERE `entry`=11560; + +/* Undead Ravager */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 0.7, `mingold` = 69, `maxgold` = 292 WHERE `entry`=11561; + +/* Drysnap Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.25, `mingold` = 41, `maxgold` = 205 WHERE `entry`=11562; + +/* Drysnap Pincer */ +UPDATE `creature_template` SET `ArmorModifier` = 1.25, `mingold` = 40, `maxgold` = 239 WHERE `entry`=11563; + +/* Whirlwind Ripper */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 0.65 WHERE `entry`=11576; + +/* Whirlwind Stormwalker */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 0.75 WHERE `entry`=11577; + +/* Whirlwind Shredder */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 0.65 WHERE `entry`=11578; + +/* Tempest */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=11579; + +/* Kelemis the Lifeless */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11580; + +/* Scarlet Assassin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11581; + +/* Scholomance Dark Summoner */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `maxgold` = 2710 WHERE `entry`=11582; + +/* Nefarian */ +UPDATE `creature_template` SET `subname` = 'The Head of The Black Flight', `speed_walk` = 0.833332, `ArmorModifier` = 1.3, `mingold` = 2247690, `maxgold` = 2417690 WHERE `entry`=11583; + +/* Smeed Scrabblescrew */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=11596; + +/* Cheveyo */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11597; + +/* Risen Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.1, `mingold` = 65, `maxgold` = 866 WHERE `entry`=11598; + +/* Irondeep Geomancer UNUSED */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=11599; + +/* Irondeep Shaman */ +UPDATE `creature_template` SET `DamageModifier` = 4.1, `ArmorModifier` = 0.95, `mingold` = 152, `maxgold` = 761 WHERE `entry`=11600; + +/* Irondeep Cave Lurker UNUSED */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11601; + +/* Irondeep Skullthumper */ +UPDATE `creature_template` SET `DamageModifier` = 3.75, `mingold` = 152, `maxgold` = 761 WHERE `entry`=11602; + +/* Whitewhisker Digger */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 0.85, `mingold` = 152, `maxgold` = 761 WHERE `entry`=11603; + +/* Whitewhisker Geomancer */ +UPDATE `creature_template` SET `DamageModifier` = 4.1, `ArmorModifier` = 0.95, `mingold` = 147, `maxgold` = 737 WHERE `entry`=11604; + +/* Whitewhisker Overseer */ +UPDATE `creature_template` SET `DamageModifier` = 3.75, `BaseAttackTime` = 2400, `mingold` = 152, `maxgold` = 761 WHERE `entry`=11605; + +/* Whitewhisker Tunnel Rat */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=11606; + +/* Alexia Ironknife */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.05 WHERE `entry`=11609; + +/* Kirsta Deepshadow */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11610; + +/* Cavalier Durgen */ +UPDATE `creature_template` SET `maxgold` = 615 WHERE `entry`=11611; + +/* Huntsman Radley */ +UPDATE `creature_template` SET `maxgold` = 788 WHERE `entry`=11613; + +/* Nathaniel Dumah */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.95 WHERE `entry`=11616; + +/* Digger "The Wrench" Veriatus */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=11617; + +/* Archmage Antonio */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=11618; + +/* Merchant Bolden */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11619; + +/* Spectral Marauder */ +UPDATE `creature_template` SET `DamageModifier` = 0.4 WHERE `entry`=11620; + +/* Spectral Corpse */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11621; + +/* Rattlegore */ +UPDATE `creature_template` SET `DamageModifier` = 5.6, `ArmorModifier` = 1.15 WHERE `entry`=11622; + +/* Scourge Summoning Crystal */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.7, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=11623; + +/* Taiga Wisemane */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=11624; + +/* Cork Gizelton */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11625; + +/* Rigger Gizelton */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11626; + +/* Tamed Kodo */ +UPDATE `creature_template` SET `speed_walk` = 2.8, `DamageModifier` = 1.55, `RangeAttackTime` = 1826, `mingold` = 23, `maxgold` = 114 WHERE `entry`=11627; + +/* Decaying Corpse */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.571429, `DamageModifier` = 1.3 WHERE `entry`=11628; + +/* Servant of Weldon Barov */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9, `mingold` = 24, `maxgold` = 121 WHERE `entry`=11636; + +/* Servant of Alexi Barov */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9, `mingold` = 12, `maxgold` = 62 WHERE `entry`=11637; + +/* Morloch */ +UPDATE `creature_template` SET `DamageModifier` = 5.8, `ArmorModifier` = 1.25, `ManaModifier` = 2.0, `maxgold` = 786 WHERE `entry`=11657; + +/* Molten Giant */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=11658; + +/* Molten Destroyer */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry`=11659; + +/* [UNUSED] Molten Colossus */ +UPDATE `creature_template` SET `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11660; + +/* Flamewaker */ +UPDATE `creature_template` SET `ArmorModifier` = 1.25, `mingold` = 1861 WHERE `entry`=11661; + +/* Flamewaker Priest */ +UPDATE `creature_template` SET `ArmorModifier` = 1.25, `mingold` = 1989, `maxgold` = 3242 WHERE `entry`=11662; + +/* Flamewaker Healer */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1, `mingold` = 1007, `maxgold` = 5037 WHERE `entry`=11663; + +/* Flamewaker Elite */ +UPDATE `creature_template` SET `DamageModifier` = 16.85, `ArmorModifier` = 1.55, `mingold` = 300, `maxgold` = 1500 WHERE `entry`=11664; + +/* Lava Annihilator */ +UPDATE `creature_template` SET `DamageModifier` = 14.3, `ArmorModifier` = 1.2 WHERE `entry`=11665; + +/* Firewalker */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 9.95, `ArmorModifier` = 1.2 WHERE `entry`=11666; + +/* Flameguard */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 9.95, `ArmorModifier` = 1.2 WHERE `entry`=11667; + +/* Firelord */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 8.95, `ArmorModifier` = 1.2 WHERE `entry`=11668; + +/* Flame Imp */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.2 WHERE `entry`=11669; + +/* [UNUSED] Flame Shrieker */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=11670; + +/* Core Hound */ +UPDATE `creature_template` SET `ArmorModifier` = 1.15 WHERE `entry`=11671; + +/* Core Rager */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=11672; + +/* Ancient Core Hound */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=11673; + +/* Snowblind Windcaller */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 0.95, `mingold` = 122, `maxgold` = 638 WHERE `entry`=11675; + +/* Fjordune the Greater */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0, `rank` = 1, `DamageModifier` = 1.0 WHERE `entry`=11676; + +/* Taskmaster Snivvle */ +UPDATE `creature_template` SET `DamageModifier` = 5.8, `ArmorModifier` = 1.25, `mingold` = 143, `maxgold` = 713 WHERE `entry`=11677; + +/* Snowblind Ambusher */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 0.85, `mingold` = 61, `maxgold` = 675 WHERE `entry`=11678; + +/* Winterax Witch Doctor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.7, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274, `unit_class` = 2 WHERE `entry`=11679; + +/* Horde Scout */ +UPDATE `creature_template` SET `maxgold` = 128 WHERE `entry`=11680; + +/* Maraudine Priest */ +UPDATE `creature_template` SET `ArmorModifier` = 1.4, `maxgold` = 141 WHERE `entry`=11685; + +/* Ghostly Raider */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `maxgold` = 354 WHERE `entry`=11686; + +/* Ghostly Marauder */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `maxgold` = 256 WHERE `entry`=11687; + +/* Cursed Centaur */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 3.7, `RangeAttackTime` = 1393, `mingold` = 97, `maxgold` = 486 WHERE `entry`=11688; + +/* Gnarlpine Instigator */ +UPDATE `creature_template` SET `DamageModifier` = 1.8, `mingold` = 2, `maxgold` = 8 WHERE `entry`=11690; + +/* Chal Fairwind */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05 WHERE `entry`=11696; + +/* Mannoroc Lasher */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `mingold` = 24, `maxgold` = 117 WHERE `entry`=11697; + +/* Hive'Ashi Stinger */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0 WHERE `entry`=11698; + +/* Varian Wrynn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.65, `ArmorModifier` = 0.9, `BaseAttackTime` = 2100, `RangeAttackTime` = 1000 WHERE `entry`=11699; + +/* Sarin Starlight */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11700; + +/* Mor'vek */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `mingold` = 64, `maxgold` = 318 WHERE `entry`=11701; + +/* Arin'sor */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `mingold` = 64, `maxgold` = 318 WHERE `entry`=11702; + +/* Graw Cornerstone */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11703; + +/* Kriss Goldenlight */ +UPDATE `creature_template` SET `modelid1` = 11668, `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=11704; + +/* Rayan Dawnrisen */ +UPDATE `creature_template` SET `modelid1` = 11669, `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11705; + +/* Adon */ +UPDATE `creature_template` SET `modelid1` = 11671, `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=11706; + +/* Joy Ar'nareth */ +UPDATE `creature_template` SET `modelid1` = 11672, `DamageModifier` = 1.05 WHERE `entry`=11707; + +/* Jareth Wildwoods */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=11709; + +/* Sentinel Aynasha */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 0.85 WHERE `entry`=11711; + +/* Lilyn Darkriver */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11712; + +/* Blackwood Tracker */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.4, `RangeAttackTime` = 2046, `mingold` = 4, `maxgold` = 19 WHERE `entry`=11713; + +/* Marosh the Devious */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.75, `ArmorModifier` = 0.95, `RangeAttackTime` = 1991, `mingold` = 5, `maxgold` = 58 WHERE `entry`=11714; + +/* Talendria */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=11715; + +/* Celes Earthborne */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=11716; + +/* Sar Browneye */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11718; + +/* Navi Quickdraw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11719; + +/* Hive'Ashi Worker */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.6, `HealthModifier` = 3.0 WHERE `entry`=11721; + +/* Hive'Ashi Defender */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.6, `HealthModifier` = 3.0, `ArmorModifier` = 1.5 WHERE `entry`=11722; + +/* Hive'Ashi Sandstalker */ +UPDATE `creature_template` SET `minlevel` = 58, `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 2.85, `ArmorModifier` = 0.75 WHERE `entry`=11723; + +/* Hive'Ashi Swarmer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0 WHERE `entry`=11724; + +/* Hive'Zora Waywatcher */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.6, `HealthModifier` = 3.0 WHERE `entry`=11725; + +/* Hive'Zora Tunneler */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 3.0 WHERE `entry`=11726; + +/* Hive'Zora Reaver */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.45, `HealthModifier` = 3.0, `ArmorModifier` = 1.05 WHERE `entry`=11728; + +/* Hive'Zora Hive Sister */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.45, `HealthModifier` = 3.0, `ArmorModifier` = 1.05 WHERE `entry`=11729; + +/* Hive'Regal Ambusher */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.2, `HealthModifier` = 2.85, `ArmorModifier` = 0.8 WHERE `entry`=11730; + +/* Hive'Regal Burrower */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.2, `HealthModifier` = 3.0, `ArmorModifier` = 1.05 WHERE `entry`=11731; + +/* Hive'Regal Spitfire */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.3, `HealthModifier` = 3.0, `ArmorModifier` = 1.05 WHERE `entry`=11732; + +/* Hive'Regal Slavemaker */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.3, `HealthModifier` = 3.0, `ArmorModifier` = 1.05 WHERE `entry`=11733; + +/* Hive'Regal Hive Lord */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.55, `HealthModifier` = 4.0, `ArmorModifier` = 1.05 WHERE `entry`=11734; + +/* Silt Grub */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11742; + +/* Silt Devourer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11743; + +/* Dust Stormer */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 0.65 WHERE `entry`=11744; + +/* Cyclone Warrior */ +UPDATE `creature_template` SET `maxlevel` = 59, `dmgschool` = 3, `DamageModifier` = 0.65 WHERE `entry`=11745; + +/* Desert Rumbler */ +UPDATE `creature_template` SET `DamageModifier` = 0.8, `ArmorModifier` = 1.25 WHERE `entry`=11746; + +/* Desert Rager */ +UPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry`=11747; + +/* Samantha Swifthoof */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=11748; + +/* Feran Strongwind */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11749; + +/* Ganoosh */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=11750; + +/* Rilan Howard */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=11751; + +/* Blaise Montgomery */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.8 WHERE `entry`=11752; + +/* Gogo */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11753; + +/* Meggi Peppinrocker */ +UPDATE `creature_template` SET `DamageModifier` = 2.15, `ArmorModifier` = 1.85 WHERE `entry`=11754; + +/* Quinn */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 1.6 WHERE `entry`=11756; + +/* Umaron Stragarelm */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11757; + +/* Andi Lynn */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.25 WHERE `entry`=11758; + +/* Salome */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=11776; + +/* Shadowshard Rumbler */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.85, `HealthModifier` = 3.0, `ArmorModifier` = 1.45, `ManaModifier` = 1.5 WHERE `entry`=11777; + +/* Shadowshard Smasher */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.65, `HealthModifier` = 3.0, `ArmorModifier` = 1.45, `ManaModifier` = 1.5 WHERE `entry`=11778; + +/* Shadowshard Thunderer */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=11779; + +/* Ambershard Rager */ +UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 36, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11780; + +/* Ambershard Crusher */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.85, `HealthModifier` = 3.0, `ArmorModifier` = 1.45, `ManaModifier` = 1.5 WHERE `entry`=11781; + +/* Ambershard Destroyer */ +UPDATE `creature_template` SET `speed_walk` = 1.55556, `rank` = 1, `DamageModifier` = 3.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.45, `ManaModifier` = 1.5 WHERE `entry`=11782; + +/* Theradrim Shardling */ +UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `DamageModifier` = 1.0 WHERE `entry`=11783; + +/* Theradrim Guardian */ +UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 48, `DamageModifier` = 3.1 WHERE `entry`=11784; + +/* Ambereye Basilisk */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.2, `HealthModifier` = 3.0, `ManaModifier` = 1.5 WHERE `entry`=11785; + +/* Ambereye Reaver */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.35, `HealthModifier` = 3.0, `ManaModifier` = 1.5 WHERE `entry`=11786; + +/* Rock Borer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.5, `HealthModifier` = 3.0, `ManaModifier` = 1.5 WHERE `entry`=11787; + +/* Rock Worm */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.4, `HealthModifier` = 3.0, `ArmorModifier` = 1.5, `ManaModifier` = 1.5 WHERE `entry`=11788; + +/* Deep Borer */ +UPDATE `creature_template` SET `maxlevel` = 48, `DamageModifier` = 0.95 WHERE `entry`=11789; + +/* Putridus Satyr */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `DamageModifier` = 3.7, `ArmorModifier` = 0.9, `maxgold` = 856 WHERE `entry`=11790; + +/* Putridus Trickster */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 3.5, `ArmorModifier` = 0.9, `mingold` = 199, `maxgold` = 1008 WHERE `entry`=11791; + +/* Putridus Shadowstalker */ +UPDATE `creature_template` SET `maxlevel` = 44, `DamageModifier` = 3.7, `ArmorModifier` = 0.9, `maxgold` = 856 WHERE `entry`=11792; + +/* Celebrian Dryad */ +UPDATE `creature_template` SET `maxlevel` = 46, `DamageModifier` = 3.7, `maxgold` = 1090 WHERE `entry`=11793; + +/* Mylentha Riverbend */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=11795; + +/* Bessany Plainswind */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=11796; + +/* Moren Riverbend */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=11797; + +/* Bunthen Plainswind */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.7, `ArmorModifier` = 0.95 WHERE `entry`=11798; + +/* Tajarri */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=11799; + +/* Silva Fil'naveth */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 3.85, `ArmorModifier` = 0.95 WHERE `entry`=11800; + +/* Rabine Saturna */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=11801; + +/* Dendrite Starblaze */ +UPDATE `creature_template` SET `maxlevel` = 60, `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=11802; + +/* Twilight Keeper Exeter */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry`=11803; + +/* Jarund Stoutstrider */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=11805; + +/* Sentinel Onaeya */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=11806; + +/* Tristane Shadowstone */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=11807; + +/* Grum Redbeard */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.8 WHERE `entry`=11808; + +/* Danni Palewing */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11809; + +/* Howin Kindfeather */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=11810; + +/* Narain Soothfancy */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry`=11811; + +/* Kerr Ironsight */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11813; + +/* Kali Remik */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=11814; + +/* Voriya */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 0.85, `RangeAttackTime` = 1595 WHERE `entry`=11815; + +/* Una Ji'ro */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=11816; + +/* Krah'ranik */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=11817; + +/* Orik'ando */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11818; + +/* Jory Zaga */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=11819; + +/* Moonglade Warden */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 54, `maxgold` = 269 WHERE `entry`=11822; + +/* Vark Battlescar */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=11823; + +/* Erik Felixe */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=11824; + +/* Paige Felixe */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=11825; + +/* Kristy Grant */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=11826; + +/* Kimberly Grant */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.55 WHERE `entry`=11827; + +/* Kelly Grant */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.8 WHERE `entry`=11828; + +/* Hakkari Priest */ +UPDATE `creature_template` SET `modelid2` = 11760, `modelid3` = 11759, `DamageModifier` = 5.05, `ArmorModifier` = 1.1, `mingold` = 681, `maxgold` = 2107 WHERE `entry`=11830; + +/* Hakkari Witch Doctor */ +UPDATE `creature_template` SET `modelid2` = 11764, `modelid3` = 11763, `DamageModifier` = 6.05, `ArmorModifier` = 1.1, `mingold` = 877, `maxgold` = 2480 WHERE `entry`=11831; + +/* Keeper Remulos */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `DamageModifier` = 2.25, `ArmorModifier` = 1.4 WHERE `entry`=11832; + +/* Rahauro */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=11833; + +/* Maur Grimtotem */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=11834; + +/* Captured Rabid Thistle Bear */ +UPDATE `creature_template` SET `maxlevel` = 14, `speed_walk` = 1.0, `DamageModifier` = 1.35, `RangeAttackTime` = 2057 WHERE `entry`=11836; + +/* Wildpaw Shaman */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 0.95, `mingold` = 61, `maxgold` = 721 WHERE `entry`=11837; + +/* Wildpaw Mystic */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.15, `mingold` = 63, `maxgold` = 316 WHERE `entry`=11838; + +/* Wildpaw Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `mingold` = 63, `maxgold` = 316 WHERE `entry`=11839; + +/* Wildpaw Alpha */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 61, `maxgold` = 305 WHERE `entry`=11840; + +/* Kaya Flathoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=11856; + +/* Makaba Flathoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry`=11857; + +/* Grundig Darkcloud */ +UPDATE `creature_template` SET `maxgold` = 69 WHERE `entry`=11858; + +/* Doomguard */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 3.0, `HealthModifier` = 1.85, `ArmorModifier` = 1.35, `ManaModifier` = 0.77, `RangeAttackTime` = 1551, `mingold` = 126, `maxgold` = 631 WHERE `entry`=11859; + +/* Mor'rogal */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=11861; + +/* Tsunaman */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.6 WHERE `entry`=11862; + +/* Azore Aldamort */ +UPDATE `creature_template` SET `DamageModifier` = 2.15, `ArmorModifier` = 1.85 WHERE `entry`=11863; + +/* Tammra Windfield */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=11864; + +/* Buliwyf Stonehand */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=11865; + +/* Ilyenia Moonfire */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=11866; + +/* Woo Ping */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=11867; + +/* Sayoc */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=11868; + +/* Ansekhwa */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=11869; + +/* Archibald */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=11870; + +/* Grinning Dog */ +UPDATE `creature_template` SET `DamageModifier` = 7.1 WHERE `entry`=11871; + +/* Myranda the Hag */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=11872; + +/* Spectral Attendant */ +UPDATE `creature_template` SET `HealthModifier` = 1.35, `ArmorModifier` = 1.1, `maxgold` = 544 WHERE `entry`=11873; + +/* Masat T'andr */ +UPDATE `creature_template` SET `modelid1` = 11650, `DamageModifier` = 1.2, `ArmorModifier` = 1.05 WHERE `entry`=11874; + +/* Mortar Team Target Dummy */ +UPDATE `creature_template` SET `minlevel` = 14, `maxlevel` = 14, `DamageModifier` = 0.45, `maxgold` = 1 WHERE `entry`=11875; + +/* Demon Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 24, `maxgold` = 120 WHERE `entry`=11876; + +/* Roon Wildmane */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.75 WHERE `entry`=11877; + +/* Nathanos Blightcaller */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `HealthModifier` = 30.0, `ArmorModifier` = 1.5 WHERE `entry`=11878; + +/* Twilight Avenger */ +UPDATE `creature_template` SET `mingold` = 131, `maxgold` = 842 WHERE `entry`=11880; + +/* Twilight Geolord */ +UPDATE `creature_template` SET `maxgold` = 911 WHERE `entry`=11881; + +/* Twilight Master */ +UPDATE `creature_template` SET `maxgold` = 549 WHERE `entry`=11883; + +/* Obi */ +UPDATE `creature_template` SET `maxlevel` = 2, `DamageModifier` = 4.55, `maxgold` = 1 WHERE `entry`=11884; + +/* Blighthound */ +UPDATE `creature_template` SET `DamageModifier` = 5.5 WHERE `entry`=11885; + +/* Mercutio Filthgorger */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 58, `maxgold` = 288 WHERE `entry`=11886; + +/* Crypt Robber */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `mingold` = 61, `maxgold` = 2033 WHERE `entry`=11887; + +/* Borelgore */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 6.5, `HealthModifier` = 15.0 WHERE `entry`=11896; + +/* Duskwing */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 5.5, `HealthModifier` = 6.0 WHERE `entry`=11897; + +/* Crusader Lord Valdelmar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `mingold` = 1414, `maxgold` = 1545 WHERE `entry`=11898; + +/* Shardi */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=11899; + +/* Brakkar */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=11900; + +/* Andruk */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=11901; + +/* Aiden */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11902; + +/* Alexander */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11903; + +/* Noah */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11904; + +/* Jordan */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11905; + +/* Sophia */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11906; + +/* Alanna */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11907; + +/* Mirah */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11908; + +/* Penelope */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11909; + +/* Grimtotem Ruffian */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.8, `mingold` = 4, `maxgold` = 34 WHERE `entry`=11910; + +/* Grimtotem Mercenary */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 5, `maxgold` = 30 WHERE `entry`=11911; + +/* Grimtotem Brute */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 7, `maxgold` = 37 WHERE `entry`=11912; + +/* Grimtotem Sorcerer */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `mingold` = 10, `maxgold` = 38 WHERE `entry`=11913; + +/* Gorehoof the Black */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `maxgold` = 44 WHERE `entry`=11914; + +/* Gogger Rock Keeper */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `mingold` = 7, `maxgold` = 49 WHERE `entry`=11915; + +/* Imelda */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.4 WHERE `entry`=11916; + +/* Gogger Geomancer */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 8, `maxgold` = 49 WHERE `entry`=11917; + +/* Gogger Stonepounder */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `mingold` = 13, `maxgold` = 52 WHERE `entry`=11918; + +/* Claudia */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11919; + +/* Goggeroc */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 2.5, `HealthModifier` = 3.0, `ArmorModifier` = 1.25, `BaseAttackTime` = 1508, `RangeAttackTime` = 1659, `mingold` = 18, `maxgold` = 91 WHERE `entry`=11920; + +/* Besseleth */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0 WHERE `entry`=11921; + +/* [PH] Northshire Gift Dispenser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11926; + +/* Artist Renfray */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=11936; + +/* Demon Portal Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `mingold` = 26, `maxgold` = 132 WHERE `entry`=11937; + +/* Young Tirion */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=11938; + +/* Umber */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=11939; + +/* Merissa Stilwell */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=11940; + +/* Yori Crackhelm */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=11941; + +/* Orenthil Whisperwind */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=11942; + +/* Magga */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=11943; + +/* Vorn Skyseer */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=11944; + +/* Claire Willower */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=11945; + +/* Drek'Thar */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `rank` = 1, `DamageModifier` = 16.35, `HealthModifier` = 50.0, `ArmorModifier` = 1.4, `mingold` = 264, `maxgold` = 1873 WHERE `entry`=11946; + +/* Captain Galvangar */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 7.25, `HealthModifier` = 40.0, `ArmorModifier` = 1.15, `mingold` = 173, `maxgold` = 900 WHERE `entry`=11947; + +/* Vanndar Stormpike */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `rank` = 1, `DamageModifier` = 16.35, `HealthModifier` = 50.0, `ArmorModifier` = 1.4, `mingold` = 264, `maxgold` = 1873 WHERE `entry`=11948; + +/* Captain Balinda Stonehearth */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.9, `HealthModifier` = 40.0, `ArmorModifier` = 0.75, `ManaModifier` = 12.0, `mingold` = 173, `maxgold` = 900 WHERE `entry`=11949; + +/* Great Bear Spirit */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0 WHERE `entry`=11956; + +/* Great Cat Spirit */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0 WHERE `entry`=11957; + +/* Gracchus Spiritlight */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=11958; + +/* [UNUSED] Obsidian Watcher */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11959; + +/* [NOT USED] Neltharion */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=11978; + +/* Kim Bridenbecker */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=11979; + +/* Zuluhed the Whacked */ +UPDATE `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; + +/* Flamegor */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `mingold` = 1208090, `maxgold` = 1208090 WHERE `entry`=11981; + +/* Magmadar */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `mingold` = 381176, `maxgold` = 465881 WHERE `entry`=11982; + +/* Firemaw */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `mingold` = 1186290, `maxgold` = 1201890 WHERE `entry`=11983; + +/* Golemagg the Incinerator */ +UPDATE `creature_template` SET `DamageModifier` = 20.05, `ArmorModifier` = 1.3, `mingold` = 1069897, `maxgold` = 1307652 WHERE `entry`=11988; + +/* Rob Bridenbecker */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=11994; + +/* Ashley Bridenbecker */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=11996; + +/* Stormpike Herald */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `mingold` = 64, `maxgold` = 318 WHERE `entry`=11997; + +/* Frostwolf Herald */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `mingold` = 64, `maxgold` = 318 WHERE `entry`=11998; + +/* Broodlord Lashlayer */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `mingold` = 1605590, `maxgold` = 1605590 WHERE `entry`=12017; + +/* Majordomo Executus */ +UPDATE `creature_template` SET `DamageModifier` = 14.05, `ArmorModifier` = 1.3, `mingold` = 7972, `maxgold` = 39861 WHERE `entry`=12018; + +/* Moonglade Alchemy Trainer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=12020; + +/* Meliri */ +UPDATE `creature_template` SET `ArmorModifier` = 0.95 WHERE `entry`=12024; + +/* Malvor */ +UPDATE `creature_template` SET `subname` = 'Herbalist' WHERE `entry`=12025; + +/* Tukk */ +UPDATE `creature_template` SET `subname` = 'General Goods Vendor' WHERE `entry`=12027; + +/* Malux */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 0.95 WHERE `entry`=12030; + +/* Lui'Mala */ +UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=12032; + +/* Koiter */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=12034; + +/* Aerie Peak Mining Trainer */ +UPDATE `creature_template` SET `subname` = 'Miner', `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=12035; + +/* Aerie Peak General Goods */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=12036; + +/* Ursol'lok */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.95, `RangeAttackTime` = 1530 WHERE `entry`=12037; + +/* [UNUSED] Aerie Peak Cooking Supplies */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=12038; + +/* Aerie Peak Meat Vendor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=12039; + +/* Aerie Peak Mail Armor Vendor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=12040; + +/* Kulwia */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=12043; + +/* Sun Rock Blacksmithing Supplies */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=12044; + +/* Hae'Wilani */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 2.1 WHERE `entry`=12045; + +/* Gor'marok the Ravager */ +UPDATE `creature_template` SET `maxgold` = 458 WHERE `entry`=12046; + +/* Stormpike Mountaineer */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 0.7 WHERE `entry`=12047; + +/* Alliance Sentinel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.65, `ArmorModifier` = 0.7, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=12048; + +/* Stormpike Defender */ +UPDATE `creature_template` SET `DamageModifier` = 1.95, `ArmorModifier` = 0.65, `mingold` = 70, `maxgold` = 604 WHERE `entry`=12050; + +/* Frostwolf Legionnaire */ +UPDATE `creature_template` SET `DamageModifier` = 2.85, `mingold` = 83, `maxgold` = 416 WHERE `entry`=12051; + +/* Frostwolf Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.65, `ArmorModifier` = 0.7, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=12052; + +/* Frostwolf Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 1.95, `ArmorModifier` = 0.65, `mingold` = 70, `maxgold` = 352 WHERE `entry`=12053; + +/* Dawnchaser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=12054; + +/* Baron Geddon */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 14.05, `ArmorModifier` = 1.3, `mingold` = 516580, `maxgold` = 631375 WHERE `entry`=12056; + +/* Garr */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `mingold` = 516580, `maxgold` = 631375 WHERE `entry`=12057; + +/* Lava Elemental */ +UPDATE `creature_template` SET `DamageModifier` = 14.9, `ArmorModifier` = 1.2 WHERE `entry`=12076; + +/* Stormpike Quartermaster */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `mingold` = 1, `maxgold` = 752 WHERE `entry`=12096; + +/* Frostwolf Quartermaster */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `mingold` = 1, `maxgold` = 752 WHERE `entry`=12097; + +/* Sulfuron Harbinger */ +UPDATE `creature_template` SET `ArmorModifier` = 1.6 WHERE `entry`=12098; + +/* Firesworn */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry`=12099; + +/* Lava Reaver */ +UPDATE `creature_template` SET `DamageModifier` = 12.75, `ArmorModifier` = 1.3 WHERE `entry`=12100; + +/* Lava Surger */ +UPDATE `creature_template` SET `DamageModifier` = 12.9, `ArmorModifier` = 1.2 WHERE `entry`=12101; + +/* Priestess of Elune */ +UPDATE `creature_template` SET `DamageModifier` = 0.15, `ArmorModifier` = 1.1, `maxgold` = 2 WHERE `entry`=12116; + +/* Lucifron */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry`=12118; + +/* Flamewaker Protector */ +UPDATE `creature_template` SET `ArmorModifier` = 1.25 WHERE `entry`=12119; + +/* Plagueland Termite */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=12120; + +/* Duros */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 886 WHERE `entry`=12122; + +/* Reef Shark */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `mingold` = 21, `maxgold` = 104 WHERE `entry`=12123; + +/* Great Shark */ +UPDATE `creature_template` SET `minlevel` = 52, `speed_walk` = 1.0, `DamageModifier` = 3.35, `RangeAttackTime` = 1347, `mingold` = 124, `maxgold` = 620 WHERE `entry`=12124; + +/* Mammoth Shark */ +UPDATE `creature_template` SET `minlevel` = 54, `maxlevel` = 54, `speed_walk` = 1.0, `DamageModifier` = 3.4, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329, `mingold` = 133, `maxgold` = 666 WHERE `entry`=12125; + +/* Lord Tirion Fordring */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `rank` = 1, `DamageModifier` = 44.15, `ArmorModifier` = 1.65, `RangeAttackTime` = 1265 WHERE `entry`=12126; + +/* Stormpike Guardsman */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 0.65, `mingold` = 83, `maxgold` = 772 WHERE `entry`=12127; + +/* Crimson Elite */ +UPDATE `creature_template` SET `DamageModifier` = 3.75, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 176, `maxgold` = 3033 WHERE `entry`=12128; + +/* Onyxian Warder */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 63, `DamageModifier` = 9.8, `HealthModifier` = 25.0, `ArmorModifier` = 1.3, `ManaModifier` = 3.0, `mingold` = 1185 WHERE `entry`=12129; + +/* Snurk Bucksquick */ +UPDATE `creature_template` SET `subname` = 'Zeppelin Master', `DamageModifier` = 4.9 WHERE `entry`=12136; + +/* Squibby Overspeck */ +UPDATE `creature_template` SET `subname` = 'Zeppelin Master', `DamageModifier` = 4.9 WHERE `entry`=12137; + +/* Lunaclaw */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `RangeAttackTime` = 2046, `mingold` = 12, `maxgold` = 16 WHERE `entry`=12138; + +/* Guardian of Elune */ +UPDATE `creature_template` SET `DamageModifier` = 5.65, `ArmorModifier` = 1.1, `mingold` = 64, `maxgold` = 318 WHERE `entry`=12140; + +/* Flamewaker Guardian */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12142; + +/* Son of Flame */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 7.0, `ArmorModifier` = 1.1 WHERE `entry`=12143; + +/* Lunaclaw Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `RangeAttackTime` = 2068, `mingold` = 3, `maxgold` = 16 WHERE `entry`=12144; + +/* Voice of Elune */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=12152; + +/* Winterax Axe Thrower */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.35, `ArmorModifier` = 0.9, `RangeAttackTime` = 1301 WHERE `entry`=12156; + +/* Winterax Shadow Hunter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.7, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274, `unit_class` = 2 WHERE `entry`=12157; + +/* Winterax Hunter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.35, `RangeAttackTime` = 1310 WHERE `entry`=12158; + +/* Korrak the Bloodrager */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 16.35, `ArmorModifier` = 1.45, `RangeAttackTime` = 1246, `mingold` = 178, `maxgold` = 891 WHERE `entry`=12159; + +/* Shadowglen Sentinel */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.9, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 739 WHERE `entry`=12160; + +/* Tame Kodo */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `detection_range` = 18.0 WHERE `entry`=12176; + +/* Kyle Blackthorne */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12177; + +/* Tortured Druid */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 0.9, `maxgold` = 513 WHERE `entry`=12178; + +/* Tortured Sentinel */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 0.95, `maxgold` = 753 WHERE `entry`=12179; + +/* Anubisath */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12180; + +/* Glordrum Steelbeard */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry`=12197; + +/* Martin Lindsey */ +UPDATE `creature_template` SET `DamageModifier` = 2.6 WHERE `entry`=12198; + +/* Cobaltine Wyrmkin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12200; + +/* Princess Theradras */ +UPDATE `creature_template` SET `minlevel` = 51, `maxlevel` = 51, `DamageModifier` = 3.95, `ArmorModifier` = 1.9, `maxgold` = 2040 WHERE `entry`=12201; + +/* Human Skull */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12202; + +/* Landslide */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 3.4, `mingold` = 582, `maxgold` = 1360 WHERE `entry`=12203; + +/* Spitelash Raider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `ArmorModifier` = 1.5, `BaseAttackTime` = 1530, `RangeAttackTime` = 1683, `mingold` = 41, `maxgold` = 207 WHERE `entry`=12204; + +/* Spitelash Witch */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.85, `BaseAttackTime` = 1520, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 215 WHERE `entry`=12205; + +/* Primordial Behemoth */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 49, `DamageModifier` = 3.25, `mingold` = 410, `maxgold` = 1610 WHERE `entry`=12206; + +/* Thessala Hydra */ +UPDATE `creature_template` SET `DamageModifier` = 3.05 WHERE `entry`=12207; + +/* Conquered Soul of the Blightcaller */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `DamageModifier` = 1.5, `ArmorModifier` = 1.05, `RangeAttackTime` = 1573 WHERE `entry`=12208; + +/* Poison Sprite */ +UPDATE `creature_template` SET `maxlevel` = 43, `DamageModifier` = 0.95, `ArmorModifier` = 0.95, `maxgold` = 281 WHERE `entry`=12216; + +/* Corruptor */ +UPDATE `creature_template` SET `maxlevel` = 43, `DamageModifier` = 0.95, `ArmorModifier` = 0.95, `maxgold` = 267 WHERE `entry`=12217; + +/* Vile Larva */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 47, `DamageModifier` = 0.8, `ArmorModifier` = 0.9 WHERE `entry`=12218; + +/* Barbed Lasher */ +UPDATE `creature_template` SET `minlevel` = 44, `DamageModifier` = 3.0 WHERE `entry`=12219; + +/* Constrictor Vine */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `DamageModifier` = 3.05, `ArmorModifier` = 0.95 WHERE `entry`=12220; + +/* Noxious Slime */ +UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47, `DamageModifier` = 3.35, `ArmorModifier` = 0.9, `mingold` = 179, `maxgold` = 866 WHERE `entry`=12221; + +/* Creeping Sludge */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `speed_walk` = 0.8, `speed_run` = 0.285714, `DamageModifier` = 3.45, `ArmorModifier` = 0.95, `mingold` = 221, `maxgold` = 498 WHERE `entry`=12222; + +/* Cavern Lurker */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `DamageModifier` = 3.45, `ArmorModifier` = 0.95, `maxgold` = 1162 WHERE `entry`=12223; + +/* Cavern Shambler */ +UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47, `DamageModifier` = 3.6 WHERE `entry`=12224; + +/* Celebras the Cursed */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 49, `DamageModifier` = 3.65, `ArmorModifier` = 0.95 WHERE `entry`=12225; + +/* Lord Vyletongue */ +UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 3.35, `ArmorModifier` = 0.9 WHERE `entry`=12236; + +/* Meshlok the Harvester */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `speed_walk` = 1.0, `DamageModifier` = 3.4, `BaseAttackTime` = 1216, `RangeAttackTime` = 1338, `mingold` = 116, `maxgold` = 578 WHERE `entry`=12237; + +/* Zaetar's Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.35, `mingold` = 1, `maxgold` = 844 WHERE `entry`=12238; + +/* Spirit of Gelk */ +UPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry`=12239; + +/* Spirit of Kolk */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=12240; + +/* Spirit of Magra */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=12241; + +/* Spirit of Maraudos */ +UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `DamageModifier` = 3.05, `ArmorModifier` = 0.95 WHERE `entry`=12242; + +/* Spirit of Veng */ +UPDATE `creature_template` SET `minlevel` = 47, `maxlevel` = 47, `DamageModifier` = 3.05, `ArmorModifier` = 0.9 WHERE `entry`=12243; + +/* Mark of Detonation (NW) */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12244; + +/* Vendor-Tron 1000 */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=12245; + +/* Super-Seller 680 */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=12246; + +/* Scourge Structure */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12247; + +/* Infiltrator Hameya */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1, `maxgold` = 845 WHERE `entry`=12248; + +/* Mark of Detonation (SW) */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12249; + +/* Zaeldarr the Outcast */ +UPDATE `creature_template` SET `maxgold` = 695 WHERE `entry`=12250; + +/* Mark of Detonation (CLS) */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12251; + +/* Mark of Detonation (CRS) */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12252; + +/* Mark of Detonation (CSH) */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12253; + +/* Mark of Detonation (NESH) */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12254; + +/* Mark of Detonation (NE) */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12255; + +/* Mark of Detonation (SE) */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12256; + +/* Mechanical Yeti */ +UPDATE `creature_template` SET `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=12257; + +/* Razorlash */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 3.4 WHERE `entry`=12258; + +/* Gehennas */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `mingold` = 354545, `maxgold` = 433333 WHERE `entry`=12259; + +/* Onyxian Drake */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=12260; + +/* Infected Mossflayer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 0.95, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 902 WHERE `entry`=12261; + +/* Ziggurat Protector */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.5, `HealthModifier` = 6.0, `ManaModifier` = 3.0 WHERE `entry`=12262; + +/* Slaughterhouse Protector */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.35, `HealthModifier` = 6.0, `ManaModifier` = 3.0 WHERE `entry`=12263; + +/* Shazzrah */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry`=12264; + +/* Lava Spawn */ +UPDATE `creature_template` SET `dmgschool` = 2, `DamageModifier` = 4.8 WHERE `entry`=12265; + +/* Hive'Zora Egg */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `RangeAttackTime` = 1980 WHERE `entry`=12276; + +/* Melizza Brimbuzzle */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.75 WHERE `entry`=12277; + +/* Sickly Gazelle */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.25 WHERE `entry`=12296; + +/* Cured Gazelle */ +UPDATE `creature_template` SET `minlevel` = 3, `maxlevel` = 3, `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry`=12297; + +/* Sickly Deer */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=12298; + +/* Cured Deer */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 6.65, `RangeAttackTime` = 2200 WHERE `entry`=12299; + +/* Unkillable Test Dummy 60 Low AC */ +UPDATE `creature_template` SET `speed_run` = 0.142857, `detection_range` = 18.0, `HealthModifier` = 0.15, `unit_class` = 8 WHERE `entry`=12317; + +/* Burning Blade Toxicologist */ +UPDATE `creature_template` SET `DamageModifier` = 2.15, `RangeAttackTime` = 2024, `mingold` = 5, `maxgold` = 23 WHERE `entry`=12319; + +/* Burning Blade Crusher */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.55, `RangeAttackTime` = 2046, `mingold` = 4, `maxgold` = 19 WHERE `entry`=12320; + +/* Stormscale Toxicologist */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `RangeAttackTime` = 2035, `mingold` = 11, `maxgold` = 53 WHERE `entry`=12321; + +/* Quel'Lithien Protector */ +UPDATE `creature_template` SET `modelid1` = 10375, `speed_walk` = 1.0, `DamageModifier` = 1.8, `ArmorModifier` = 1.05, `maxgold` = 455 WHERE `entry`=12322; + +/* Brother Crowley */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=12336; + +/* Crimson Courier */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 5.55, `ArmorModifier` = 1.1 WHERE `entry`=12337; + +/* Shadowprey Guardian */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `mingold` = 794, `maxgold` = 794 WHERE `entry`=12338; + +/* Demetria */ +UPDATE `creature_template` SET `DamageModifier` = 10.7, `ArmorModifier` = 2.3, `mingold` = 168, `maxgold` = 838 WHERE `entry`=12339; + +/* Drulzegar Skraghook */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=12340; + +/* Blue Skeletal Horse */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=12341; + +/* Brown Skeletal Horse */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=12342; + +/* Red Skeletal Horse */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=12343; + +/* Swift Green Skeletal Horse */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=12344; + +/* Enraged Reef Crawler */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=12347; + +/* Ivory Raptor */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=12348; + +/* Scarlet Trooper */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `mingold` = 59, `maxgold` = 296 WHERE `entry`=12352; + +/* Blue Mechanostrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=12363; + +/* Icy Blue Mechanostrider Mod A */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry`=12364; + +/* Red Mechanostrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=12365; + +/* Green Mechanostrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=12367; + +/* White Mechanostrider Mod A */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry`=12368; + +/* Lord Kragaru */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `mingold` = 27, `maxgold` = 133 WHERE `entry`=12369; + +/* Black Ram */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry`=12370; + +/* Frost Ram */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry`=12371; + +/* Wailing Spectre */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 60, `DamageModifier` = 0.95, `HealthModifier` = 1.35, `ArmorModifier` = 0.95, `mingold` = 137, `maxgold` = 897 WHERE `entry`=12377; + +/* Damned Soul */ +UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 60, `DamageModifier` = 2.15, `HealthModifier` = 1.35, `mingold` = 162, `maxgold` = 848 WHERE `entry`=12378; + +/* Unliving Caretaker */ +UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 60, `DamageModifier` = 1.6, `HealthModifier` = 1.35, `ArmorModifier` = 1.05, `unit_class` = 1, `mingold` = 167, `maxgold` = 946 WHERE `entry`=12379; + +/* Unliving Resident */ +UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 60, `DamageModifier` = 1.6, `HealthModifier` = 1.35, `ArmorModifier` = 1.05, `unit_class` = 1, `mingold` = 146, `maxgold` = 946 WHERE `entry`=12380; + +/* Ley Sprite */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `mingold` = 60, `maxgold` = 298 WHERE `entry`=12381; + +/* Mana Sprite */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 58, `maxgold` = 288 WHERE `entry`=12382; + +/* Nibbles */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=12383; + +/* Augustus the Touched */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=12384; + +/* Mortar Team Advanced Target Dummy */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=12385; + +/* Magus Kyara */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=12386; + +/* Doomguard Commander */ +UPDATE `creature_template` SET `DamageModifier` = 5.85, `ArmorModifier` = 1.15 WHERE `entry`=12396; + +/* Lord Kazzak */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 2.0, `speed_run` = 1.42857, `DamageModifier` = 21.3, `ArmorModifier` = 1.3, `BaseAttackTime` = 2000, `RangeAttackTime` = 1000, `mingold` = 1065700, `maxgold` = 1065700 WHERE `entry`=12397; + +/* Blackwing Legionnaire */ +UPDATE `creature_template` SET `DamageModifier` = 9.7, `ArmorModifier` = 1.1 WHERE `entry`=12416; + +/* [NOT USED] Death Talon Whelp */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=12417; + +/* Gordok Hyena */ +UPDATE `creature_template` SET `DamageModifier` = 1.95 WHERE `entry`=12418; + +/* Lifelike Toad */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=12419; + +/* Blackwing Mage */ +UPDATE `creature_template` SET `DamageModifier` = 9.55, `ArmorModifier` = 1.1 WHERE `entry`=12420; + +/* [NOT USED] Blackwing Assassin */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12421; + +/* Death Talon Dragonspawn */ +UPDATE `creature_template` SET `DamageModifier` = 24.45, `ArmorModifier` = 1.2 WHERE `entry`=12422; + +/* Guard Roberts */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12423; + +/* Flint Shadowmore */ +UPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry`=12425; + +/* Masterwork Target Dummy */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `speed_run` = 1.0, `DamageModifier` = 0.1, `HealthModifier` = 2.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=12426; + +/* Mountaineer Dolf */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=12427; + +/* Sentinel Shaya */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=12429; + +/* Grunt Kor'ja */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=12430; + +/* Monster Generator (Blackwing) */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12434; + +/* Razorgore the Untamed */ +UPDATE `creature_template` SET `speed_run` = 1.42857, `ArmorModifier` = 1.3, `mingold` = 1588890, `maxgold` = 1598890 WHERE `entry`=12435; + +/* Blackwing Spellbinder */ +UPDATE `creature_template` SET `modelid1` = 7923, `modelid2` = 6630, `DamageModifier` = 15.05, `ArmorModifier` = 1.25, `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12457; + +/* Blackwing Taskmaster */ +UPDATE `creature_template` SET `DamageModifier` = 15.05, `ArmorModifier` = 1.25 WHERE `entry`=12458; + +/* Blackwing Warlock */ +UPDATE `creature_template` SET `DamageModifier` = 15.05, `ArmorModifier` = 1.15, `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12459; + +/* Death Talon Wyrmguard */ +UPDATE `creature_template` SET `speed_run` = 1.71429, `ArmorModifier` = 1.3, `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12460; + +/* Death Talon Overseer */ +UPDATE `creature_template` SET `DamageModifier` = 22.05, `ArmorModifier` = 1.2, `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12461; + +/* [NOT USED] Blackwing Warlord */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12462; + +/* Death Talon Flamescale */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2, `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12463; + +/* Death Talon Seether */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2, `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12464; + +/* Death Talon Wyrmkin */ +UPDATE `creature_template` SET `DamageModifier` = 18.05, `ArmorModifier` = 1.15, `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12465; + +/* [NOT USED] Death Talon Scalebane */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12466; + +/* Death Talon Captain */ +UPDATE `creature_template` SET `DamageModifier` = 28.8, `ArmorModifier` = 1.2, `mingold` = 1500, `maxgold` = 25000 WHERE `entry`=12467; + +/* Death Talon Hatcher */ +UPDATE `creature_template` SET `ArmorModifier` = 1.15, `mingold` = 6610, `maxgold` = 6720 WHERE `entry`=12468; + +/* [NOT USED] Death Talon Earthshaker */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12469; + +/* [NOT USED] Death Talon Firetongue */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12470; + +/* Arcanite Dragonling */ +UPDATE `creature_template` SET `DamageModifier` = 0.55, `HealthModifier` = 1e-06, `ArmorModifier` = 1.1, `maxgold` = 1 WHERE `entry`=12473; + +/* Emeraldon Boughguard */ +UPDATE `creature_template` SET `DamageModifier` = 5.25, `ArmorModifier` = 1.2 WHERE `entry`=12474; + +/* Emeraldon Tree Warder */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `ArmorModifier` = 1.1, `mingold` = 579 WHERE `entry`=12475; + +/* Emeraldon Oracle */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.15 WHERE `entry`=12476; + +/* Verdantine Boughguard */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.2, `mingold` = 2104 WHERE `entry`=12477; + +/* Verdantine Oracle */ +UPDATE `creature_template` SET `DamageModifier` = 5.75, `ArmorModifier` = 1.45, `mingold` = 2655 WHERE `entry`=12478; + +/* Verdantine Tree Warder */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.1 WHERE `entry`=12479; + +/* Melris Malagan */ +UPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry`=12480; + +/* Justine Demalier */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=12481; + +/* Dreamtracker */ +UPDATE `creature_template` SET `DamageModifier` = 5.35, `ArmorModifier` = 1.2 WHERE `entry`=12496; + +/* Dreamroarer */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.2 WHERE `entry`=12497; + +/* Dreamstalker */ +UPDATE `creature_template` SET `DamageModifier` = 7.45, `ArmorModifier` = 1.2, `mingold` = 3163 WHERE `entry`=12498; + +/* TEST Resist Gear */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=12516; + +/* TEST Potions and Enchantments */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=12517; + +/* Illusion: Black Dragonkin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=12536; + +/* Grethok the Controller */ +UPDATE `creature_template` SET `DamageModifier` = 18.05, `ArmorModifier` = 1.25 WHERE `entry`=12557; + +/* Grish Longrunner */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=12576; + +/* Jarrodenus */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=12577; + +/* Mishellena */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=12578; + +/* Bloodfury Ripper */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 1.7, `HealthModifier` = 3.0, `ManaModifier` = 1.5, `maxgold` = 260 WHERE `entry`=12579; + +/* Reginald Windsor */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 5.15, `ArmorModifier` = 1.2 WHERE `entry`=12580; + +/* Mercutio */ +UPDATE `creature_template` SET `minlevel` = 2, `DamageModifier` = 4.8, `maxgold` = 2 WHERE `entry`=12581; + +/* Bibilfaz Featherwhistle */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=12596; + +/* Vhulgra */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=12616; + +/* Khaelyn Steelwing */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=12617; + +/* Georgia */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=12636; + +/* Thamarian */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=12656; + +/* Don Pompa */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=12657; + +/* Adam Lind */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=12658; + +/* Sharptalon */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=12676; + +/* Shadumbra */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=12677; + +/* Ursangous */ +UPDATE `creature_template` SET `modelid1` = 2281, `DamageModifier` = 1.3 WHERE `entry`=12678; + +/* Decedra Willham */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=12716; + +/* Framnali */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=12720; + +/* Mitsuwa */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=12721; + +/* Vera Nightshade */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.85 WHERE `entry`=12722; + +/* Har'alen */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=12723; + +/* Mastok Wrilehiss */ +UPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry`=12737; + +/* Nori Pridedrift */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `RangeAttackTime` = 2156 WHERE `entry`=12738; + +/* Onyxia's Elite Guard */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 0.888888, `speed_run` = 1.42857, `DamageModifier` = 4.9, `ArmorModifier` = 1.1, `RangeAttackTime` = 1301, `mingold` = 487, `maxgold` = 2437 WHERE `entry`=12739; + +/* Faustron */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=12740; + +/* Warrior 40 (More Leash) */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=12741; + +/* Lady Onyxia */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `rank` = 3, `DamageModifier` = 12.2, `ArmorModifier` = 1.3, `RangeAttackTime` = 1280, `mingold` = 3559, `maxgold` = 17796 WHERE `entry`=12756; + +/* Karang Amakkar */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=12757; + +/* Onyxia Trigger */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=12758; + +/* Tideress */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=12759; + +/* Hraug */ +UPDATE `creature_template` SET `subname` = 'Demon Trainer', `DamageModifier` = 0.8, `RangeAttackTime` = 2112 WHERE `entry`=12776; + +/* Captain Dirgehammer */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.2, `ArmorModifier` = 1.65 WHERE `entry`=12777; + +/* Lieutenant Rachel Vaccar */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.05, `ArmorModifier` = 2.6 WHERE `entry`=12778; + +/* Archmage Gaiman */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 2.0, `ManaModifier` = 1.0 WHERE `entry`=12779; + +/* Sergeant Major Skyshadow */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.6 WHERE `entry`=12780; + +/* Master Sergeant Biggins */ +UPDATE `creature_template` SET `subname` = 'Officer Accessories Quartermaster', `DamageModifier` = 1.05, `ArmorModifier` = 2.6 WHERE `entry`=12781; + +/* Captain O'Neal */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.45, `ArmorModifier` = 1.4 WHERE `entry`=12782; + +/* Lieutenant Karter */ +UPDATE `creature_template` SET `subname` = 'Mount Vendor', `DamageModifier` = 1.05, `ArmorModifier` = 2.6 WHERE `entry`=12783; + +/* Sergeant Major Clate */ +UPDATE `creature_template` SET `subname` = 'Food and Drink', `DamageModifier` = 2.15, `ArmorModifier` = 2.6 WHERE `entry`=12785; + +/* Guard Quine */ +UPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.15 WHERE `entry`=12786; + +/* Guard Hammon */ +UPDATE `creature_template` SET `DamageModifier` = 2.8, `ArmorModifier` = 1.15 WHERE `entry`=12787; + +/* Legionnaire Teena */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `RangeAttackTime` = 1529 WHERE `entry`=12788; + +/* Blood Guard Hini'wana */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `RangeAttackTime` = 1529 WHERE `entry`=12789; + +/* Advisor Willington */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `RangeAttackTime` = 1529, `unit_class` = 1 WHERE `entry`=12790; + +/* Chieftain Earthbind */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15, `ManaModifier` = 1.0, `RangeAttackTime` = 1529, `unit_class` = 1 WHERE `entry`=12791; + +/* Lady Palanseer */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.65 WHERE `entry`=12792; + +/* Brave Stonehide */ +UPDATE `creature_template` SET `subname` = 'Officer Accessories Quartermaster', `DamageModifier` = 2.9 WHERE `entry`=12793; + +/* Stone Guard Zarg */ +UPDATE `creature_template` SET `subname` = 'Food and Drink', `DamageModifier` = 1.05, `RangeAttackTime` = 1606 WHERE `entry`=12794; + +/* First Sergeant Hola'mahi */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor', `DamageModifier` = 1.2, `RangeAttackTime` = 1551 WHERE `entry`=12795; + +/* Raider Bork */ +UPDATE `creature_template` SET `subname` = 'Mount Quartermaster', `speed_run` = 1.14286, `DamageModifier` = 1.05, `RangeAttackTime` = 1606 WHERE `entry`=12796; + +/* Grunt Korf */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 1.15, `RangeAttackTime` = 1529, `mingold` = 68, `maxgold` = 339 WHERE `entry`=12797; + +/* Grunt Bek'rah */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 1.15, `RangeAttackTime` = 1529, `mingold` = 68, `maxgold` = 339 WHERE `entry`=12798; + +/* Sergeant Ba'sha */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 1, `maxgold` = 689 WHERE `entry`=12799; + +/* Chimaerok */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 5.4, `ArmorModifier` = 1.1, `BaseAttackTime` = 1166 WHERE `entry`=12800; + +/* Arcane Chimaerok */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 5.55, `ArmorModifier` = 1.15, `BaseAttackTime` = 1150 WHERE `entry`=12801; + +/* Chimaerok Devourer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 5.3, `ArmorModifier` = 1.2, `BaseAttackTime` = 1166 WHERE `entry`=12802; + +/* Lord Lakmaeran */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 15.0, `ArmorModifier` = 1.2, `BaseAttackTime` = 1158 WHERE `entry`=12803; + +/* [PH] TEST Fire God */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12804; + +/* Officer Areyn */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 1, `maxgold` = 689 WHERE `entry`=12805; + +/* Magmakin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=12806; + +/* Greshka */ +UPDATE `creature_template` SET `subname` = 'Demon Master' WHERE `entry`=12807; + +/* Xen'Zilla */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=12816; + +/* Ruul Snowhoof */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 0.9, `ArmorModifier` = 1.5, `BaseAttackTime` = 2000 WHERE `entry`=12818; + +/* Ruul Snowhoof Bear Form */ +UPDATE `creature_template` SET `modelid1` = 8842, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=12819; + +/* Wandering Protector */ +UPDATE `creature_template` SET `DamageModifier` = 3.95 WHERE `entry`=12836; + +/* Yama Snowhoof */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.5 WHERE `entry`=12837; + +/* Ashenvale Outrunner */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `mingold` = 15, `maxgold` = 100 WHERE `entry`=12856; + +/* Elogit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=12857; + +/* Splintertree Raider */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=12859; + +/* Duriel Moonfire */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `BaseAttackTime` = 2000, `mingold` = 13, `maxgold` = 63 WHERE `entry`=12860; + +/* Wisp (Ghost Visual Only) */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=12861; + +/* Ambassador Malcin */ +UPDATE `creature_template` SET `minlevel` = 36, `maxlevel` = 36, `rank` = 1, `DamageModifier` = 4.15, `HealthModifier` = 3.0, `ArmorModifier` = 0.95, `ManaModifier` = 1.0, `maxgold` = 809 WHERE `entry`=12865; + +/* Myriam Moonsinger */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=12866; + +/* Kuray'bin */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=12867; + +/* Baron Aquanis */ +UPDATE `creature_template` SET `minlevel` = 28, `maxlevel` = 28, `speed_walk` = 1.55556, `rank` = 1, `dmgschool` = 4, `DamageModifier` = 2.3, `ArmorModifier` = 0.9, `RangeAttackTime` = 1558, `mingold` = 32, `maxgold` = 160 WHERE `entry`=12876; + +/* Ertog Ragetusk */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=12877; + +/* Silverwing Sentinel */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 68 WHERE `entry`=12896; + +/* Silverwing Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `maxgold` = 80 WHERE `entry`=12897; + +/* Phantim Illusion */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 7.45, `ArmorModifier` = 1.15, `BaseAttackTime` = 1158 WHERE `entry`=12898; + +/* Axtroz */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.2 WHERE `entry`=12899; + +/* Somnus */ +UPDATE `creature_template` SET `DamageModifier` = 5.25, `ArmorModifier` = 1.2, `mingold` = 168, `maxgold` = 838 WHERE `entry`=12900; + +/* Lorgus Jett */ +UPDATE `creature_template` SET `minlevel` = 26, `maxlevel` = 26, `rank` = 1 WHERE `entry`=12902; + +/* Splintertree Guard */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=12903; + +/* Spirit Of Redemption */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551 WHERE `entry`=12904; + +/* Unkillable Test Dummy 60 Low Magic Resistances */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=12916; + +/* Unkillable Test Dummy 60 High Magic Resistances */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=12917; + +/* Chief Murgut */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 1.65, `RangeAttackTime` = 1881, `mingold` = 13, `maxgold` = 63 WHERE `entry`=12918; + +/* Nat Pagle */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=12919; + +/* Enraged Foulweald */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `mingold` = 8, `maxgold` = 42 WHERE `entry`=12921; + +/* Imp Minion */ +UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 46, `DamageModifier` = 0.75, `mingold` = 37, `maxgold` = 53 WHERE `entry`=12922; + +/* Injured Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.9, `mingold` = 35, `maxgold` = 175 WHERE `entry`=12923; + +/* Badly Injured Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `ArmorModifier` = 0.9, `mingold` = 38, `maxgold` = 189 WHERE `entry`=12924; + +/* Critically Injured Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 1.85, `mingold` = 41, `maxgold` = 205 WHERE `entry`=12925; + +/* Badly Injured Alliance Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.9, `mingold` = 35, `maxgold` = 176 WHERE `entry`=12936; + +/* Critically Injured Alliance Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.8, `mingold` = 45, `maxgold` = 224 WHERE `entry`=12937; + +/* Injured Alliance Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 0.9, `mingold` = 34, `maxgold` = 168 WHERE `entry`=12938; + +/* Doctor Gustaf VanHowzen */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=12939; + +/* Vorsha the Lasher */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `mingold` = 9, `maxgold` = 45 WHERE `entry`=12940; + +/* Leonard Porter */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.95 WHERE `entry`=12942; + +/* Lokhtos Darkbargainer */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=12944; + +/* Zannok Hidepiercer */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=12956; + +/* Blimo Gadgetspring */ +UPDATE `creature_template` SET `subname` = 'Trade Supplier', `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=12957; + +/* Gigget Zipcoil */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 0.85 WHERE `entry`=12958; + +/* Nergal */ +UPDATE `creature_template` SET `subname` = 'General Goods Vendor', `ArmorModifier` = 0.85 WHERE `entry`=12959; + +/* Christi Galvanis */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=12960; + +/* Kil'Hiwana */ +UPDATE `creature_template` SET `subname` = 'Fisherman' WHERE `entry`=12961; + +/* Kolkar Waylayer */ +UPDATE `creature_template` SET `DamageModifier` = 1.9, `mingold` = 28, `maxgold` = 167 WHERE `entry`=12976; + +/* Kolkar Ambusher */ +UPDATE `creature_template` SET `DamageModifier` = 1.8, `mingold` = 29, `maxgold` = 207 WHERE `entry`=12977; + +/* Mounted Ironforge Mountaineer */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `ArmorModifier` = 0.85 WHERE `entry`=12996; + +/* Monty */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=12997; + +/* Dwarven Farmer */ +UPDATE `creature_template` SET `DamageModifier` = 1.3, `mingold` = 3, `maxgold` = 17 WHERE `entry`=12998; + +/* Gnome Engineer */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=13000; + +/* Deeprun Rat */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 1.3 WHERE `entry`=13016; + +/* Enthralled Deeprun Rat */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry`=13017; + +/* Nipsy */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=13018; + +/* Burning Blade Seer */ +UPDATE `creature_template` SET `mingold` = 37, `maxgold` = 224 WHERE `entry`=13019; + +/* Vaelastrasz the Corrupt */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `mingold` = 1587990, `maxgold` = 1587990 WHERE `entry`=13020; + +/* Warpwood Crusher */ +UPDATE `creature_template` SET `DamageModifier` = 12.75, `maxgold` = 2207 WHERE `entry`=13021; + +/* Whip Lasher */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=13022; + +/* Gordok Mastiff */ +UPDATE `creature_template` SET `DamageModifier` = 2.85 WHERE `entry`=13036; + +/* test spirit healer (DND) */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=13056; + +/* Dun Morogh Mountaineer */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=13076; + +/* Umi Thorson */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `mingold` = 157, `maxgold` = 786 WHERE `entry`=13078; + +/* Keetar */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `mingold` = 1, `maxgold` = 830 WHERE `entry`=13079; + +/* Irondeep Guard */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.05, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13080; + +/* Irondeep Raider */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `ArmorModifier` = 0.85, `mingold` = 1, `maxgold` = 817 WHERE `entry`=13081; + +/* Milton Beats */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15, `RangeAttackTime` = 1540, `mingold` = 50, `maxgold` = 248 WHERE `entry`=13082; + +/* Echo of Archimonde */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=13083; + +/* Bixi Wobblebonk */ +UPDATE `creature_template` SET `DamageModifier` = 3.2 WHERE `entry`=13084; + +/* Myrokos Silentform */ +UPDATE `creature_template` SET `modelid1` = 13150, `DamageModifier` = 1.0 WHERE `entry`=13085; + +/* Aggi Rumblestomp */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.35, `ArmorModifier` = 0.8, `BaseAttackTime` = 2000, `RangeAttackTime` = 1310, `mingold` = 143, `maxgold` = 713 WHERE `entry`=13086; + +/* Coldmine Invader */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 0.75, `BaseAttackTime` = 2000, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13087; + +/* Masha Swiftcut */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `mingold` = 143, `maxgold` = 713 WHERE `entry`=13088; + +/* Coldmine Guard */ +UPDATE `creature_template` SET `DamageModifier` = 3.75, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13089; + +/* Coldmine Explorer */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `ArmorModifier` = 1.05, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13096; + +/* Coldmine Surveyor */ +UPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.25, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13097; + +/* Irondeep Surveyor */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `ArmorModifier` = 0.95, `mingold` = 133, `maxgold` = 666 WHERE `entry`=13098; + +/* Irondeep Explorer */ +UPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 0.95, `mingold` = 138, `maxgold` = 689 WHERE `entry`=13099; + +/* Alliance Spirit Guide */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.35, `mingold` = 1, `maxgold` = 844 WHERE `entry`=13116; + +/* Horde Spirit Guide */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.35, `mingold` = 1, `maxgold` = 844 WHERE `entry`=13117; + +/* Crimson Bodyguard */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=13118; + +/* Hive'Ashi Drone */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13136; + +/* Lieutenant Rugba */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 873 WHERE `entry`=13137; + +/* Lieutenant Spencer */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13138; + +/* Commander Randolph */ +UPDATE `creature_template` SET `DamageModifier` = 15.2, `ArmorModifier` = 1.4, `mingold` = 173, `maxgold` = 864 WHERE `entry`=13139; + +/* Deeprot Stomper */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 44, `DamageModifier` = 3.7, `ArmorModifier` = 0.9, `mingold` = 282, `maxgold` = 880 WHERE `entry`=13141; + +/* Deeprot Tangler */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 45, `DamageModifier` = 3.5, `ArmorModifier` = 0.9, `maxgold` = 1354 WHERE `entry`=13142; + +/* Lieutenant Stronghoof */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 873 WHERE `entry`=13143; + +/* Lieutenant Vol'talar */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13144; + +/* Lieutenant Grummus */ +UPDATE `creature_template` SET `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13145; + +/* Lieutenant Lewis */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `BaseAttackTime` = 2000, `mingold` = 1, `maxgold` = 844 WHERE `entry`=13147; + +/* Flame of Ragnaros */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=13148; + +/* Syndicate Brigand */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.4, `ArmorModifier` = 0.85, `RangeAttackTime` = 1338 WHERE `entry`=13149; + +/* Syndicate Agent */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.5, `RangeAttackTime` = 1301 WHERE `entry`=13150; + +/* Syndicate Master Ryson */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292 WHERE `entry`=13151; + +/* Commander Malgor */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 15.2, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13152; + +/* Commander Mulfort */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 15.2, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 1230 WHERE `entry`=13153; + +/* Commander Louis Philips */ +UPDATE `creature_template` SET `DamageModifier` = 15.2, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 900 WHERE `entry`=13154; + +/* Deathstalker Agent */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.35, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265 WHERE `entry`=13155; + +/* Carrosh */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=13156; + +/* Makasgar */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `RangeAttackTime` = 2046 WHERE `entry`=13157; + +/* Carrion Swarmer */ +UPDATE `creature_template` SET `DamageModifier` = 1.35 WHERE `entry`=13160; + +/* Aerie Gryphon */ +UPDATE `creature_template` SET `speed_walk` = 4.8, `speed_run` = 1.71429, `DamageModifier` = 0.1, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292, `mingold` = 153, `maxgold` = 767 WHERE `entry`=13161; + +/* Smith Regzar */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13176; + +/* Vahgruk */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 0.35 WHERE `entry`=13177; + +/* War Rider */ +UPDATE `creature_template` SET `speed_run` = 1.71429, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry`=13178; + +/* Wing Commander Guse */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13179; + +/* Wing Commander Jeztor */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `mingold` = 1, `maxgold` = 817 WHERE `entry`=13180; + +/* Wing Commander Mulverick */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 152, `maxgold` = 3035 WHERE `entry`=13181; + +/* Phase Lasher */ +UPDATE `creature_template` SET `DamageModifier` = 3.35 WHERE `entry`=13196; + +/* Fel Lash */ +UPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry`=13197; + +/* Gaelden Hammersmith */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `ArmorModifier` = 0.8, `mingold` = 1, `maxgold` = 817 WHERE `entry`=13216; + +/* Thanthaldis Snowgleam */ +UPDATE `creature_template` SET `DamageModifier` = 13.45 WHERE `entry`=13217; + +/* Grunnda Wolfheart */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `mingold` = 1, `maxgold` = 817 WHERE `entry`=13218; + +/* Jekyll Flandring */ +UPDATE `creature_template` SET `DamageModifier` = 3.35 WHERE `entry`=13219; + +/* Layo Starstrike */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=13220; + +/* Ryson's Eye in the Sky */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.35, `RangeAttackTime` = 1310 WHERE `entry`=13221; + +/* Primalist Thurloga */ +UPDATE `creature_template` SET `DamageModifier` = 5.85, `ArmorModifier` = 1.35, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13236; + +/* Lokholar the Ice Lord */ +UPDATE `creature_template` SET `modelid1` = 13174, `rank` = 3, `DamageModifier` = 3.85, `ArmorModifier` = 1.75, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13256; + +/* Murgot Deepforge */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13257; + +/* Wildspawn Imp */ +UPDATE `creature_template` SET `DamageModifier` = 1.0, `maxgold` = 557 WHERE `entry`=13276; + +/* Dahne Pierce */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=13277; + +/* Duke Hydraxis */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 3.25, `ArmorModifier` = 1.1 WHERE `entry`=13278; + +/* Discordant Surge */ +UPDATE `creature_template` SET `maxlevel` = 57, `dmgschool` = 4, `ArmorModifier` = 1.5, `BaseAttackTime` = 1500, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13279; + +/* Hydrospawn */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 2.45 WHERE `entry`=13280; + +/* Furis */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `speed_run` = 1.38571, `detection_range` = 18.0 WHERE `entry`=13281; + +/* Noxxion */ +UPDATE `creature_template` SET `minlevel` = 48, `maxlevel` = 48, `DamageModifier` = 2.2 WHERE `entry`=13282; + +/* Lord Tony Romano */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WHERE `entry`=13283; + +/* Frostwolf Shaman */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `ArmorModifier` = 1.25, `mingold` = 157, `maxgold` = 786 WHERE `entry`=13284; + +/* Death Lash */ +UPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry`=13285; + +/* Lieutenant Largent */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `mingold` = 157, `maxgold` = 2742 WHERE `entry`=13296; + +/* Lieutenant Stouthandle */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `mingold` = 157, `maxgold` = 1175 WHERE `entry`=13297; + +/* Lieutenant Greywand */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13298; + +/* Lieutenant Lonadin */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `mingold` = 157, `maxgold` = 786 WHERE `entry`=13299; + +/* Lieutenant Mancuso */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 12.35, `ArmorModifier` = 1.1, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13300; + +/* Hive'Ashi Ambusher */ +UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `DamageModifier` = 1.45, `RangeAttackTime` = 1595, `mingold` = 55, `maxgold` = 276 WHERE `entry`=13301; + +/* Coldmine Peon */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 0.85, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13316; + +/* Coldmine Miner */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `ArmorModifier` = 1.1, `BaseAttackTime` = 2000, `RangeAttackTime` = 1292, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13317; + +/* Commander Mortimer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 15.2, `ArmorModifier` = 1.4, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13318; + +/* Commander Duffy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 15.2, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13319; + +/* Commander Karl Philips */ +UPDATE `creature_template` SET `DamageModifier` = 15.2, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13320; + +/* Frog */ +UPDATE `creature_template` SET `modelid1` = 6297, `modelid4` = 901, `DamageModifier` = 2.55 WHERE `entry`=13321; + +/* Hydraxian Honor Guard */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 2.15 WHERE `entry`=13322; + +/* Subterranean Diemetradon */ +UPDATE `creature_template` SET `maxlevel` = 48, `DamageModifier` = 3.1 WHERE `entry`=13323; + +/* Seasoned Guardsman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.35, `ArmorModifier` = 0.75, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13324; + +/* Seasoned Mountaineer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.35, `ArmorModifier` = 0.75, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13325; + +/* Seasoned Defender */ +UPDATE `creature_template` SET `DamageModifier` = 2.5, `ArmorModifier` = 0.75, `mingold` = 70, `maxgold` = 352 WHERE `entry`=13326; + +/* Seasoned Sentinel */ +UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `speed_walk` = 1.0, `DamageModifier` = 2.35, `ArmorModifier` = 0.75, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13327; + +/* Seasoned Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 2.5, `ArmorModifier` = 0.75, `mingold` = 70, `maxgold` = 352 WHERE `entry`=13328; + +/* Seasoned Legionnaire */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.35, `BaseAttackTime` = 2000, `RangeAttackTime` = 1540, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13329; + +/* Seasoned Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.35, `ArmorModifier` = 0.75, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13330; + +/* Veteran Defender */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 0.8, `mingold` = 73, `maxgold` = 367 WHERE `entry`=13331; + +/* Veteran Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 0.8, `mingold` = 73, `maxgold` = 367 WHERE `entry`=13332; + +/* Veteran Guardsman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.9, `ArmorModifier` = 0.8, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13333; + +/* Veteran Legionnaire */ +UPDATE `creature_template` SET `DamageModifier` = 2.95, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13334; + +/* Veteran Mountaineer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.9, `ArmorModifier` = 0.8, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13335; + +/* Veteran Sentinel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.9, `ArmorModifier` = 0.8, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13336; + +/* Veteran Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.9, `ArmorModifier` = 0.8, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13337; + +/* Core Rat */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=13338; + +/* Warrior 60 */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=13339; + +/* Stormpike Mine Layer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 13.0, `ArmorModifier` = 1.5, `RangeAttackTime` = 1283 WHERE `entry`=13356; + +/* Frostwolf Mine Layer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 13.0, `ArmorModifier` = 1.5, `RangeAttackTime` = 1283 WHERE `entry`=13357; + +/* Stormpike Bowman */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 0.2, `mingold` = 65, `maxgold` = 648 WHERE `entry`=13358; + +/* Frostwolf Bowman */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 0.2, `mingold` = 65, `maxgold` = 765 WHERE `entry`=13359; + +/* Master Engineer Zinfizzlex */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265 WHERE `entry`=13377; + +/* Frostwolf Shredder Unit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.45, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 99, `maxgold` = 497 WHERE `entry`=13378; + +/* Irondeep Miner */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 0.85, `mingold` = 1, `maxgold` = 844 WHERE `entry`=13396; + +/* Irondeep Peon */ +UPDATE `creature_template` SET `DamageModifier` = 15.3, `ArmorModifier` = 1.7, `mingold` = 1, `maxgold` = 830 WHERE `entry`=13397; + +/* Stormpike Shredder Unit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.45, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292, `mingold` = 98, `maxgold` = 491 WHERE `entry`=13416; + +/* Ivus the Forest Lord */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 4.0, `speed_run` = 2.14286, `rank` = 3, `DamageModifier` = 5.3, `ArmorModifier` = 1.7, `BaseAttackTime` = 2000, `RangeAttackTime` = 1255, `unit_class` = 2, `mingold` = 505, `maxgold` = 2525 WHERE `entry`=13419; + +/* Champion Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 0.85, `mingold` = 73, `maxgold` = 367 WHERE `entry`=13421; + +/* Champion Defender */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.0, `ArmorModifier` = 0.85, `BaseAttackTime` = 2000, `RangeAttackTime` = 1540, `mingold` = 73, `maxgold` = 367 WHERE `entry`=13422; + +/* Champion Guardsman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.7, `ArmorModifier` = 0.85, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13424; + +/* Champion Legionnaire */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.7, `ArmorModifier` = 0.9, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13425; + +/* Champion Mountaineer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.7, `ArmorModifier` = 0.85, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13426; + +/* Champion Sentinel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.7, `ArmorModifier` = 0.85, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551, `mingold` = 67, `maxgold` = 333 WHERE `entry`=13427; + +/* Champion Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.7, `ArmorModifier` = 0.85, `BaseAttackTime` = 2000, `RangeAttackTime` = 1551 WHERE `entry`=13428; + +/* Whulwert Copperpinch */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85, `mingold` = 1, `maxgold` = 377 WHERE `entry`=13431; + +/* Seersa Copperpinch */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85, `mingold` = 1, `maxgold` = 377 WHERE `entry`=13432; + +/* Khole Jinglepocket */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=13435; + +/* Guchie Jinglepocket */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=13436; + +/* Wing Commander Ichman */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13437; + +/* Wing Commander Slidore */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13438; + +/* Wing Commander Vipore */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 830 WHERE `entry`=13439; + +/* Frostwolf Wolf Rider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.5, `BaseAttackTime` = 2000, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13440; + +/* Frostwolf Wolf Rider Commander */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13441; + +/* Arch Druid Renferal */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.35, `mingold` = 1, `maxgold` = 844 WHERE `entry`=13442; + +/* Druid of the Grove */ +UPDATE `creature_template` SET `DamageModifier` = 5.7, `ArmorModifier` = 1.35, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13443; + +/* Field Marshal Teravaine */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.45, `ArmorModifier` = 1.15, `RangeAttackTime` = 1255, `mingold` = 173, `maxgold` = 864 WHERE `entry`=13446; + +/* Corporal Noreg Stormpike */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `mingold` = 1, `maxgold` = 873 WHERE `entry`=13447; + +/* Sergeant Yazra Bloodsnarl */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `mingold` = 1, `maxgold` = 752 WHERE `entry`=13448; + +/* Warmaster Garrick */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.55, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13449; + +/* Noxxion's Spawn */ +UPDATE `creature_template` SET `minlevel` = 46, `DamageModifier` = 1.05, `ArmorModifier` = 0.95, `RangeAttackTime` = 1650, `mingold` = 46, `maxgold` = 230 WHERE `entry`=13456; + +/* Balai Lok'Wein */ +UPDATE `creature_template` SET `subname` = 'Potions, Scrolls and Reagents' WHERE `entry`=13476; + +/* Noxxion Trigger */ +UPDATE `creature_template` SET `speed_walk` = 8.0, `speed_run` = 2.85714, `DamageModifier` = 1.3 WHERE `entry`=13477; + +/* Risen Ancient */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 1 WHERE `entry`=13496; + +/* Frostwolf Outrunner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.45, `ArmorModifier` = 0.2, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13516; + +/* Seasoned Outrunner */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `speed_walk` = 1.0, `DamageModifier` = 2.8, `ArmorModifier` = 0.2, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13517; + +/* Veteran Outrunner */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 3.1, `ArmorModifier` = 0.25, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13518; + +/* Champion Outrunner */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 3.3, `ArmorModifier` = 0.25, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13519; + +/* Stormpike Ranger */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.45, `ArmorModifier` = 0.2, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13520; + +/* Seasoned Ranger */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 57, `speed_walk` = 1.0, `DamageModifier` = 2.8, `ArmorModifier` = 0.2, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13521; + +/* Veteran Ranger */ +UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 3.0, `ArmorModifier` = 0.25, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13522; + +/* Champion Ranger */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 3.3, `ArmorModifier` = 0.25, `BaseAttackTime` = 1400, `RangeAttackTime` = 1500, `mingold` = 65, `maxgold` = 326 WHERE `entry`=13523; + +/* Stormpike Commando */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.45, `ArmorModifier` = 0.85, `RangeAttackTime` = 1310 WHERE `entry`=13524; + +/* Seasoned Commando */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.6, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13525; + +/* Veteran Commando */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13526; + +/* Champion Commando */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.2, `ArmorModifier` = 1.15, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13527; + +/* Frostwolf Reaver */ +UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 3.5, `RangeAttackTime` = 1283, `mingold` = 157, `maxgold` = 786 WHERE `entry`=13528; + +/* Seasoned Reaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.5, `RangeAttackTime` = 1283 WHERE `entry`=13529; + +/* Veteran Reaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=13530; + +/* Champion Reaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.45, `ArmorModifier` = 1.15, `RangeAttackTime` = 1255, `mingold` = 1, `maxgold` = 900 WHERE `entry`=13531; + +/* Spewed Larva */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 47, `DamageModifier` = 2.6, `ArmorModifier` = 0.95 WHERE `entry`=13533; + +/* Seasoned Coldmine Guard */ +UPDATE `creature_template` SET `DamageModifier` = 5.2, `BaseAttackTime` = 2800, `RangeAttackTime` = 1301, `mingold` = 1, `maxgold` = 830 WHERE `entry`=13534; + +/* Veteran Coldmine Guard */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `ArmorModifier` = 0.95, `mingold` = 1, `maxgold` = 801 WHERE `entry`=13535; + +/* Champion Coldmine Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.9, `ArmorModifier` = 1.1, `BaseAttackTime` = 2800, `RangeAttackTime` = 1301, `mingold` = 1, `maxgold` = 830 WHERE `entry`=13536; + +/* Seasoned Coldmine Surveyor */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1338, `mingold` = 1, `maxgold` = 774 WHERE `entry`=13537; + +/* Veteran Coldmine Surveyor */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 801 WHERE `entry`=13538; + +/* Champion Coldmine Surveyor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.3, `ArmorModifier` = 1.35, `BaseAttackTime` = 2000, `RangeAttackTime` = 1301, `unit_class` = 2, `mingold` = 1, `maxgold` = 830 WHERE `entry`=13539; + +/* Seasoned Irondeep Explorer */ +UPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 3.65, `mingold` = 143, `maxgold` = 713 WHERE `entry`=13540; + +/* Veteran Irondeep Explorer */ +UPDATE `creature_template` SET `DamageModifier` = 3.3, `ArmorModifier` = 0.9, `unit_class` = 2, `mingold` = 133, `maxgold` = 666 WHERE `entry`=13541; + +/* Champion Irondeep Explorer */ +UPDATE `creature_template` SET `DamageModifier` = 5.15, `ArmorModifier` = 1.35, `unit_class` = 2, `mingold` = 1, `maxgold` = 817 WHERE `entry`=13542; + +/* Seasoned Irondeep Raider */ +UPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 3.6, `ArmorModifier` = 1.05, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13543; + +/* Veteran Irondeep Raider */ +UPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 3.35, `ArmorModifier` = 0.95, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13544; + +/* Champion Irondeep Raider */ +UPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 774 WHERE `entry`=13545; + +/* Seasoned Coldmine Explorer */ +UPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 3.85, `ArmorModifier` = 0.9, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13546; + +/* Veteran Coldmine Explorer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.65, `ArmorModifier` = 0.95, `BaseAttackTime` = 2000, `RangeAttackTime` = 1329, `mingold` = 133, `maxgold` = 666 WHERE `entry`=13547; + +/* Champion Coldmine Explorer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.3, `ArmorModifier` = 1.35, `BaseAttackTime` = 2000, `RangeAttackTime` = 1301, `unit_class` = 2, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13548; + +/* Seasoned Coldmine Invader */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.7, `ArmorModifier` = 0.75, `BaseAttackTime` = 2000, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry`=13549; + +/* Veteran Coldmine Invader */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.45, `BaseAttackTime` = 2000, `RangeAttackTime` = 1320, `mingold` = 138, `maxgold` = 689 WHERE `entry`=13550; + +/* Champion Coldmine Invader */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `BaseAttackTime` = 2000, `RangeAttackTime` = 1292, `mingold` = 152, `maxgold` = 761 WHERE `entry`=13551; + +/* Seasoned Irondeep Guard */ +UPDATE `creature_template` SET `DamageModifier` = 4.55, `mingold` = 124, `maxgold` = 620 WHERE `entry`=13552; + +/* Veteran Irondeep Guard */ +UPDATE `creature_template` SET `DamageModifier` = 4.75, `mingold` = 138, `maxgold` = 689 WHERE `entry`=13553; + +/* Champion Irondeep Guard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.8, `ArmorModifier` = 1.1, `BaseAttackTime` = 2000, `RangeAttackTime` = 1310, `mingold` = 143, `maxgold` = 713 WHERE `entry`=13554; + +/* Seasoned Irondeep Surveyor */ +UPDATE `creature_template` SET `DamageModifier` = 3.25, `ArmorModifier` = 1.25, `mingold` = 127, `maxgold` = 634 WHERE `entry`=13555; + +/* Veteran Irondeep Surveyor */ +UPDATE `creature_template` SET `DamageModifier` = 2.35, `ArmorModifier` = 1.25, `mingold` = 124, `maxgold` = 620 WHERE `entry`=13556; + +/* Champion Irondeep Surveyor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.35, `ArmorModifier` = 1.25, `BaseAttackTime` = 2000, `RangeAttackTime` = 1347, `unit_class` = 2, `mingold` = 124, `maxgold` = 620 WHERE `entry`=13557; + +/* Stormpike Ram Rider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.7, `RangeAttackTime` = 1274, `mingold` = 162, `maxgold` = 812 WHERE `entry`=13576; + +/* Stormpike Ram Rider Commander */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 886 WHERE `entry`=13577; + +/* Rotgrip */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 3.4 WHERE `entry`=13596; + +/* Frostwolf Explosives Expert */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.3, `RangeAttackTime` = 1283, `mingold` = 1, `maxgold` = 858 WHERE `entry`=13597; + +/* Stormpike Explosives Expert */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.3, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274, `mingold` = 1, `maxgold` = 873 WHERE `entry`=13598; + +/* Stolid Snapjaw */ +UPDATE `creature_template` SET `minlevel` = 46, `maxlevel` = 47, `DamageModifier` = 0.95, `ArmorModifier` = 1.95 WHERE `entry`=13599; + +/* Tinkerer Gizlock */ +UPDATE `creature_template` SET `minlevel` = 50, `maxlevel` = 50, `DamageModifier` = 3.4 WHERE `entry`=13601; + +/* The Abominable Greench */ +UPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry`=13602; + +/* Frostwolf Stable Master */ +UPDATE `creature_template` SET `DamageModifier` = 5.3, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 873 WHERE `entry`=13616; + +/* Stormpike Stable Master */ +UPDATE `creature_template` SET `DamageModifier` = 5.3, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 873 WHERE `entry`=13617; + +/* Stabled Frostwolf */ +UPDATE `creature_template` SET `maxlevel` = 50, `speed_walk` = 1.0, `DamageModifier` = 1.4, `ArmorModifier` = 0.75, `RangeAttackTime` = 1661, `mingold` = 45, `maxgold` = 224 WHERE `entry`=13618; + +/* Gizlock's Dummy */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=13619; + +/* Gizlock */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=13620; + +/* Strange Snowman */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=13636; + +/* Willow */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=13656; + +/* Stabled Alterac Ram */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.8, `ArmorModifier` = 0.75, `RangeAttackTime` = 1551, `mingold` = 63, `maxgold` = 316 WHERE `entry`=13676; + +/* Noxxious Scion */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `dmgschool` = 4, `DamageModifier` = 2.1, `ArmorModifier` = 0.95, `RangeAttackTime` = 1402, `mingold` = 99, `maxgold` = 494 WHERE `entry`=13696; + +/* Cavindra */ +UPDATE `creature_template` SET `DamageModifier` = 3.25, `ArmorModifier` = 0.75 WHERE `entry`=13697; + +/* Keeper Marandis */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=13698; + +/* Selendra */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.45 WHERE `entry`=13699; + +/* Celebras the Redeemed */ +UPDATE `creature_template` SET `minlevel` = 49, `maxlevel` = 49, `DamageModifier` = 3.35, `ArmorModifier` = 1.25, `mingold` = 1, `maxgold` = 690 WHERE `entry`=13716; + +/* Centaur Pariah */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=13717; + +/* The Nameless Prophet */ +UPDATE `creature_template` SET `DamageModifier` = 4.85, `mingold` = 195, `maxgold` = 994 WHERE `entry`=13718; + +/* Noxxious Essence */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 46, `speed_walk` = 1.0, `dmgschool` = 4, `DamageModifier` = 0.8, `ArmorModifier` = 0.95, `BaseAttackTime` = 1580, `RangeAttackTime` = 1738, `mingold` = 33, `maxgold` = 166 WHERE `entry`=13736; + +/* Marandis' Sister */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.2 WHERE `entry`=13737; + +/* Veng */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.35, `ArmorModifier` = 1.05, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 1122 WHERE `entry`=13738; + +/* Maraudos */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.35, `BaseAttackTime` = 1266, `RangeAttackTime` = 1393, `mingold` = 103, `maxgold` = 540 WHERE `entry`=13739; + +/* Magra */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.0, `BaseAttackTime` = 1258, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 622 WHERE `entry`=13740; + +/* Gelk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.25, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 1060 WHERE `entry`=13741; + +/* Kolk */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 4.0, `RangeAttackTime` = 1384, `mingold` = 107, `maxgold` = 1073 WHERE `entry`=13742; + +/* Corrupt Force of Nature */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `DamageModifier` = 0.9, `ArmorModifier` = 0.9 WHERE `entry`=13743; + +/* PvP Graveyard Credit Marker */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=13756; + +/* Corporal Teeka Bloodsnarl */ +UPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 0.95 WHERE `entry`=13776; + +/* Sergeant Durgen Stormpike */ +UPDATE `creature_template` SET `DamageModifier` = 3.35 WHERE `entry`=13777; + +/* PvP Tower Credit Marker */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=13778; + +/* PvP Mine Credit Marker */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=13796; + +/* Mountaineer Boombellow */ +UPDATE `creature_template` SET `maxlevel` = 61, `DamageModifier` = 3.65, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 1387 WHERE `entry`=13797; + +/* Jotek */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.05, `mingold` = 1, `maxgold` = 900 WHERE `entry`=13798; + +/* Prospector Stonehewer */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.2 WHERE `entry`=13816; + +/* Voggah Deathgrip */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.05 WHERE `entry`=13817; + +/* Burning Blade Nightmare */ +UPDATE `creature_template` SET `speed_walk` = 1.0 WHERE `entry`=13836; + +/* Captured Stallion */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=13837; + +/* Royal Dreadguard */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 844 WHERE `entry`=13839; + +/* Warmaster Laggrond */ +UPDATE `creature_template` SET `DamageModifier` = 5.1 WHERE `entry`=13840; + +/* Lieutenant Haggerdin */ +UPDATE `creature_template` SET `DamageModifier` = 12.45, `ArmorModifier` = 1.15 WHERE `entry`=13841; + +/* Frostwolf Ambassador Rokhstrom */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=13842; + +/* Lieutenant Rotimer */ +UPDATE `creature_template` SET `DamageModifier` = 3.2, `ArmorModifier` = 2.4 WHERE `entry`=13843; + +/* Alliance Res Fixer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=13856; + +/* Horde Res Fixer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=13857; + +/* Mekgineer Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 0.05, `RangeAttackTime` = 2200 WHERE `entry`=13876; + +/* Scalebeard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.25, `ArmorModifier` = 1.5 WHERE `entry`=13896; + +/* Izzy Coppergrab */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=13917; + +/* Ravenholdt */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=13936; + +/* Winterax Mystic */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.8, `ArmorModifier` = 1.25, `RangeAttackTime` = 1292, `unit_class` = 2 WHERE `entry`=13956; + +/* Winterax Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.55, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274 WHERE `entry`=13957; + +/* Winterax Seer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.8, `ArmorModifier` = 1.25, `RangeAttackTime` = 1283, `unit_class` = 2 WHERE `entry`=13958; + +/* Alterac Yeti */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15, `mingold` = 157, `maxgold` = 3066 WHERE `entry`=13959; + +/* Tortured Drake */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `DamageModifier` = 0.15, `maxgold` = 2 WHERE `entry`=13976; + +/* Gash'nak the Cannibal */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=13977; + +/* Blackwing Technician */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1, `mingold` = 1010, `maxgold` = 25000 WHERE `entry`=13996; + +/* Ushalac the Gloomdweller */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=14016; + +/* Withered Troll */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14017; + +/* Rezrelek */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14018; + +/* Tatterhide */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14019; + +/* Chromaggus */ +UPDATE `creature_template` SET `speed_run` = 2.14286, `ArmorModifier` = 1.3, `mingold` = 1984482, `maxgold` = 2007690 WHERE `entry`=14020; + +/* Winterax Sentry */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.4, `RangeAttackTime` = 1833, `unit_class` = 2 WHERE `entry`=14021; + +/* Corrupted Red Whelp */ +UPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.1 WHERE `entry`=14022; + +/* Corrupted Green Whelp */ +UPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.1 WHERE `entry`=14023; + +/* Corrupted Blue Whelp */ +UPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.1 WHERE `entry`=14024; + +/* Corrupted Bronze Whelp */ +UPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.1 WHERE `entry`=14025; + +/* Trigger Guse */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1, `maxgold` = 2 WHERE `entry`=14026; + +/* Trigger Mulverick */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1, `maxgold` = 2 WHERE `entry`=14027; + +/* Trigger Jeztor */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1, `maxgold` = 2 WHERE `entry`=14028; + +/* Trigger Ichman */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1, `maxgold` = 2 WHERE `entry`=14029; + +/* Trigger Slidore */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1, `maxgold` = 2 WHERE `entry`=14030; + +/* Trigger Vipore */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1, `maxgold` = 2 WHERE `entry`=14031; + +/* Haggle */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=14041; + +/* Rytama */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14042; + +/* Phase Lasher (Fire) */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.35, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry`=14061; + +/* Phase Lasher (Nature) */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.35, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry`=14062; + +/* Phase Lasher (Arcane) */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.35, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry`=14063; + +/* Demon Portal */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=14081; + +/* Enraged Felguard */ +UPDATE `creature_template` SET `DamageModifier` = 15.0, `ArmorModifier` = 1.1 WHERE `entry`=14101; + +/* Deeprun Diver */ +UPDATE `creature_template` SET `speed_run` = 0.142857, `DamageModifier` = 0.85 WHERE `entry`=14121; + +/* Massive Geyser */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.7, `mingold` = 64, `maxgold` = 318 WHERE `entry`=14122; + +/* Steeljaw Snapper */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=14123; + +/* Stormpike Reclaimer */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14141; + +/* Frostwolf Reclaimer */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14142; + +/* Ar'lia */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=14143; + +/* Taroen */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14144; + +/* Ja'ker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14145; + +/* Urrul */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14146; + +/* Lorael */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14147; + +/* Fre'an */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14148; + +/* Karana */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14161; + +/* RaidMage */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=14162; + +/* [PH] Graveyard Herald */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14181; + +/* Bounty Hunter Kolark */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=14182; + +/* Artilleryman Sheldonore */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.05 WHERE `entry`=14183; + +/* Phase Lasher (Frost) */ +UPDATE `creature_template` SET `minlevel` = 53, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.35, `BaseAttackTime` = 1208, `RangeAttackTime` = 1329 WHERE `entry`=14184; + +/* Najak Hexxen */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `mingold` = 1, `maxgold` = 778 WHERE `entry`=14185; + +/* Ravak Grimtotem */ +UPDATE `creature_template` SET `DamageModifier` = 2.2, `ArmorModifier` = 0.9, `mingold` = 1, `maxgold` = 752 WHERE `entry`=14186; + +/* Athramanis */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 0.9, `mingold` = 1, `maxgold` = 778 WHERE `entry`=14187; + +/* Dirk Swindle */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `mingold` = 1, `maxgold` = 778 WHERE `entry`=14188; + +/* [UNUSED] Sid Stuco */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=14201; + +/* Gravis Slipknot */ +UPDATE `creature_template` SET `RangeAttackTime` = 1485, `maxgold` = 99 WHERE `entry`=14221; + +/* Araga */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=14222; + +/* Cranky Benj */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=14223; + +/* 7:XT */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.7, `BaseAttackTime` = 2000, `RangeAttackTime` = 1430 WHERE `entry`=14224; + +/* Prince Kellen */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.4, `BaseAttackTime` = 1375, `RangeAttackTime` = 1512 WHERE `entry`=14225; + +/* Kaskk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.6 WHERE `entry`=14226; + +/* Hissperak */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=14227; + +/* Giggler */ +UPDATE `creature_template` SET `RangeAttackTime` = 1503 WHERE `entry`=14228; + +/* Accursed Slitherblade */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38, `speed_walk` = 1.0, `DamageModifier` = 4.15, `BaseAttackTime` = 1341, `RangeAttackTime` = 1475 WHERE `entry`=14229; + +/* Burgle Eye */ +UPDATE `creature_template` SET `minlevel` = 38, `maxlevel` = 38 WHERE `entry`=14230; + +/* Drogoth the Roamer */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `mingold` = 66, `maxgold` = 330 WHERE `entry`=14231; + +/* Dart */ +UPDATE `creature_template` SET `RangeAttackTime` = 1466 WHERE `entry`=14232; + +/* Ripscale */ +UPDATE `creature_template` SET `minlevel` = 39, `maxlevel` = 39 WHERE `entry`=14233; + +/* Hayoc */ +UPDATE `creature_template` SET `minlevel` = 41, `maxlevel` = 41, `DamageModifier` = 5.45, `ArmorModifier` = 1.1 WHERE `entry`=14234; + +/* The Rot */ +UPDATE `creature_template` SET `minlevel` = 43, `maxlevel` = 43, `DamageModifier` = 3.1, `ArmorModifier` = 1.15, `RangeAttackTime` = 1420, `mingold` = 86, `maxgold` = 430 WHERE `entry`=14235; + +/* Lord Angler */ +UPDATE `creature_template` SET `minlevel` = 44, `maxlevel` = 44, `DamageModifier` = 3.55, `ArmorModifier` = 0.95, `RangeAttackTime` = 1384, `mingold` = 101, `maxgold` = 505 WHERE `entry`=14236; + +/* Oozeworm */ +UPDATE `creature_template` SET `minlevel` = 42, `maxlevel` = 42, `DamageModifier` = 3.5, `ArmorModifier` = 1.5, `BaseAttackTime` = 1300, `RangeAttackTime` = 1430, `mingold` = 83, `maxgold` = 413 WHERE `entry`=14237; + +/* Ironbark the Redeemed */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.35, `BaseAttackTime` = 1191, `RangeAttackTime` = 1310 WHERE `entry`=14241; + +/* [UNUSED] Sulhasa */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.35, `BaseAttackTime` = 1216, `RangeAttackTime` = 1338 WHERE `entry`=14242; + +/* Blue Drakonid */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry`=14261; + +/* Green Drakonid */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry`=14262; + +/* Bronze Drakonid */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry`=14263; + +/* Red Drakonid */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry`=14264; + +/* Black Drakonid */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry`=14265; + +/* Shanda the Spinner */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.25, `RangeAttackTime` = 1595 WHERE `entry`=14266; + +/* Emogg the Crusher */ +UPDATE `creature_template` SET `DamageModifier` = 4.0, `RangeAttackTime` = 1595, `maxgold` = 195 WHERE `entry`=14267; + +/* Lord Condar */ +UPDATE `creature_template` SET `minlevel` = 16, `speed_walk` = 1.0, `RangeAttackTime` = 1631 WHERE `entry`=14268; + +/* Seeker Aqualon */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 2.2 WHERE `entry`=14269; + +/* Squiddic */ +UPDATE `creature_template` SET `maxgold` = 50 WHERE `entry`=14270; + +/* Ribchaser */ +UPDATE `creature_template` SET `maxgold` = 38 WHERE `entry`=14271; + +/* Snarlflare */ +UPDATE `creature_template` SET `DamageModifier` = 4.95 WHERE `entry`=14272; + +/* Boulderheart */ +UPDATE `creature_template` SET `DamageModifier` = 3.1, `maxgold` = 102 WHERE `entry`=14273; + +/* Winterax Tracker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=14274; + +/* Tamra Stormpike */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.6, `RangeAttackTime` = 1558 WHERE `entry`=14275; + +/* Scargil */ +UPDATE `creature_template` SET `DamageModifier` = 3.25, `maxgold` = 65 WHERE `entry`=14276; + +/* Lady Zephris */ +UPDATE `creature_template` SET `maxgold` = 179 WHERE `entry`=14277; + +/* Ro'Bark */ +UPDATE `creature_template` SET `maxgold` = 100 WHERE `entry`=14278; + +/* Big Samras */ +UPDATE `creature_template` SET `ArmorModifier` = 0.35 WHERE `entry`=14280; + +/* Jimmy the Bleeder */ +UPDATE `creature_template` SET `mingold` = 17 WHERE `entry`=14281; + +/* Frostwolf Bloodhound */ +UPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry`=14282; + +/* Stormpike Owl */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `mingold` = 63, `maxgold` = 316 WHERE `entry`=14283; + +/* Stormpike Battleguard */ +UPDATE `creature_template` SET `DamageModifier` = 7.4 WHERE `entry`=14284; + +/* Frostwolf Battleguard */ +UPDATE `creature_template` SET `DamageModifier` = 7.4 WHERE `entry`=14285; + +/* Brinna Valanaar */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry`=14301; + +/* Chromatic Drakonid */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=14302; + +/* Petrified Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 1.5, `unit_class` = 1, `maxgold` = 2051 WHERE `entry`=14303; + +/* Kor'kron Elite */ +UPDATE `creature_template` SET `modelid2` = 14362, `modelid3` = 14361, `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.0, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14304; + +/* Human Orphan */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `RangeAttackTime` = 2167 WHERE `entry`=14305; + +/* Eskhandar */ +UPDATE `creature_template` SET `DamageModifier` = 0.55 WHERE `entry`=14306; + +/* Black Drakonid Spawner */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14307; + +/* Ferra */ +UPDATE `creature_template` SET `DamageModifier` = 5.3, `ArmorModifier` = 1.1, `mingold` = 162, `maxgold` = 812 WHERE `entry`=14308; + +/* Red Drakonid Spawner */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14309; + +/* Green Drakonid Spawner */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14310; + +/* Bronze Drakonid Spawner */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14311; + +/* Blue Drakonid Spawner */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14312; + +/* Guard Fengus */ +UPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry`=14321; + +/* Stomper Kreeg */ +UPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry`=14322; + +/* Guard Slip'kik */ +UPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry`=14323; + +/* Cho'Rush the Observer */ +UPDATE `creature_template` SET `DamageModifier` = 5.7, `ArmorModifier` = 1.1 WHERE `entry`=14324; + +/* Captain Kromcrush */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.15 WHERE `entry`=14325; + +/* Guard Mol'dar */ +UPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 3.45 WHERE `entry`=14326; + +/* Lethtendris */ +UPDATE `creature_template` SET `modelid1` = 14378, `DamageModifier` = 3.85, `maxgold` = 1201 WHERE `entry`=14327; + +/* Black War Wolf */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14329; + +/* Black War Raptor */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14330; + +/* Red Skeletal Warhorse */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14331; + +/* Black War Steed */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14332; + +/* Black War Kodo */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14333; + +/* Black Battlestrider */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14334; + +/* Black War Ram */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=14335; + +/* Field Repair Bot 74A */ + + +/* Knot Thimblejack */ +UPDATE `creature_template` SET `DamageModifier` = 1.0, `ArmorModifier` = 0.8 WHERE `entry`=14338; + +/* Alshirr Banebreath */ +UPDATE `creature_template` SET `DamageModifier` = 3.55, `RangeAttackTime` = 1301 WHERE `entry`=14340; + +/* Felendor the Accuser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=14341; + +/* Ragepaw */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `speed_run` = 0.992063, `DamageModifier` = 3.4, `RangeAttackTime` = 1338 WHERE `entry`=14342; + +/* Mongress */ +UPDATE `creature_template` SET `ArmorModifier` = 0.65 WHERE `entry`=14344; + +/* The Ongar */ +UPDATE `creature_template` SET `DamageModifier` = 3.3 WHERE `entry`=14345; + +/* Captain Greshkil */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `rank` = 1, `DamageModifier` = 1.0 WHERE `entry`=14346; + +/* Highlord Demitrian */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.2 WHERE `entry`=14347; + +/* Earthcaller Franzahl */ +UPDATE `creature_template` SET `modelid1` = 14394, `speed_walk` = 1.0, `DamageModifier` = 5.1, `ArmorModifier` = 1.2, `BaseAttackTime` = 1158 WHERE `entry`=14348; + +/* Pimgib */ +UPDATE `creature_template` SET `DamageModifier` = 3.95 WHERE `entry`=14349; + +/* Hydroling */ +UPDATE `creature_template` SET `dmgschool` = 4, `DamageModifier` = 0.15 WHERE `entry`=14350; + +/* Gordok Bushwacker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.45, `BaseAttackTime` = 1175, `RangeAttackTime` = 1292 WHERE `entry`=14351; + +/* Duke Landressar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14352; + +/* Mizzle the Crafty */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14353; + +/* Pusillin */ +UPDATE `creature_template` SET `DamageModifier` = 6.2 WHERE `entry`=14354; + +/* Azj'Tordin */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=14355; + +/* Sawfin Frenzy */ +UPDATE `creature_template` SET `DamageModifier` = 0.45 WHERE `entry`=14356; + +/* Lake Thresher */ +UPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry`=14357; + +/* Shen'dralar Wisp */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=14361; + +/* Thornling */ +UPDATE `creature_template` SET `DamageModifier` = 0.15, `mingold` = 2, `maxgold` = 11 WHERE `entry`=14362; + +/* Thief Catcher Shadowdelve */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14363; + +/* Thief Catcher Farmountain */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14365; + +/* Warpwood Spores */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=14366; + +/* Thief Catcher Thunderbrew */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.2, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14367; + +/* Cadaverous Worm */ +UPDATE `creature_template` SET `minlevel` = 58, `DamageModifier` = 0.95, `ArmorModifier` = 0.7, `RangeAttackTime` = 1540 WHERE `entry`=14370; + +/* Winterfall Ambusher */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `mingold` = 55, `maxgold` = 277 WHERE `entry`=14372; + +/* Sage Korolusk */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14373; + +/* Scholar Runethorn */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14374; + +/* Scout Stronghand */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14375; + +/* Scout Manslayer */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14376; + +/* Scout Tharr */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14377; + +/* Huntress Skymane */ +UPDATE `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; + +/* Huntress Ravenoak */ +UPDATE `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; + +/* Huntress Leafrunner */ +UPDATE `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; + +/* Doomguard Minion */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.4, `ArmorModifier` = 1.35, `RangeAttackTime` = 1562, `unit_class` = 2 WHERE `entry`=14385; + +/* Wandering Eye of Kilrogg */ +UPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 1.42857, `DamageModifier` = 2.05, `ArmorModifier` = 0.95 WHERE `entry`=14386; + +/* Lothos Riftwaker */ +UPDATE `creature_template` SET `modelid1` = 7010, `DamageModifier` = 5.4, `ArmorModifier` = 1.35 WHERE `entry`=14387; + +/* Rogue Black Drake */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.0, `HealthModifier` = 3.0, `ManaModifier` = 2.0 WHERE `entry`=14388; + +/* Netherwalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.9, `ArmorModifier` = 1.1, `BaseAttackTime` = 1183, `RangeAttackTime` = 1301, `mingold` = 149, `maxgold` = 743 WHERE `entry`=14389; + +/* Expeditionary Mountaineer */ +UPDATE `creature_template` SET `DamageModifier` = 3.05, `ArmorModifier` = 1.45 WHERE `entry`=14390; + +/* Dire Maul Reaver Post */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14391; + +/* Overlord Runthak */ +UPDATE `creature_template` SET `DamageModifier` = 12.0 WHERE `entry`=14392; + +/* Expeditionary Priest */ +UPDATE `creature_template` SET `DamageModifier` = 0.85, `ArmorModifier` = 1.55 WHERE `entry`=14393; + +/* Major Mattingly */ +UPDATE `creature_template` SET `DamageModifier` = 12.0 WHERE `entry`=14394; + +/* Griniblix the Spectator */ +UPDATE `creature_template` SET `maxlevel` = 58, `DamageModifier` = 1.05 WHERE `entry`=14395; + +/* Eye of Immol'thar */ +UPDATE `creature_template` SET `minlevel` = 59, `maxlevel` = 59, `DamageModifier` = 5.15, `RangeAttackTime` = 1551 WHERE `entry`=14396; + +/* Mana Burst */ +UPDATE `creature_template` SET `dmgschool` = 6, `DamageModifier` = 0.1, `ArmorModifier` = 1.1, `RangeAttackTime` = 1562 WHERE `entry`=14397; + +/* Eldreth Darter */ +UPDATE `creature_template` SET `DamageModifier` = 3.8 WHERE `entry`=14398; + +/* Arcane Torrent */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 3.55, `ArmorModifier` = 1.05, `mingold` = 157, `maxgold` = 786 WHERE `entry`=14399; + +/* Arcane Feedback */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 1.5, `ArmorModifier` = 0.55 WHERE `entry`=14400; + +/* Master Elemental Shaper Krixix */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.1 WHERE `entry`=14401; + +/* Seeker Cromwell */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14402; + +/* Seeker Nahr */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14403; + +/* Seeker Thompson */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14404; + +/* Roving Kodo */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14406; + +/* Brown Prairie Dog */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=14421; + +/* BRD Trigger */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=14422; + +/* Officer Jaxon */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1 WHERE `entry`=14423; + +/* Mirelow */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `RangeAttackTime` = 1585 WHERE `entry`=14424; + +/* Gnawbone */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `maxgold` = 147 WHERE `entry`=14425; + +/* Harb Foulmountain */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 0.5, `maxgold` = 86 WHERE `entry`=14426; + +/* Uruson */ +UPDATE `creature_template` SET `mingold` = 1 WHERE `entry`=14428; + +/* Grimmaw */ +UPDATE `creature_template` SET `RangeAttackTime` = 1705, `mingold` = 8, `maxgold` = 42 WHERE `entry`=14429; + +/* Duskstalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.77 WHERE `entry`=14430; + +/* Fury Shelda */ +UPDATE `creature_template` SET `mingold` = 3 WHERE `entry`=14431; + +/* Threggil */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 1.15 WHERE `entry`=14432; + +/* Sludginn */ +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=14433; + +/* Alarm-o-Bot */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `HealthModifier` = 1.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=14434; + +/* Prince Thunderaan */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 13.15, `ArmorModifier` = 1.3, `BaseAttackTime` = 2000, `RangeAttackTime` = 1250, `mingold` = 31740, `maxgold` = 158699 WHERE `entry`=14435; + +/* Mor'zul Bloodbringer */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 1.15 WHERE `entry`=14436; + +/* Gorzeeki Wildeyes */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=14437; + +/* Officer Pomeroy */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1 WHERE `entry`=14438; + +/* Officer Brady */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.0, `HealthModifier` = 3.0, `ArmorModifier` = 1.1 WHERE `entry`=14439; + +/* Hunter Sagewind */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.2, `HealthModifier` = 3.0, `ArmorModifier` = 1.3 WHERE `entry`=14440; + +/* Hunter Ragetotem */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 5.2, `HealthModifier` = 3.0, `ArmorModifier` = 1.3 WHERE `entry`=14441; + +/* Hunter Thunderhorn */ +UPDATE `creature_template` SET `DamageModifier` = 4.0, `HealthModifier` = 3.0 WHERE `entry`=14442; + +/* Doomguard Tap Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14443; + +/* Orcish Orphan */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `RangeAttackTime` = 2167 WHERE `entry`=14444; + +/* Lord Captain Wyrmak */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 1.5 WHERE `entry`=14445; + +/* Fingat */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `DamageModifier` = 3.6, `RangeAttackTime` = 1402 WHERE `entry`=14446; + +/* Gilmorian */ +UPDATE `creature_template` SET `DamageModifier` = 3.35, `RangeAttackTime` = 1420, `maxgold` = 285 WHERE `entry`=14447; + +/* Molt Thorn */ +UPDATE `creature_template` SET `DamageModifier` = 3.6 WHERE `entry`=14448; + +/* Blackwing Orb Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=14449; + +/* Orphan Matron Nightingale */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=14450; + +/* Orphan Matron Battlewail */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=14451; + +/* Enslaved Doomguard Commander */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.42857, `DamageModifier` = 5.45, `ArmorModifier` = 1.45, `BaseAttackTime` = 1166, `RangeAttackTime` = 1283, `unit_class` = 2, `mingold` = 158, `maxgold` = 792 WHERE `entry`=14452; + +/* Orb of Domination */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=14453; + +/* The Windreaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.4, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274, `unit_class` = 1, `mingold` = 162, `maxgold` = 812 WHERE `entry`=14454; + +/* Whirling Invader */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `unit_class` = 1, `maxgold` = 22 WHERE `entry`=14455; + +/* Blackwing Guardsman */ +UPDATE `creature_template` SET `ArmorModifier` = 1.15 WHERE `entry`=14456; + +/* Princess Tempestria */ +UPDATE `creature_template` SET `speed_walk` = 1.55556, `DamageModifier` = 3.4, `ArmorModifier` = 1.1, `RangeAttackTime` = 1274, `unit_class` = 1, `mingold` = 162, `maxgold` = 812 WHERE `entry`=14457; + +/* Watery Invader */ +UPDATE `creature_template` SET `speed_walk` = 1.55556, `speed_run` = 1.14286, `DamageModifier` = 1.5, `unit_class` = 1, `maxgold` = 22 WHERE `entry`=14458; + +/* Nefarian's Troops */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=14459; + +/* Blazing Invader */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `unit_class` = 1, `maxgold` = 22 WHERE `entry`=14460; + +/* Baron Charr */ +UPDATE `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; + +/* Thundering Invader */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 0.8, `RangeAttackTime` = 1595, `maxgold` = 22 WHERE `entry`=14462; + +/* Daio the Decrepit */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=14463; + +/* Avalanchion */ +UPDATE `creature_template` SET `speed_walk` = 1.55556, `DamageModifier` = 5.3, `ArmorModifier` = 1.1, `RangeAttackTime` = 1283, `mingold` = 157, `maxgold` = 786 WHERE `entry`=14464; + +/* Alliance Battle Standard */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=14465; + +/* Horde Battle Standard */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=14466; + +/* Kroshius */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.25, `HealthModifier` = 6.0 WHERE `entry`=14467; + +/* Niby the Almighty */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14469; + +/* Impsy */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=14470; + +/* Setis */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.15, `ArmorModifier` = 1.15, `RangeAttackTime` = 1255 WHERE `entry`=14471; + +/* Gretheer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 3.4 WHERE `entry`=14472; + +/* Lapress */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.75, `ArmorModifier` = 1.1, `BaseAttackTime` = 1150 WHERE `entry`=14473; + +/* Zora */ +UPDATE `creature_template` SET `DamageModifier` = 3.85 WHERE `entry`=14474; + +/* Rex Ashil */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `ArmorModifier` = 1.5 WHERE `entry`=14475; + +/* Krellack */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.75 WHERE `entry`=14476; + +/* Grubthor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.45 WHERE `entry`=14477; + +/* Huricanian */ +UPDATE `creature_template` SET `dmgschool` = 3, `DamageModifier` = 2.45, `BaseAttackTime` = 1158 WHERE `entry`=14478; + +/* Twilight Lord Everun */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.6, `ArmorModifier` = 1.1 WHERE `entry`=14479; + +/* Alowicious Czervik */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=14480; + +/* Emmithue Smails */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `RangeAttackTime` = 2101 WHERE `entry`=14481; + +/* Xorothian Imp */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.1, `BaseAttackTime` = 1200, `RangeAttackTime` = 1573 WHERE `entry`=14482; + +/* Dread Guard */ +UPDATE `creature_template` SET `DamageModifier` = 4.9, `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry`=14483; + +/* Injured Peasant */ +UPDATE `creature_template` SET `speed_walk` = 0.4, `DamageModifier` = 0.05, `ArmorModifier` = 0.85 WHERE `entry`=14484; + +/* Plagued Peasant */ +UPDATE `creature_template` SET `speed_walk` = 0.8, `DamageModifier` = 0.05, `ArmorModifier` = 0.5 WHERE `entry`=14485; + +/* Scourge Footsoldier */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.55, `RangeAttackTime` = 1573 WHERE `entry`=14486; + +/* Gluggle */ +UPDATE `creature_template` SET `mingold` = 66, `maxgold` = 330 WHERE `entry`=14487; + +/* Roloch */ +UPDATE `creature_template` SET `DamageModifier` = 1.82, `BaseAttackTime` = 2800, `RangeAttackTime` = 1466, `mingold` = 69, `maxgold` = 346 WHERE `entry`=14488; + +/* Scourge Archer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.3, `ArmorModifier` = 1.1, `mingold` = 64, `maxgold` = 318 WHERE `entry`=14489; + +/* Rippa */ +UPDATE `creature_template` SET `DamageModifier` = 0.675, `RangeAttackTime` = 1411 WHERE `entry`=14490; + +/* Kurmokk */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=14491; + +/* Verifonix */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `BaseAttackTime` = 2000, `RangeAttackTime` = 1430, `maxgold` = 310 WHERE `entry`=14492; + +/* Priest Epic Event Caller */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=14493; + +/* Eris Havenfire */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 844 WHERE `entry`=14494; + +/* Invisible Trigger One */ +UPDATE `creature_template` SET `modelid1` = 13069, `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=14495; + +/* Stormwind Orphan */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=14496; + +/* Shellene */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.5 WHERE `entry`=14497; + +/* Horde Orphan */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=14499; + +/* J'eevee */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.85, `mingold` = 60, `maxgold` = 298 WHERE `entry`=14500; + +/* Warlock Mount Ritual Mob Type 3, Infernal (DND) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=14501; + +/* Xorothian Dreadsteed */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.28968, `DamageModifier` = 5.3, `ArmorModifier` = 1.2, `RangeAttackTime` = 1283, `mingold` = 166, `maxgold` = 832 WHERE `entry`=14502; + +/* The Cleaner */ +UPDATE `creature_template` SET `DamageModifier` = 35.25, `ArmorModifier` = 1.3 WHERE `entry`=14503; + +/* Dreadsteed Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.28968, `DamageModifier` = 1.6, `ArmorModifier` = 1.1, `RangeAttackTime` = 1551 WHERE `entry`=14504; + +/* Lord Hel'nurath */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 5.9, `ArmorModifier` = 1.5, `BaseAttackTime` = 2400, `RangeAttackTime` = 1246, `mingold` = 1167 WHERE `entry`=14506; + +/* High Priest Venoxis */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 2.14286, `DamageModifier` = 14.05, `ArmorModifier` = 1.3 WHERE `entry`=14507; + +/* Short John Mithril */ +UPDATE `creature_template` SET `DamageModifier` = 11.9, `ArmorModifier` = 1.3 WHERE `entry`=14508; + +/* High Priest Thekal */ +UPDATE `creature_template` SET `DamageModifier` = 17.55, `ArmorModifier` = 1.3 WHERE `entry`=14509; + +/* High Priestess Mar'li */ +UPDATE `creature_template` SET `DamageModifier` = 14.05, `ArmorModifier` = 1.3, `maxgold` = 401620 WHERE `entry`=14510; + +/* Shadowed Spirit */ +UPDATE `creature_template` SET `speed_walk` = 3.6, `speed_run` = 1.28571, `detection_range` = 45.0, `DamageModifier` = 5.4, `ArmorModifier` = 1.35, `RangeAttackTime` = 1292 WHERE `entry`=14511; + +/* Corrupted Spirit */ +UPDATE `creature_template` SET `speed_walk` = 2.8, `speed_run` = 1.0, `detection_range` = 45.0, `DamageModifier` = 4.9, `ArmorModifier` = 1.05, `RangeAttackTime` = 1301, `unit_class` = 1 WHERE `entry`=14512; + +/* Malicious Spirit */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 0.714286, `detection_range` = 45.0, `DamageModifier` = 4.9, `ArmorModifier` = 1.05, `RangeAttackTime` = 1301 WHERE `entry`=14513; + +/* Banal Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 0.428571, `detection_range` = 45.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.1, `RangeAttackTime` = 1551, `unit_class` = 1 WHERE `entry`=14514; + +/* High Priestess Arlokk */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `mingold` = 7337, `maxgold` = 369259 WHERE `entry`=14515; + +/* Death Knight Darkreaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.65, `ArmorModifier` = 1.5, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=14516; + +/* High Priestess Jeklik */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `maxgold` = 411647 WHERE `entry`=14517; + +/* Aspect of Banality */ +UPDATE `creature_template` SET `speed_walk` = 1.2, `speed_run` = 0.428571, `detection_range` = 45.0, `DamageModifier` = 5.85, `ArmorModifier` = 1.35, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=14518; + +/* Aspect of Corruption */ +UPDATE `creature_template` SET `speed_walk` = 2.8, `speed_run` = 1.0, `detection_range` = 45.0, `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `unit_class` = 1, `mingold` = 168, `maxgold` = 838 WHERE `entry`=14519; + +/* Aspect of Malice */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 0.714286, `detection_range` = 45.0, `DamageModifier` = 5.45, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 838 WHERE `entry`=14520; + +/* Aspect of Shadow */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `detection_range` = 45.0, `DamageModifier` = 5.85, `ArmorModifier` = 1.35, `RangeAttackTime` = 1265, `mingold` = 168, `maxgold` = 1806 WHERE `entry`=14521; + +/* Ur'dan */ +UPDATE `creature_template` SET `DamageModifier` = 1.25 WHERE `entry`=14522; + +/* Ulathek */ +UPDATE `creature_template` SET `maxgold` = 467 WHERE `entry`=14523; + +/* Vartrus the Ancient */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.15, `ArmorModifier` = 1.05, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 886 WHERE `entry`=14524; + +/* Stoma the Ancient */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.15, `ArmorModifier` = 1.05, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 886 WHERE `entry`=14525; + +/* Hastat the Ancient */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.15, `ArmorModifier` = 1.05, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 886 WHERE `entry`=14526; + +/* Simone the Inconspicuous */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.35 WHERE `entry`=14527; + +/* Precious */ +UPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 1.1 WHERE `entry`=14528; + +/* Franklin the Friendly */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=14529; + +/* Solenor the Slayer */ +UPDATE `creature_template` SET `speed_run` = 1.71429, `DamageModifier` = 5.3, `ArmorModifier` = 1.35, `RangeAttackTime` = 1301 WHERE `entry`=14530; + +/* Artorius the Amiable */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=14531; + +/* Razzashi Venombrood */ +UPDATE `creature_template` SET `DamageModifier` = 10.0, `ArmorModifier` = 1.1 WHERE `entry`=14532; + +/* Simone the Seductress */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.35, `RangeAttackTime` = 1301 WHERE `entry`=14533; + +/* Klinfran the Crazed */ +UPDATE `creature_template` SET `DamageModifier` = 4.9, `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry`=14534; + +/* Artorius the Doombringer */ +UPDATE `creature_template` SET `DamageModifier` = 4.9, `ArmorModifier` = 1.1, `RangeAttackTime` = 1301 WHERE `entry`=14535; + +/* Nelson the Nice */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.35 WHERE `entry`=14536; + +/* Precious the Devourer */ +UPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 1.1, `RangeAttackTime` = 1292 WHERE `entry`=14538; + +/* Great Gray Kodo */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=14550; + +/* Swift Yellow Mechanostrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=14551; + +/* Swift White Mechanostrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=14552; + +/* Swift Green Mechanostrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=14553; + +/* Swift Stripped Mechanostrider */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3 WHERE `entry`=14554; + +/* Swift Mistsaber */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=14555; + +/* Swift Frostsaber */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=14556; + +/* Swift Dawnsaber */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 7.0, `RangeAttackTime` = 2200 WHERE `entry`=14557; + +/* Purple Skeletal Warhorse */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=14558; + +/* Swift Blue Mechanostrider */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3 WHERE `entry`=14562; + +/* Swift Red Mechanostrider */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3 WHERE `entry`=14563; + +/* Terrordale Spirit */ +UPDATE `creature_template` SET `speed_walk` = 2.8, `speed_run` = 1.0, `DamageModifier` = 1.9, `ArmorModifier` = 1.05, `RangeAttackTime` = 1562, `mingold` = 61, `maxgold` = 305 WHERE `entry`=14564; + +/* Ancient Equine Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.1 WHERE `entry`=14566; + +/* Derotain Mudsipper */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=14567; + +/* Darkreaver's Fallen Charger */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 2.2, `ArmorModifier` = 1.1, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=14568; + +/* Sergeant Thunderhorn */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 3.45 WHERE `entry`=14581; + +/* Ebonroc */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `mingold` = 1202590, `maxgold` = 1212590 WHERE `entry`=14601; + +/* Swift Stormsaber */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=14602; + +/* Zapped Shore Strider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.35, `RangeAttackTime` = 1683, `mingold` = 41, `maxgold` = 560 WHERE `entry`=14603; + +/* Zapped Land Walker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 1.05, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 556 WHERE `entry`=14604; + +/* Bone Construct */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=14605; + +/* Drakonid Corpse Trigger */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=14606; + +/* Overseer Maltorius */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.0, `HealthModifier` = 8.0 WHERE `entry`=14621; + +/* Master Smith Burninate */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=14624; + +/* Overseer Oilfist */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=14625; + +/* Hansel Heavyhands */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14627; + +/* Loggerhead Snapjaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14629; + +/* Leatherback Snapjaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14630; + +/* Olive Snapjaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14631; + +/* Hawksbill Snapjaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14632; + +/* Albino Snapjaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14633; + +/* Lookout Captain Lolo Longstriker */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14634; + +/* Sleepy Dark Iron Worker */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=14635; + +/* Chambermaid Pillaclencher */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=14636; + +/* Zorbin Fandazzle */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=14637; + +/* Zapped Wave Strider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.45, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 540 WHERE `entry`=14638; + +/* Zapped Deep Strider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.5, `ArmorModifier` = 1.25, `RangeAttackTime` = 1672, `unit_class` = 2, `mingold` = 43, `maxgold` = 603 WHERE `entry`=14639; + +/* Zapped Cliff Giant */ +UPDATE `creature_template` SET `speed_walk` = 0.777776, `DamageModifier` = 1.45, `ArmorModifier` = 1.05, `RangeAttackTime` = 1661, `mingold` = 44, `maxgold` = 603 WHERE `entry`=14640; + +/* [PH] Horde spell thrower */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14641; + +/* [PH] Alliance Spell thrower */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14642; + +/* [PH] Alliance Herald */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14643; + +/* [PH] Horde Herald */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14644; + +/* Stratholme Trigger */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry`=14646; + +/* Stinglasher */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.25 WHERE `entry`=14661; + +/* Transporter Malfunction */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=14681; + +/* Sever */ +UPDATE `creature_template` SET `minlevel` = 25, `maxlevel` = 25, `DamageModifier` = 5.6, `mingold` = 64, `maxgold` = 151 WHERE `entry`=14682; + +/* Baron Titus Rivendare */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=14683; + +/* Balzaphon */ +UPDATE `creature_template` SET `DamageModifier` = 4.0, `ArmorModifier` = 1.1, `unit_class` = 2, `mingold` = 2275, `maxgold` = 2984 WHERE `entry`=14684; + +/* Morbus */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14685; + +/* Lady Falther'ess */ +UPDATE `creature_template` SET `minlevel` = 40, `maxlevel` = 40, `speed_walk` = 1.0, `DamageModifier` = 5.0, `unit_class` = 2, `mingold` = 208, `maxgold` = 378 WHERE `entry`=14686; + +/* Soulless */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=14687; + +/* Prince Sandoval */ +UPDATE `creature_template` SET `modelid1` = 14694, `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; + +/* Mana Elemental */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=14689; + +/* Revanchion */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `DamageModifier` = 8.0, `ArmorModifier` = 1.35, `unit_class` = 2 WHERE `entry`=14690; + +/* Basalt */ +UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14691; + +/* Wollstonecraft */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14692; + +/* Scorn */ +UPDATE `creature_template` SET `DamageModifier` = 5.05, `ArmorModifier` = 0.9, `unit_class` = 2, `mingold` = 238, `maxgold` = 657 WHERE `entry`=14693; + +/* Necrosis */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=14694; + +/* Lord Blackwood */ +UPDATE `creature_template` SET `DamageModifier` = 6.0, `ArmorModifier` = 1.1, `mingold` = 1041, `maxgold` = 1871 WHERE `entry`=14695; + +/* Stitched Behemoth */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14696; + +/* Lumbering Horror */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `detection_range` = 4.0, `DamageModifier` = 1.5, `ArmorModifier` = 1.15, `mingold` = 271, `maxgold` = 503 WHERE `entry`=14697; + +/* Silent Stalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14698; + +/* Spectral Soldier UNUSED */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14699; + +/* Unclean Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14700; + +/* Doom Wraith */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14701; + +/* Wailing Widow */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=14702; + +/* Death Siren */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=14703; + +/* Skittering Dread */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 2 WHERE `entry`=14704; + +/* Nerubian Webspinner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=14705; + +/* Skeletal Shocktrooper UNUSED */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14706; + +/* Bone Warder */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14707; + +/* Decaying Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.571429, `detection_range` = 18.0 WHERE `entry`=14708; + +/* Blighted Dead */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.571429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14709; + +/* Dread Sorcerer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry`=14710; + +/* Plagued Eater UNUSED */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=14711; + +/* Midden Ghoul */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14712; + +/* Putrid Flyer */ +UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `detection_range` = 18.0 WHERE `entry`=14713; + +/* Winged Horror */ +UPDATE `creature_template` SET `speed_walk` = 1.4, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14714; + +/* Silverwing Elite */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=14715; + +/* Horde Elite */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4, `mingold` = 1, `maxgold` = 774 WHERE `entry`=14717; + +/* Horde Laborer */ +UPDATE `creature_template` SET `DamageModifier` = 0.9, `ArmorModifier` = 1.45 WHERE `entry`=14718; + +/* [PH] Alliance Tower Lieutenant */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14719; + +/* High Overlord Saurfang */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `DamageModifier` = 5.9, `ArmorModifier` = 1.2 WHERE `entry`=14720; + +/* Field Marshal Afrasiabi */ +UPDATE `creature_template` SET `DamageModifier` = 12.0 WHERE `entry`=14721; + +/* Clavicus Knavingham */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14722; + +/* Mistina Steelshield */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14723; + +/* Bubulo Acerbus */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14724; + +/* Raedon Duskstriker */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14725; + +/* Rashona Straglash */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14726; + +/* Vehena */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14727; + +/* Rumstag Proudstrider */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14728; + +/* Ralston Farnsley */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14729; + +/* Revantusk Watcher */ +UPDATE `creature_template` SET `modelid1` = 14760, `modelid2` = 14762, `modelid3` = 14761, `modelid4` = 14763, `minlevel` = 55, `maxlevel` = 55, `mingold` = 794, `maxgold` = 794 WHERE `entry`=14730; + +/* PvP CTF Credit Marker */ +UPDATE `creature_template` SET `speed_run` = 0.714286, `DamageModifier` = 2.2, `ArmorModifier` = 0.7, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=14732; + +/* Sentinel Farsong */ +UPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.4 WHERE `entry`=14733; + +/* Revantusk Drummer */ +UPDATE `creature_template` SET `modelid1` = 14764, `modelid2` = 14765, `modelid3` = 14766, `ArmorModifier` = 1.35 WHERE `entry`=14734; + +/* ggoodman's flag tester */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `detection_range` = 18.0 WHERE `entry`=14735; + +/* Otho Moji'ko */ +UPDATE `creature_template` SET `subname` = 'Cooking Supplier', `modelid1` = 14770, `DamageModifier` = 0.75, `ArmorModifier` = 0.65 WHERE `entry`=14738; + +/* Mystic Yayo'jin */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=14739; + +/* Katoom the Angler */ +UPDATE `creature_template` SET `modelid1` = 14772 WHERE `entry`=14740; + +/* Huntsman Markhor */ +UPDATE `creature_template` SET `modelid1` = 14773, `DamageModifier` = 0.95, `ArmorModifier` = 1.15 WHERE `entry`=14741; + +/* [PH] Horde Tower Lieutenant */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14746; + +/* Vilebranch Kidnapper */ +UPDATE `creature_template` SET `modelid1` = 6512, `DamageModifier` = 1.4, `RangeAttackTime` = 1672, `mingold` = 43, `maxgold` = 215 WHERE `entry`=14748; + +/* Gurubashi Bat Rider */ +UPDATE `creature_template` SET `minlevel` = 61, `DamageModifier` = 10.0, `ArmorModifier` = 1.15, `mingold` = 618, `maxgold` = 3102 WHERE `entry`=14750; + +/* Frostwolf Battle Standard */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=14751; + +/* Stormpike Battle Standard */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=14752; + +/* Illiyana Moonblaze */ +UPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.4 WHERE `entry`=14753; + +/* Kelm Hargunth */ +UPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.4 WHERE `entry`=14754; + +/* Tiny Green Dragon */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=14755; + +/* Tiny Red Dragon */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=14756; + +/* Elder Torntusk */ +UPDATE `creature_template` SET `modelid1` = 14786 WHERE `entry`=14757; + +/* Zul'Gurub Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=14758; + +/* Creeping Doom */ +UPDATE `creature_template` SET `speed_walk` = 0.8, `speed_run` = 0.285714, `DamageModifier` = 1.9, `ArmorModifier` = 1.05 WHERE `entry`=14761; + +/* Dun Baldar North Marshal */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14762; + +/* Dun Baldar South Marshal */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14763; + +/* Icewing Marshal */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14764; + +/* Stonehearth Marshal */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14765; + +/* Iceblood Marshal */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14766; + +/* Tower Point Marshal */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14767; + +/* East Frostwolf Marshal */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14768; + +/* West Frostwolf Marshal */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14769; + +/* Dun Baldar North Warmaster */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14770; + +/* Dun Baldar South Warmaster */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14771; + +/* East Frostwolf Warmaster */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14772; + +/* Iceblood Warmaster */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14773; + +/* Icewing Warmaster */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14774; + +/* Stonehearth Warmaster */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14775; + +/* Tower Point Warmaster */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14776; + +/* West Frostwolf Warmaster */ +UPDATE `creature_template` SET `DamageModifier` = 13.5, `ArmorModifier` = 1.4, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14777; + +/* Captain Shatterskull */ +UPDATE `creature_template` SET `DamageModifier` = 3.25 WHERE `entry`=14781; + +/* Wild Polymorph Target */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=14801; + +/* Razzashi Raptor */ +UPDATE `creature_template` SET `DamageModifier` = 8.0, `ArmorModifier` = 1.1 WHERE `entry`=14821; + +/* Sayge */ +UPDATE `creature_template` SET `DamageModifier` = 1.1 WHERE `entry`=14822; + +/* Silas Darkmoon */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.45 WHERE `entry`=14823; + +/* GGOODMAN */ +UPDATE `creature_template` SET `modelid1` = 16081, `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.0 WHERE `entry`=14824; + +/* Withered Mistress */ +UPDATE `creature_template` SET `DamageModifier` = 11.7, `ArmorModifier` = 1.1, `mingold` = 794, `maxgold` = 3086 WHERE `entry`=14825; + +/* Sacrificed Troll */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.05 WHERE `entry`=14826; + +/* Burth */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 2.4 WHERE `entry`=14827; + +/* Gelvas Grimegate */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=14828; + +/* Yebb Neblegear */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=14829; + +/* Unkillable Test Dummy 60 Warrior */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `HealthModifier` = 0.15 WHERE `entry`=14830; + +/* Unkillable Test Dummy 63 Warrior */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14831; + +/* Kerri Hicks */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 0.85 WHERE `entry`=14832; + +/* Chronos */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14833; + +/* Hakkar */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3, `mingold` = 433457, `maxgold` = 590558 WHERE `entry`=14834; + +/* Rinling */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4 WHERE `entry`=14841; + +/* Melnan Darkstone */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85, `mingold` = 1, `maxgold` = 377 WHERE `entry`=14842; + +/* Kruban Darkblade */ +UPDATE `creature_template` SET `ArmorModifier` = 0.85 WHERE `entry`=14843; + +/* Sylannia */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14844; + +/* Stamp Thunderhorn */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14845; + +/* Lhara */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14846; + +/* Professor Thaddeus Paleo */ +UPDATE `creature_template` SET `DamageModifier` = 1.05 WHERE `entry`=14847; + +/* Herald */ +UPDATE `creature_template` SET `DamageModifier` = 0.15, `maxgold` = 2 WHERE `entry`=14848; + +/* Darkmoon Faire Carnie */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=14849; + +/* Gruk */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14850; + +/* Bog */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14851; + +/* Throk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14852; + +/* Torg */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14853; + +/* Kall */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14854; + +/* Dagg */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14855; + +/* Mott */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14856; + +/* Erk */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=14857; + +/* Progk */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=14858; + +/* Guard Taruc */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=14859; + +/* Flik */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=14860; + +/* Blood Steward of Kirtonos */ +UPDATE `creature_template` SET `DamageModifier` = 3.9, `ArmorModifier` = 1.15 WHERE `entry`=14861; + +/* Emissary Roman'khan */ +UPDATE `creature_template` SET `DamageModifier` = 14.8, `HealthModifier` = 100.0, `ArmorModifier` = 1.3, `ManaModifier` = 165.0, `mingold` = 4031, `maxgold` = 4031 WHERE `entry`=14862; + +/* Khaz Modan Ram */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=14864; + +/* Felinni */ +UPDATE `creature_template` SET `DamageModifier` = 2.05 WHERE `entry`=14865; + +/* Flik's Frog */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=14866; + +/* Jubjub */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=14867; + +/* Hornsley */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=14868; + +/* Pygmy Cockatrice */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14869; + +/* Morja */ +UPDATE `creature_template` SET `DamageModifier` = 0.7 WHERE `entry`=14871; + +/* Trok */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=14872; + +/* Okla */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14873; + +/* Karu */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14874; + +/* Molthor */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=14875; + +/* Zandalar Headshrinker */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.35 WHERE `entry`=14876; + +/* High Priest Venoxis Transform Visual */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 0.05, `unit_class` = 2 WHERE `entry`=14877; + +/* Jubling */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=14878; + +/* Arathi Basin Battlemaster */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14879; + +/* Razzashi Skitterer */ +UPDATE `creature_template` SET `DamageModifier` = 4.15 WHERE `entry`=14880; + +/* Atal'ai Mistress */ +UPDATE `creature_template` SET `DamageModifier` = 9.6, `ArmorModifier` = 1.1, `mingold` = 598, `maxgold` = 3056 WHERE `entry`=14882; + +/* Voodoo Slave */ +UPDATE `creature_template` SET `DamageModifier` = 10.3, `ArmorModifier` = 1.1, `mingold` = 2174, `maxgold` = 2476 WHERE `entry`=14883; + +/* Parasitic Serpent */ +UPDATE `creature_template` SET `DamageModifier` = 595.15, `mingold` = 135, `maxgold` = 677 WHERE `entry`=14884; + +/* Jonathan LeCraft */ +UPDATE `creature_template` SET `maxlevel` = 60, `detection_range` = 18.0 WHERE `entry`=14885; + +/* The Good Rabbit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=14886; + +/* Ysondre */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `DamageModifier` = 12.55, `ArmorModifier` = 1.3, `RangeAttackTime` = 200 WHERE `entry`=14887; + +/* Lethon */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `DamageModifier` = 19.55, `ArmorModifier` = 1.3, `RangeAttackTime` = 200 WHERE `entry`=14888; + +/* Emeriss */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `DamageModifier` = 10.3, `ArmorModifier` = 1.3, `RangeAttackTime` = 200 WHERE `entry`=14889; + +/* Taerar */ +UPDATE `creature_template` SET `DamageModifier` = 12.65, `ArmorModifier` = 1.3 WHERE `entry`=14890; + +/* Fang */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14892; + +/* Guard Kurall */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=14893; + +/* Swarm of bees */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14894; + +/* Peon */ +UPDATE `creature_template` SET `DamageModifier` = 1.15 WHERE `entry`=14901; + +/* Jin'rokh the Breaker */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=14902; + +/* Al'tabim the All-Seeing */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=14903; + +/* Maywiki of Zuldazar */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=14904; + +/* Falthir the Sightless */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=14905; + +/* Test Guy */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=14906; + +/* Mogg */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14908; + +/* Exzhal */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=14910; + +/* Zandalar Enforcer */ +UPDATE `creature_template` SET `DamageModifier` = 5.4, `ArmorModifier` = 1.35 WHERE `entry`=14911; + +/* Captured Hakkari Zealot */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=14912; + +/* TEST DUDE */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=14913; + +/* High Priestess Jeklik Transform Visual */ +UPDATE `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; + +/* Kartra Bloodsnarl */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry`=14942; + +/* Guse's War Rider */ +UPDATE `creature_template` SET `speed_run` = 1.71429, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14943; + +/* Jeztor's War Rider */ +UPDATE `creature_template` SET `speed_run` = 1.71429, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14944; + +/* Mulverick's War Rider */ +UPDATE `creature_template` SET `speed_walk` = 4.8, `speed_run` = 1.71429, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14945; + +/* Slidore's Gryphon */ +UPDATE `creature_template` SET `speed_walk` = 4.8, `speed_run` = 1.71429, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14946; + +/* Ichman's Gryphon */ +UPDATE `creature_template` SET `speed_run` = 1.71429, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14947; + +/* Vipore's Gryphon */ +UPDATE `creature_template` SET `speed_walk` = 4.8, `speed_run` = 1.71429, `DamageModifier` = 5.0, `ArmorModifier` = 1.1, `mingold` = 153, `maxgold` = 767 WHERE `entry`=14948; + +/* Dillord Copperpinch */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=14962; + +/* Hecht Copperpinch */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=14964; + +/* Frenzied Bloodseeker Bat */ +UPDATE `creature_template` SET `modelid2` = 3956, `speed_run` = 2.14286, `DamageModifier` = 5.45, `ArmorModifier` = 1.1 WHERE `entry`=14965; + +/* High Priest Thekal Transform Visual */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=14966; + +/* High Priestess Mar'li Transform Visual */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=14967; + +/* High Priestess Arlokk Transform Visual */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 0.05, `unit_class` = 2 WHERE `entry`=14968; + +/* Elfarran */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry`=14981; + +/* Lylandris */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry`=14982; + +/* Field Marshal Oslight */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.15 WHERE `entry`=14983; + +/* Shade of Jin'do */ +UPDATE `creature_template` SET `minlevel` = 57, `speed_walk` = 1.0, `DamageModifier` = 0.05, `ArmorModifier` = 1.1 WHERE `entry`=14986; + +/* Powerful Healing Ward */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.1, `ArmorModifier` = 1.2 WHERE `entry`=14987; + +/* Ohgan */ +UPDATE `creature_template` SET `DamageModifier` = 13.6, `ArmorModifier` = 1.1 WHERE `entry`=14988; + +/* Poisonous Cloud */ +UPDATE `creature_template` SET `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=14989; + +/* Defilers Emissary */ +UPDATE `creature_template` SET `modelid2` = 15242, `modelid3` = 15240, `DamageModifier` = 1.1 WHERE `entry`=14990; + +/* League of Arathor Emissary */ +UPDATE `creature_template` SET `modelid2` = 15253, `modelid3` = 15252, `DamageModifier` = 1.1 WHERE `entry`=14991; + +/* Zandalarian Event Generator */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=14994; + +/* PvP A-Mid Credit Marker */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15001; + +/* PvP Mid Credit Marker */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15002; + +/* PvP H-Mid Credit Marker */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15003; + +/* PvP ALT-S Credit Marker */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15004; + +/* PvP ALT-N Credit Marker */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 0.714286, `DamageModifier` = 6.65, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15005; + +/* Deze Snowbane */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry`=15006; + +/* Sir Malory Wheeler */ +UPDATE `creature_template` SET `DamageModifier` = 2.6, `ManaModifier` = 1.0, `unit_class` = 1 WHERE `entry`=15007; + +/* Lady Hoteshem */ +UPDATE `creature_template` SET `DamageModifier` = 5.1, `ArmorModifier` = 1.15 WHERE `entry`=15008; + +/* Voodoo Spirit */ +UPDATE `creature_template` SET `DamageModifier` = 0.1, `ArmorModifier` = 1.1, `maxgold` = 2 WHERE `entry`=15009; + +/* Jungle Toad */ +UPDATE `creature_template` SET `DamageModifier` = 6.65 WHERE `entry`=15010; + +/* Wagner Hammerstrike */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4, `RangeAttackTime` = 1606 WHERE `entry`=15011; + +/* Javnir Nashak */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.4, `RangeAttackTime` = 1606 WHERE `entry`=15012; + +/* Spawn of Mar'li */ +UPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 4.85, `ArmorModifier` = 1.1, `mingold` = 57, `maxgold` = 286 WHERE `entry`=15041; + +/* Zanza the Restless */ +UPDATE `creature_template` SET `DamageModifier` = 2.55, `ArmorModifier` = 1.1 WHERE `entry`=15042; + +/* Zulian Crocolisk */ +UPDATE `creature_template` SET `minlevel` = 60, `DamageModifier` = 4.05, `ArmorModifier` = 1.1 WHERE `entry`=15043; + +/* Arathi Farmer */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15045; + +/* Forsaken Farmer */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15046; + +/* Gurubashi */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 0.05 WHERE `entry`=15047; + +/* Spirit of Jin'do */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 7.5, `RangeAttackTime` = 2200, `unit_class` = 2, `maxgold` = 1 WHERE `entry`=15061; + +/* Arathi Lumberjack */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15062; + +/* Arathi Blacksmith */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15063; + +/* Forsaken Blacksmith */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15064; + +/* Lady */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=15065; + +/* Cleo */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=15066; + +/* Zulian Stalker */ +UPDATE `creature_template` SET `DamageModifier` = 6.2, `ArmorModifier` = 1.15 WHERE `entry`=15067; + +/* Zulian Guardian */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 60, `DamageModifier` = 3.0, `ArmorModifier` = 1.2, `mingold` = 73, `maxgold` = 367 WHERE `entry`=15068; + +/* Heart of Hakkar */ +UPDATE `creature_template` SET `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=15069; + +/* Vinchaxa */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=15070; + +/* Underfoot */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=15071; + +/* Spike */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=15072; + +/* Pat's Hellfire Guy */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 7.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=15073; + +/* Arathi Miner */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15074; + +/* Forsaken Miner */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15075; + +/* Zandalarian Emissary */ +UPDATE `creature_template` SET `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=15076; + +/* Riggle Bassbait */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 2.1, `ArmorModifier` = 0.8, `mingold` = 45, `maxgold` = 224 WHERE `entry`=15077; + +/* Jang */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.5, `ArmorModifier` = 0.8 WHERE `entry`=15078; + +/* Fishbot 5000 */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.5 WHERE `entry`=15079; + +/* Servant of the Hand */ +UPDATE `creature_template` SET `DamageModifier` = 5.0, `ArmorModifier` = 1.1 WHERE `entry`=15080; + +/* Gri'lek [UNUSED] */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15081; + +/* Gri'lek */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 22.5, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500, `RangeAttackTime` = 1800, `mingold` = 7415, `maxgold` = 37073 WHERE `entry`=15082; + +/* Hazza'rah */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 22.5, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500, `mingold` = 6361, `maxgold` = 31807 WHERE `entry`=15083; + +/* Renataki */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.57143, `DamageModifier` = 15.05, `ArmorModifier` = 1.3, `BaseAttackTime` = 1500, `mingold` = 3906, `maxgold` = 19530 WHERE `entry`=15084; + +/* Wushoolay */ +UPDATE `creature_template` SET `DamageModifier` = 22.5, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500, `mingold` = 6361, `maxgold` = 31807 WHERE `entry`=15085; + +/* Arathi Stablehand */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15086; + +/* Forsaken Stablehand */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15087; + +/* Booty Bay Elite */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_run` = 1.14286, `DamageModifier` = 2.45, `ArmorModifier` = 1.15, `mingold` = 166, `maxgold` = 832 WHERE `entry`=15088; + +/* Forsaken Lumberjack */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15089; + +/* Swift Razzashi Raptor */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 0.05 WHERE `entry`=15090; + +/* Zul'Gurub Panther Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15091; + +/* Zulian Prowler */ +UPDATE `creature_template` SET `DamageModifier` = 2.25, `ArmorModifier` = 1.1 WHERE `entry`=15101; + +/* Silverwing Emissary */ +UPDATE `creature_template` SET `DamageModifier` = 1.8, `ArmorModifier` = 0.9, `mingold` = 7, `maxgold` = 37 WHERE `entry`=15102; + +/* Stormpike Emissary */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 1.4 WHERE `entry`=15103; + +/* Swift Zulian Tiger */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3, `RangeAttackTime` = 2200 WHERE `entry`=15104; + +/* Frostwolf Emissary */ +UPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry`=15106; + +/* Arathi Horse */ +UPDATE `creature_template` SET `minlevel` = 5, `maxlevel` = 5, `DamageModifier` = 1.75, `maxgold` = 1 WHERE `entry`=15107; + +/* Forsaken Horse */ +UPDATE `creature_template` SET `maxlevel` = 2, `DamageModifier` = 4.55, `maxgold` = 1 WHERE `entry`=15108; + +/* Primal Blessing Visual */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15109; + +/* Gurubashi Prisoner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15110; + +/* Mad Servant */ +UPDATE `creature_template` SET `modelid1` = 6811, `modelid2` = 568, `modelid3` = 12345, `modelid4` = 1015, `DamageModifier` = 7.45, `ArmorModifier` = 1.15, `maxgold` = 3270 WHERE `entry`=15111; + +/* Honored Hero */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `ArmorModifier` = 1.05, `RangeAttackTime` = 1551 WHERE `entry`=15113; + +/* Gahz'ranka */ +UPDATE `creature_template` SET `DamageModifier` = 20.05, `ArmorModifier` = 1.3, `BaseAttackTime` = 2000, `mingold` = 8270, `maxgold` = 41348 WHERE `entry`=15114; + +/* Honored Ancestor */ +UPDATE `creature_template` SET `DamageModifier` = 1.6, `RangeAttackTime` = 1551 WHERE `entry`=15115; + +/* Grinkle */ +UPDATE `creature_template` SET `ArmorModifier` = 0.8 WHERE `entry`=15116; + +/* Chained Spirit */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 2.2, `ArmorModifier` = 1.1, `mingold` = 64, `maxgold` = 318 WHERE `entry`=15117; + +/* Master Angler Form */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15118; + +/* Barrus */ +UPDATE `creature_template` SET `DamageModifier` = 1.4, `ArmorModifier` = 0.8, `mingold` = 45, `maxgold` = 224 WHERE `entry`=15119; + +/* Skeletal Magelord */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 2 WHERE `entry`=15121; + +/* Gahz'ranka Dead */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.6, `speed_run` = 1.42857, `DamageModifier` = 5.4, `BaseAttackTime` = 1666, `RangeAttackTime` = 1833, `maxgold` = 2 WHERE `entry`=15122; + +/* Kris Zierhut */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `HealthModifier` = 1.0 WHERE `entry`=15123; + +/* Rutherford Twing */ +UPDATE `creature_template` SET `DamageModifier` = 7.95, `ArmorModifier` = 1.2 WHERE `entry`=15126; + +/* Samuel Hawke */ +UPDATE `creature_template` SET `DamageModifier` = 7.95, `ArmorModifier` = 1.2 WHERE `entry`=15127; + +/* Defiler Elite */ +UPDATE `creature_template` SET `modelid2` = 15286, `modelid3` = 15285, `DamageModifier` = 4.75, `ArmorModifier` = 1.1 WHERE `entry`=15128; + +/* League of Arathor Elite */ +UPDATE `creature_template` SET `DamageModifier` = 4.75, `ArmorModifier` = 1.1 WHERE `entry`=15130; + +/* Killable Test Dummy 60 Warrior */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15133; + +/* Outlands Test Dummy Warrior 70 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15134; + +/* Chromatic Drake Mount */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 0.45 WHERE `entry`=15135; + +/* Hammerfall Elite */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.55, `RangeAttackTime` = 1584, `mingold` = 57, `maxgold` = 286 WHERE `entry`=15136; + +/* Menethil Elite */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 1.45, `mingold` = 54, `maxgold` = 269 WHERE `entry`=15137; + +/* Silverpine Elite */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 2.0, `ArmorModifier` = 1.2, `RangeAttackTime` = 1606, `mingold` = 54, `maxgold` = 269 WHERE `entry`=15138; + +/* Gahz'ranka Herald */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15139; + +/* Pat's Splash Guy */ +UPDATE `creature_template` SET `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=15140; + +/* Portal of Madness */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15141; + +/* Outlands Test Dummy Warrior 60 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15142; + +/* Outlands Test Dummy Warrior 63 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15143; + +/* Outlands Test Dummy Warrior 65 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15144; + +/* Outlands Test Dummy Warrior 67 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15145; + +/* Mad Voidwalker */ +UPDATE `creature_template` SET `minlevel` = 59, `dmgschool` = 5, `DamageModifier` = 5.0 WHERE `entry`=15146; + +/* Outlands Test Dummy Warrior 55 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15151; + +/* Outlands Test Dummy Warrior 56 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15152; + +/* Outlands Test Dummy Warrior 57 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15153; + +/* Outlands Test Dummy Warrior 58 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15154; + +/* Outlands Test Dummy Warrior 59 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15155; + +/* Outlands Test Dummy Warrior 61 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15156; + +/* Outlands Test Dummy Warrior 62 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15157; + +/* Outlands Test Dummy Warrior 64 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15158; + +/* Outlands Test Dummy Warrior 66 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15159; + +/* Outlands Test Dummy Warrior 68 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15160; + +/* Outlands Test Dummy Warrior 69 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15161; + +/* Scarlet Inquisitor */ +UPDATE `creature_template` SET `DamageModifier` = 4.4, `ArmorModifier` = 1.15, `unit_class` = 1, `mingold` = 1500, `maxgold` = 1658 WHERE `entry`=15162; + +/* Nightmare Illusion */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 51.95, `ArmorModifier` = 1.1 WHERE `entry`=15163; + +/* Mulgore Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15164; + +/* Haughty Modiste */ +UPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry`=15165; + +/* Luis Barriga */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=15166; + +/* [PH] Luis Test NPC */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15167; + +/* Vile Scarab */ +UPDATE `creature_template` SET `DamageModifier` = 1.5 WHERE `entry`=15168; + +/* Ralo'shan the Eternal Watcher */ +UPDATE `creature_template` SET `DamageModifier` = 2.6, `ArmorModifier` = 1.05 WHERE `entry`=15169; + +/* Rutgar Glyphshaper */ +UPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 2.4 WHERE `entry`=15170; + +/* Frankal Stonebridge */ +UPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 2.4 WHERE `entry`=15171; + +/* Glibb */ +UPDATE `creature_template` SET `ArmorModifier` = 1.2 WHERE `entry`=15172; + +/* Outlands Test Dummy Warrior 54 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=15173; + +/* Khur Hornstriker */ +UPDATE `creature_template` SET `subname` = 'Reagent Vendor' WHERE `entry`=15175; + +/* Cloud Skydancer */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.0 WHERE `entry`=15177; + +/* Runk Windtamer */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.25, `ArmorModifier` = 1.4 WHERE `entry`=15178; + +/* Mishta */ +UPDATE `creature_template` SET `subname` = 'General Trade Goods Vendor' WHERE `entry`=15179; + +/* Commander Mar'alith */ +UPDATE `creature_template` SET `DamageModifier` = 2.45, `ArmorModifier` = 1.1 WHERE `entry`=15181; + +/* Vish Kozus */ +UPDATE `creature_template` SET `DamageModifier` = 3.8, `ArmorModifier` = 1.15 WHERE `entry`=15182; + +/* Cenarion Hold Infantry */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 8.6 WHERE `entry`=15184; + +/* Brood of Nozdormu */ +UPDATE `creature_template` SET `DamageModifier` = 5.45, `ArmorModifier` = 1.75 WHERE `entry`=15185; + +/* Murky */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=15186; + +/* Cenarion Emissary Jademoon */ +UPDATE `creature_template` SET `DamageModifier` = 2.15 WHERE `entry`=15187; + +/* Cenarion Emissary Blackhoof */ +UPDATE `creature_template` SET `DamageModifier` = 2.15 WHERE `entry`=15188; + +/* Beetix Ficklespragg */ +UPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry`=15189; + +/* Noggle Ficklespragg */ +UPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry`=15190; + +/* Anachronos */ +UPDATE `creature_template` SET `DamageModifier` = 12.25, `ArmorModifier` = 3.25 WHERE `entry`=15192; + +/* The Banshee Queen */ +UPDATE `creature_template` SET `modelid1` = 15325, `speed_walk` = 1.0, `rank` = 3, `DamageModifier` = 0.2, `maxgold` = 2 WHERE `entry`=15193; + +/* Hermit Ortell */ +UPDATE `creature_template` SET `DamageModifier` = 1.55 WHERE `entry`=15194; + +/* Wickerman Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 2.45, `ArmorModifier` = 0.95, `mingold` = 161, `maxgold` = 806 WHERE `entry`=15195; + +/* Deathclasp */ +UPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry`=15196; + +/* Darkcaller Yanka */ +UPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 0.9, `mingold` = 1, `maxgold` = 1028 WHERE `entry`=15197; + +/* Blackwing */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 0.833332, `speed_run` = 2.14286, `detection_range` = 18.0 WHERE `entry`=15198; + +/* Sergeant Hartman */ +UPDATE `creature_template` SET `DamageModifier` = 2.4, `ArmorModifier` = 0.9, `mingold` = 1, `maxgold` = 1028 WHERE `entry`=15199; + +/* Twilight Keeper Mayna */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1, `mingold` = 121, `maxgold` = 163 WHERE `entry`=15200; + +/* Twilight Flamereaver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `maxgold` = 1059 WHERE `entry`=15201; + +/* Vyral the Vile */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `ArmorModifier` = 1.15 WHERE `entry`=15202; + +/* Prince Skaldrenox */ +UPDATE `creature_template` SET `DamageModifier` = 14.35, `HealthModifier` = 125.0, `ArmorModifier` = 1.2, `mingold` = 3431, `maxgold` = 17156 WHERE `entry`=15203; + +/* High Marshal Whirlaxis */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 12.3, `HealthModifier` = 125.0, `ArmorModifier` = 1.2, `mingold` = 4328, `maxgold` = 218688 WHERE `entry`=15204; + +/* Baron Kazum */ +UPDATE `creature_template` SET `DamageModifier` = 15.35, `HealthModifier` = 125.0, `ArmorModifier` = 1.2, `mingold` = 3642, `maxgold` = 18208 WHERE `entry`=15205; + +/* The Duke of Cynders */ +UPDATE `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; + +/* The Duke of Fathoms */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 2.65, `HealthModifier` = 20.0, `ArmorModifier` = 1.15, `ManaModifier` = 5.0, `BaseAttackTime` = 1133, `RangeAttackTime` = 1246, `mingold` = 187, `maxgold` = 935 WHERE `entry`=15207; + +/* The Duke of Shards */ +UPDATE `creature_template` SET `DamageModifier` = 2.65, `HealthModifier` = 20.0, `ArmorModifier` = 1.15, `ManaModifier` = 1.0, `mingold` = 187, `maxgold` = 935 WHERE `entry`=15208; + +/* Crimson Templar */ +UPDATE `creature_template` SET `rank` = 1, `dmgschool` = 2, `DamageModifier` = 1.7, `HealthModifier` = 2.7, `ArmorModifier` = 1.05, `mingold` = 176, `maxgold` = 880 WHERE `entry`=15209; + +/* Vulculon UNUSED */ +UPDATE `creature_template` SET `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15210; + +/* Azure Templar */ +UPDATE `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; + +/* Hoary Templar */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.6, `HealthModifier` = 2.7, `ArmorModifier` = 1.05, `mingold` = 176, `maxgold` = 880 WHERE `entry`=15212; + +/* Twilight Overlord */ +UPDATE `creature_template` SET `maxgold` = 830 WHERE `entry`=15213; + +/* Invisible Stalker */ +UPDATE `creature_template` SET `modelid2` = 15435, `DamageModifier` = 1.3 WHERE `entry`=15214; + +/* Mistress Natalia Mar'alith */ +UPDATE `creature_template` SET `minlevel` = 61, `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 2.65, `HealthModifier` = 10.0, `ArmorModifier` = 1.4, `ManaModifier` = 7.0 WHERE `entry`=15215; + +/* Male Ghost */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15216; + +/* Female Ghost */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15217; + +/* Faire Cannon Trigger */ +UPDATE `creature_template` SET `modelid1` = 11686, `DamageModifier` = 0.1, `maxgold` = 1 WHERE `entry`=15218; + +/* Trick - Critter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15219; + +/* The Duke of Zephyrs */ +UPDATE `creature_template` SET `DamageModifier` = 2.65, `HealthModifier` = 20.0, `ArmorModifier` = 1.15, `ManaModifier` = 5.0, `mingold` = 187, `maxgold` = 935 WHERE `entry`=15220; + +/* Frankal Invisible Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=15221; + +/* Rutgar Invisible Trigger */ +UPDATE `creature_template` SET `modelid1` = 13069, `DamageModifier` = 1.3 WHERE `entry`=15222; + +/* [PH] [UNUSED] Lord Inquisitor Opalezzix */ +UPDATE `creature_template` SET `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15223; + +/* Dream Fog */ +UPDATE `creature_template` SET `DamageModifier` = 0.05, `ArmorModifier` = 1.05 WHERE `entry`=15224; + +/* [UNUSED] Vekniss Builder */ +UPDATE `creature_template` SET `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15226; + +/* [UNUSED] Vekniss Hiveshaper */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15227; + +/* [UNUSED] Vekniss Wellborer */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15228; + +/* Vekniss Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 8.0, `ArmorModifier` = 1.15 WHERE `entry`=15229; + +/* Vekniss Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 12.0, `ArmorModifier` = 1.15 WHERE `entry`=15230; + +/* [UNUSED] Vekniss Patroller */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15231; + +/* [UNUSED] Vekniss Eradicator */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15232; + +/* Vekniss Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 15.0, `ArmorModifier` = 1.35 WHERE `entry`=15233; + +/* [UNUSED] Vekniss Swarmer */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15234; + +/* Vekniss Stinger */ +UPDATE `creature_template` SET `DamageModifier` = 12.0, `ArmorModifier` = 1.2 WHERE `entry`=15235; + +/* Vekniss Wasp */ +UPDATE `creature_template` SET `DamageModifier` = 8.0, `ArmorModifier` = 1.1 WHERE `entry`=15236; + +/* [UNUSED] Vekniss Wrathstinger */ +UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 2.14286, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15237; + +/* [UNUSED] Vekniss Hive Reaver */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15238; + +/* [UNUSED] Vekniss Hive Lurker */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15239; + +/* Vekniss Hive Crawler */ +UPDATE `creature_template` SET `DamageModifier` = 20.0, `ArmorModifier` = 1.2 WHERE `entry`=15240; + +/* Gryphon Rider Guard */ +UPDATE `creature_template` SET `modelid1` = 15337, `minlevel` = 1, `maxlevel` = 1, `speed_run` = 1.14286, `detection_range` = 18.0, `DamageModifier` = 1.0, `HealthModifier` = 65.0 WHERE `entry`=15241; + +/* Bat Rider Guard */ +UPDATE `creature_template` SET `modelid1` = 15337, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.14286, `detection_range` = 18.0, `DamageModifier` = 1.0, `HealthModifier` = 65.0 WHERE `entry`=15242; + +/* [UNUSED] Vekniss Wasprider */ +UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 2.14286, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15243; + +/* [UNUSED] Vekniss Hive Raider */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15244; + +/* [UNUSED] Vekniss Waspguard */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15245; + +/* Qiraji Mindslayer */ +UPDATE `creature_template` SET `DamageModifier` = 20.0, `ArmorModifier` = 1.15 WHERE `entry`=15246; + +/* Qiraji Brainwasher */ +UPDATE `creature_template` SET `DamageModifier` = 12.0, `ArmorModifier` = 1.15 WHERE `entry`=15247; + +/* [UNUSED] Qiraji Soulbender */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15248; + +/* Qiraji Lasher */ +UPDATE `creature_template` SET `DamageModifier` = 14.4, `ArmorModifier` = 1.15 WHERE `entry`=15249; + +/* Qiraji Slayer */ +UPDATE `creature_template` SET `DamageModifier` = 20.0, `ArmorModifier` = 1.15 WHERE `entry`=15250; + +/* [UNUSED] Qiraji Slaymaster */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15251; + +/* Qiraji Champion */ +UPDATE `creature_template` SET `DamageModifier` = 25.0, `ArmorModifier` = 1.3 WHERE `entry`=15252; + +/* [UNUSED] Qiraji Champion */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15253; + +/* [UNUSED] Qiraji Captain */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15254; + +/* [UNUSED] Qiraji Officer */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15255; + +/* [UNUSED] Qiraji Commander */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15256; + +/* [UNUSED] Qiraji Honor Guard */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15257; + +/* [UNUSED] Qiraji Praetor */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15258; + +/* [UNUSED] Qiraji Imperator */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15259; + +/* Demented Druid Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 3.55, `ArmorModifier` = 0.35, `BaseAttackTime` = 1410, `RangeAttackTime` = 1551, `mingold` = 64, `maxgold` = 318 WHERE `entry`=15260; + +/* Spirit Shade */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.571429, `DamageModifier` = 3.3, `ArmorModifier` = 0.7, `RangeAttackTime` = 1551 WHERE `entry`=15261; + +/* Obsidian Eradicator */ +UPDATE `creature_template` SET `DamageModifier` = 22.5, `ArmorModifier` = 1.55 WHERE `entry`=15262; + +/* The Prophet Skeram */ +UPDATE `creature_template` SET `DamageModifier` = 20.05, `ArmorModifier` = 1.3 WHERE `entry`=15263; + +/* Anubisath Sentinel */ +UPDATE `creature_template` SET `DamageModifier` = 17.0, `ArmorModifier` = 1.15 WHERE `entry`=15264; + +/* Emperor Vek'nilash */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry`=15275; + +/* Emperor Vek'lor */ +UPDATE `creature_template` SET `DamageModifier` = 30.05, `ArmorModifier` = 1.6 WHERE `entry`=15276; + +/* Anubisath Defender */ +UPDATE `creature_template` SET `DamageModifier` = 30.05, `ArmorModifier` = 1.2 WHERE `entry`=15277; + +/* Aurel Goldleaf */ +UPDATE `creature_template` SET `DamageModifier` = 1.7 WHERE `entry`=15282; + +/* Xil'xix */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.5, `HealthModifier` = 45.0, `ArmorModifier` = 0.95, `ManaModifier` = 25.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15286; + +/* Aluntir */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.5, `HealthModifier` = 30.0, `ArmorModifier` = 0.95, `ManaModifier` = 25.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15288; + +/* Arakis */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 4.5, `HealthModifier` = 30.0, `ArmorModifier` = 0.95, `ManaModifier` = 25.0, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15290; + +/* Aendel Windspear */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry`=15293; + +/* Viscidus */ +UPDATE `creature_template` SET `DamageModifier` = 21.45, `ArmorModifier` = 1.3 WHERE `entry`=15299; + +/* Vekniss Drone */ +UPDATE `creature_template` SET `DamageModifier` = 2.05, `ArmorModifier` = 1.1 WHERE `entry`=15300; + +/* Shade of Taerar */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `DamageModifier` = 12.65, `ArmorModifier` = 1.05, `RangeAttackTime` = 1833 WHERE `entry`=15302; + +/* Maxima Blastenheimer */ +UPDATE `creature_template` SET `DamageModifier` = 1.75, `ArmorModifier` = 0.55 WHERE `entry`=15303; + +/* Lord Skwol */ +UPDATE `creature_template` SET `DamageModifier` = 15.35, `HealthModifier` = 125.0, `ArmorModifier` = 1.2, `mingold` = 5144, `maxgold` = 25722 WHERE `entry`=15305; + +/* Earthen Templar */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 2.6, `HealthModifier` = 2.7, `ArmorModifier` = 1.05, `mingold` = 176, `maxgold` = 880 WHERE `entry`=15307; + +/* Twilight Prophet */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.0, `mingold` = 121, `maxgold` = 163 WHERE `entry`=15308; + +/* Spoops */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=15309; + +/* Jesper */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=15310; + +/* Anubisath Warder */ +UPDATE `creature_template` SET `DamageModifier` = 28.0, `ArmorModifier` = 1.3 WHERE `entry`=15311; + +/* Obsidian Nullifier */ +UPDATE `creature_template` SET `DamageModifier` = 23.2, `ArmorModifier` = 1.45 WHERE `entry`=15312; + +/* Moonkin (Druid - Night Elf) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15313; + +/* Moonkin (Druid - Tauren) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15314; + +/* Mylini Frostmoon */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 1.4 WHERE `entry`=15315; + +/* Qiraji Scarab */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15316; + +/* Qiraji Scorpion */ +UPDATE `creature_template` SET `ArmorModifier` = 1.1 WHERE `entry`=15317; + +/* Hive'Zara Drone */ +UPDATE `creature_template` SET `DamageModifier` = 7.9, `HealthModifier` = 6.0, `ArmorModifier` = 1.1 WHERE `entry`=15318; + +/* Hive'Zara Collector */ +UPDATE `creature_template` SET `DamageModifier` = 12.3, `ArmorModifier` = 1.1 WHERE `entry`=15319; + +/* Hive'Zara Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 20.3, `ArmorModifier` = 1.15 WHERE `entry`=15320; + +/* [UNUSED] Hive'Zara Ambusher */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15322; + +/* Hive'Zara Sandstalker */ +UPDATE `creature_template` SET `DamageModifier` = 6.5, `ArmorModifier` = 1.15 WHERE `entry`=15323; + +/* Qiraji Gladiator */ +UPDATE `creature_template` SET `DamageModifier` = 24.7, `ArmorModifier` = 1.35 WHERE `entry`=15324; + +/* Hive'Zara Wasp */ +UPDATE `creature_template` SET `DamageModifier` = 12.6, `ArmorModifier` = 1.15 WHERE `entry`=15325; + +/* [UNUSED] Hive'Zara Swarmer */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15326; + +/* Hive'Zara Stinger */ +UPDATE `creature_template` SET `DamageModifier` = 12.6, `ArmorModifier` = 1.15 WHERE `entry`=15327; + +/* Darkmoon Steam Tonk */ +UPDATE `creature_template` SET `speed_walk` = 1.6, `speed_run` = 0.857143, `detection_range` = 18.0, `HealthModifier` = 1.0, `ManaModifier` = 1.0 WHERE `entry`=15328; + +/* [UNUSED] Hive'Zara Scout */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15329; + +/* [UNUSED] Sand Borer */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15330; + +/* [UNUSED] Dune Tunneler */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15331; + +/* [UNUSED] Crystal Feeder */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15332; + +/* Silicate Feeder */ +UPDATE `creature_template` SET `DamageModifier` = 5.05 WHERE `entry`=15333; + +/* Giant Eye Tentacle */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0, `DamageModifier` = 9.95, `ArmorModifier` = 1.35, `mingold` = 1, `maxgold` = 8808 WHERE `entry`=15334; + +/* Flesh Hunter */ +UPDATE `creature_template` SET `DamageModifier` = 15.95, `ArmorModifier` = 1.2 WHERE `entry`=15335; + +/* Hive'Zara Tail Lasher */ +UPDATE `creature_template` SET `DamageModifier` = 12.1, `ArmorModifier` = 1.15 WHERE `entry`=15336; + +/* [UNUSED] Sand Mold */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15337; + +/* Obsidian Destroyer */ +UPDATE `creature_template` SET `DamageModifier` = 4.95, `ArmorModifier` = 1.65 WHERE `entry`=15338; + +/* Ossirian the Unscarred */ +UPDATE `creature_template` SET `detection_range` = 30.0, `DamageModifier` = 33.35, `ArmorModifier` = 1.3 WHERE `entry`=15339; + +/* Moam */ +UPDATE `creature_template` SET `DamageModifier` = 10.25, `ArmorModifier` = 1.8 WHERE `entry`=15340; + +/* General Rajaxx */ +UPDATE `creature_template` SET `DamageModifier` = 15.3, `ArmorModifier` = 1.3 WHERE `entry`=15341; + +/* [UNUSED] Sphinx */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15342; + +/* Qiraji Swarmguard */ +UPDATE `creature_template` SET `DamageModifier` = 17.65, `ArmorModifier` = 1.35, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15343; + +/* Swarmguard Needler */ +UPDATE `creature_template` SET `DamageModifier` = 12.1, `ArmorModifier` = 1.2, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15344; + +/* [UNUSED] Daughter of Hecate */ +UPDATE `creature_template` SET `speed_walk` = 2.8, `speed_run` = 2.28571, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15345; + +/* [UNUSED] Qiraji Wasprider */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15346; + +/* [UNUSED] Qiraji Wasplord */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15347; + +/* Kurinnaxx */ +UPDATE `creature_template` SET `detection_range` = 50.0, `DamageModifier` = 18.05, `ArmorModifier` = 1.3 WHERE `entry`=15348; + +/* RC Blimp */ +UPDATE `creature_template` SET `modelid1` = 15382, `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=15349; + +/* Horde Warbringer */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.0, `HealthModifier` = 1.0 WHERE `entry`=15350; + +/* Alliance Brigadier General */ +UPDATE `creature_template` SET `modelid1` = 15389, `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 2.4, `ArmorModifier` = 1.4 WHERE `entry`=15351; + +/* Greater Earth Elemental */ +UPDATE `creature_template` SET `modelid1` = 525, `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=15352; + +/* Katrina Shimmerstar */ +UPDATE `creature_template` SET `DamageModifier` = 2.05, `ArmorModifier` = 0.85, `mingold` = 1, `maxgold` = 361 WHERE `entry`=15353; + +/* Rachelle Gothena */ +UPDATE `creature_template` SET `DamageModifier` = 1.45, `ArmorModifier` = 0.85 WHERE `entry`=15354; + +/* Anubisath Guardian */ +UPDATE `creature_template` SET `DamageModifier` = 11.85, `ArmorModifier` = 1.3 WHERE `entry`=15355; + +/* Blue Baby Murloc */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15356; + +/* Purple Baby Murloc */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15357; + +/* Lurky */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15358; + +/* Pink Baby Murloc */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15359; + +/* Green Baby Murloc */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15360; + +/* Murki */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15361; + +/* Malfurion Stormrage */ +UPDATE `creature_template` SET `DamageModifier` = 5.8, `mingold` = 1468, `maxgold` = 7341 WHERE `entry`=15362; + +/* RC Mortar Tank */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=15364; + +/* Tonk Mine */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.1 WHERE `entry`=15368; + +/* Ayamiss the Hunter */ +UPDATE `creature_template` SET `DamageModifier` = 11.75, `ArmorModifier` = 1.3 WHERE `entry`=15369; + +/* Buru the Gorger */ +UPDATE `creature_template` SET `DamageModifier` = 7.35, `ArmorModifier` = 1.3 WHERE `entry`=15370; + +/* Halloween Pirate Captain */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry`=15373; + +/* Halloween Undead Pirate */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15374; + +/* Halloween Pirate Female */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15375; + +/* Halloween Male Ghost */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15376; + +/* Halloween Female Ghost */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15377; + +/* Merithra of the Dream */ +UPDATE `creature_template` SET `DamageModifier` = 12.0, `ArmorModifier` = 1.6 WHERE `entry`=15378; + +/* Caelestrasz */ +UPDATE `creature_template` SET `DamageModifier` = 12.65, `ArmorModifier` = 1.6 WHERE `entry`=15379; + +/* Arygos */ +UPDATE `creature_template` SET `DamageModifier` = 29.3, `ArmorModifier` = 1.3 WHERE `entry`=15380; + +/* Anachronos the Ancient */ +UPDATE `creature_template` SET `DamageModifier` = 37.75, `ArmorModifier` = 1.6, `mingold` = 80000, `maxgold` = 120000 WHERE `entry`=15381; + +/* Fandral Staghelm */ +UPDATE `creature_template` SET `DamageModifier` = 6.05, `ArmorModifier` = 2.2 WHERE `entry`=15382; + +/* Sergeant Stonebrow */ +UPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry`=15383; + +/* OLDWorld Trigger (DO NOT DELETE) */ +UPDATE `creature_template` SET `modelid1` = 11686, `detection_range` = 18.0, `DamageModifier` = 12.3, `ArmorModifier` = 1.1 WHERE `entry`=15384; + +/* Colonel Zerran */ +UPDATE `creature_template` SET `DamageModifier` = 11.65, `ArmorModifier` = 1.3, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15385; + +/* Major Yeggeth */ +UPDATE `creature_template` SET `DamageModifier` = 11.65, `ArmorModifier` = 1.3, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15386; + +/* Qiraji Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 6.1, `ArmorModifier` = 1.15, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15387; + +/* Major Pakkon */ +UPDATE `creature_template` SET `DamageModifier` = 11.65, `ArmorModifier` = 1.3, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15388; + +/* Captain Drenn */ +UPDATE `creature_template` SET `DamageModifier` = 11.65, `ArmorModifier` = 1.3, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15389; + +/* Captain Xurrem */ +UPDATE `creature_template` SET `DamageModifier` = 11.65, `ArmorModifier` = 1.3, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15390; + +/* Captain Qeez */ +UPDATE `creature_template` SET `DamageModifier` = 11.65, `ArmorModifier` = 1.2, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15391; + +/* Captain Tuubid */ +UPDATE `creature_template` SET `DamageModifier` = 14.9, `ArmorModifier` = 1.3, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15392; + +/* [UNUSED] Ruins Qiraji Gladiator Named 7 */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15393; + +/* Hero of the Horde */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 0.8, `DamageModifier` = 1.3 WHERE `entry`=15394; + +/* Nafien */ +UPDATE `creature_template` SET `DamageModifier` = 1.25, `ArmorModifier` = 1.4 WHERE `entry`=15395; + +/* Anachronos Dragon Form */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry`=15410; + +/* Arygos Dragon Form */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry`=15411; + +/* Caelestrasz Dragon Form */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry`=15412; + +/* Merithra Dragon Form */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4 WHERE `entry`=15413; + +/* Qiraji Wasp */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=15414; + +/* Southshore Stink Bomb Counter */ +UPDATE `creature_template` SET `DamageModifier` = 7.0, `maxgold` = 1 WHERE `entry`=15415; + +/* Kania */ +UPDATE `creature_template` SET `subname` = 'Enchanting Supplier' WHERE `entry`=15419; + +/* Qiraji Drone */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=15421; + +/* Qiraji Tank */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=15422; + +/* Kaldorei Infantry */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9 WHERE `entry`=15423; + +/* Anubisath Conqueror */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.15 WHERE `entry`=15424; + +/* Debug Point */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15425; + +/* Ahn'Qiraj Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15426; + +/* Merithra's Wake */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_run` = 0.428571, `DamageModifier` = 1.3 WHERE `entry`=15427; + +/* Sand Vortex */ +UPDATE `creature_template` SET `DamageModifier` = 12.3, `ArmorModifier` = 1.1, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15428; + +/* Disgusting Oozeling */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15429; + +/* Corporal Carnes */ +UPDATE `creature_template` SET `DamageModifier` = 4.55 WHERE `entry`=15431; + +/* Dame Twinbraid */ +UPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry`=15432; + +/* Private Draxlegauge */ +UPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry`=15434; + +/* Ironforge Brigade Mortarman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=15435; + +/* Mortar Sergeant Stouthammer */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15436; + +/* Master Nightsong */ +UPDATE `creature_template` SET `DamageModifier` = 4.55 WHERE `entry`=15437; + +/* Captain Blackanvil */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15, `ArmorModifier` = 1.1, `RangeAttackTime` = 1400, `mingold` = 1, `maxgold` = 756 WHERE `entry`=15440; + +/* Ironforge Brigade Rifleman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.2 WHERE `entry`=15441; + +/* Ironforge Brigade Footman */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.35 WHERE `entry`=15442; + +/* Janela Stouthammer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.5, `ArmorModifier` = 1.35 WHERE `entry`=15443; + +/* Arcanist Nozzlespring */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.65, `ArmorModifier` = 2.15 WHERE `entry`=15444; + +/* Sergeant Major Germaine */ +UPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry`=15445; + +/* Bonnie Stoneflayer */ +UPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry`=15446; + +/* Private Porter */ +UPDATE `creature_template` SET `DamageModifier` = 4.55 WHERE `entry`=15448; + +/* Hive'Zora Abomination */ +UPDATE `creature_template` SET `speed_run` = 2.85714, `DamageModifier` = 9.8, `HealthModifier` = 125.0, `ArmorModifier` = 1.35, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15449; + +/* Marta Finespindle */ +UPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry`=15450; + +/* Sentinel Silversky */ +UPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry`=15451; + +/* Nurse Stonefield */ +UPDATE `creature_template` SET `DamageModifier` = 4.55 WHERE `entry`=15452; + +/* Keeper Moonshade */ +UPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry`=15453; + +/* Anachronos Quest Trigger Invisible */ +UPDATE `creature_template` SET `modelid1` = 13069, `DamageModifier` = 1.3 WHERE `entry`=15454; + +/* Slicky Gastronome */ +UPDATE `creature_template` SET `DamageModifier` = 4.6 WHERE `entry`=15455; + +/* Sarah Sadwhistle */ +UPDATE `creature_template` SET `DamageModifier` = 4.55 WHERE `entry`=15456; + +/* Huntress Swiftriver */ +UPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry`=15457; + +/* Commander Stronghammer */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=15458; + +/* Miner Cromwell */ +UPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry`=15459; + +/* Grunt Maug */ +UPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry`=15460; + +/* Shrieker Scarab */ +UPDATE `creature_template` SET `DamageModifier` = 2.9, `ArmorModifier` = 1.1 WHERE `entry`=15461; + +/* Spitting Scarab */ +UPDATE `creature_template` SET `DamageModifier` = 4.15, `ArmorModifier` = 1.2 WHERE `entry`=15462; + +/* Omen */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `DamageModifier` = 13.3, `HealthModifier` = 300.0, `ArmorModifier` = 1.3, `ManaModifier` = 1.0 WHERE `entry`=15467; + +/* Senior Sergeant T'kelah */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=15469; + +/* Lieutenant General Andorov */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 13.0, `ArmorModifier` = 1.1 WHERE `entry`=15471; + +/* [UNUSED] Deep Ooze */ +UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.71429, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15472; + +/* Kaldorei Elite */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 12.3, `ArmorModifier` = 0.7 WHERE `entry`=15473; + +/* Beetle */ +UPDATE `creature_template` SET `modelid2` = 15467, `modelid3` = 8971, `DamageModifier` = 1.3 WHERE `entry`=15475; + +/* Scorpion */ +UPDATE `creature_template` SET `modelid1` = 15469, `modelid2` = 5905, `DamageModifier` = 1.3 WHERE `entry`=15476; + +/* Herbalist Proudfeather */ +UPDATE `creature_template` SET `DamageModifier` = 4.45 WHERE `entry`=15477; + +/* Spirit of Azuregos */ +UPDATE `creature_template` SET `speed_walk` = 2.0, `speed_run` = 1.71429, `DamageModifier` = 5.6, `ArmorModifier` = 1.3 WHERE `entry`=15481; + +/* Eranikus, Tyrant of the Dream */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 13.0, `ArmorModifier` = 1.3, `RangeAttackTime` = 1300, `mingold` = 80000, `maxgold` = 120000 WHERE `entry`=15491; + +/* Nighthaven Defender */ +UPDATE `creature_template` SET `DamageModifier` = 3.6, `ArmorModifier` = 1.35 WHERE `entry`=15495; + +/* Windcaller Yessendra */ +UPDATE `creature_template` SET `DamageModifier` = 3.95 WHERE `entry`=15498; + +/* Warden Haro */ +UPDATE `creature_template` SET `DamageModifier` = 2.15 WHERE `entry`=15499; + +/* Keyl Swiftclaw */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry`=15500; + +/* Andorgos */ +UPDATE `creature_template` SET `DamageModifier` = 5.05, `ArmorModifier` = 1.75 WHERE `entry`=15502; + +/* Kandrostrasz */ +UPDATE `creature_template` SET `DamageModifier` = 5.05, `ArmorModifier` = 1.75 WHERE `entry`=15503; + +/* Vethsera */ +UPDATE `creature_template` SET `DamageModifier` = 5.05, `ArmorModifier` = 1.75 WHERE `entry`=15504; + +/* Canal Frenzy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 12.3, `ArmorModifier` = 1.1 WHERE `entry`=15505; + +/* Stewvul */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=15506; + +/* Buru the Gorger Transform Visual */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_run` = 0.428571, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry`=15507; + +/* Batrider Pele'keiki */ +UPDATE `creature_template` SET `DamageModifier` = 4.45 WHERE `entry`=15508; + +/* Princess Huhuran */ +UPDATE `creature_template` SET `ArmorModifier` = 1.3 WHERE `entry`=15509; + +/* Fankriss the Unyielding */ +UPDATE `creature_template` SET `DamageModifier` = 20.05, `ArmorModifier` = 1.3 WHERE `entry`=15510; + +/* Lord Kri */ +UPDATE `creature_template` SET `DamageModifier` = 31.25, `ArmorModifier` = 1.3 WHERE `entry`=15511; + +/* Apothecary Jezel */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry`=15512; + +/* Buru Egg */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=15514; + +/* Skinner Jamani */ +UPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry`=15515; + +/* Battleguard Sartura */ +UPDATE `creature_template` SET `DamageModifier` = 18.0, `ArmorModifier` = 1.3 WHERE `entry`=15516; + +/* Ouro */ +UPDATE `creature_template` SET `DamageModifier` = 47.3, `ArmorModifier` = 1.3 WHERE `entry`=15517; + +/* Auctioneer Grum */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=15518; + +/* Auctioneer Bertram */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=15519; + +/* O'Reily */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 0.95 WHERE `entry`=15520; + +/* Hive'Zara Hatchling */ +UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 12.3, `ArmorModifier` = 1.1 WHERE `entry`=15521; + +/* Sergeant Umala */ +UPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 3.8 WHERE `entry`=15522; + +/* Temporary Reindeer */ +UPDATE `creature_template` SET `modelid1` = 1991, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 0.05 WHERE `entry`=15524; + +/* Doctor Serratus */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry`=15525; + +/* Meridith the Mermaiden */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.6, `ArmorModifier` = 0.9 WHERE `entry`=15526; + +/* Mana Fiend */ +UPDATE `creature_template` SET `minlevel` = 57, `maxlevel` = 60, `dmgschool` = 6, `DamageModifier` = 8.5, `ArmorModifier` = 1.1, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15527; + +/* Healer Longrunner */ +UPDATE `creature_template` SET `DamageModifier` = 1.75 WHERE `entry`=15528; + +/* Lady Callow */ +UPDATE `creature_template` SET `minlevel` = 56, `DamageModifier` = 3.8 WHERE `entry`=15529; + +/* Twilight Master Xarvos */ +UPDATE `creature_template` SET `minlevel` = 56, `maxlevel` = 56, `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=15530; + +/* Stoneguard Clayhoof */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry`=15532; + +/* Bloodguard Rawtar */ +UPDATE `creature_template` SET `DamageModifier` = 3.45 WHERE `entry`=15533; + +/* Fisherman Lin'do */ +UPDATE `creature_template` SET `DamageModifier` = 3.4 WHERE `entry`=15534; + +/* Chief Sharpclaw */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=15535; + +/* Noxxie Razzlebrack */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=15536; + +/* Anubisath Warrior */ +UPDATE `creature_template` SET `DamageModifier` = 3.0, `ArmorModifier` = 1.15 WHERE `entry`=15537; + +/* Anubisath Swarmguard */ +UPDATE `creature_template` SET `DamageModifier` = 9.75, `ArmorModifier` = 1.15 WHERE `entry`=15538; + +/* General Zog */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry`=15539; + +/* Windcaller Kaldon */ +UPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.1 WHERE `entry`=15540; + +/* Twilight Marauder Morna */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry`=15541; + +/* Twilight Marauder */ +UPDATE `creature_template` SET `speed_run` = 1.14286 WHERE `entry`=15542; + +/* Princess Yauj */ +UPDATE `creature_template` SET `DamageModifier` = 20.05, `ArmorModifier` = 1.3, `maxgold` = 537463 WHERE `entry`=15543; + +/* Vem */ +UPDATE `creature_template` SET `DamageModifier` = 22.5, `ArmorModifier` = 1.3, `mingold` = 490638, `maxgold` = 516334 WHERE `entry`=15544; + +/* Cenarion Outrider */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15545; + +/* Hive'Zara Swarmer */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 876 WHERE `entry`=15546; + +/* Elder Morndeep */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15549; + +/* Doctor Weavil */ +UPDATE `creature_template` SET `DamageModifier` = 26.9, `ArmorModifier` = 3.8 WHERE `entry`=15552; + +/* Doctor Weavil's Flying Machine */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.05 WHERE `entry`=15553; + +/* Number Two */ +UPDATE `creature_template` SET `DamageModifier` = 15.0, `ArmorModifier` = 1.15 WHERE `entry`=15554; + +/* Hive'Zara Larva */ +UPDATE `creature_template` SET `minlevel` = 59, `DamageModifier` = 12.3, `ArmorModifier` = 1.1, `mingold` = 129, `maxgold` = 173 WHERE `entry`=15555; + +/* Elder Splitrock */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15556; + +/* Elder Rumblerock */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15557; + +/* Elder Silvervein */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15558; + +/* Elder Highpeak */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.75, `unit_class` = 8 WHERE `entry`=15559; + +/* Elder Stonefort */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.75 WHERE `entry`=15560; + +/* Elder Obsidian */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.15, `ArmorModifier` = 1.75 WHERE `entry`=15561; + +/* Elder Hammershout */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15562; + +/* Elder Bellowrage */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15563; + +/* Elder Darkcore */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15564; + +/* Elder Stormbrow */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15565; + +/* Elder Snowcrown */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15566; + +/* Elder Ironband */ +UPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.75 WHERE `entry`=15567; + +/* Elder Graveborn */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15568; + +/* Elder Goldwell */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15569; + +/* Elder Primestone */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15570; + +/* Maws */ +UPDATE `creature_template` SET `speed_run` = 2.57143, `DamageModifier` = 30.95, `ArmorModifier` = 1.3 WHERE `entry`=15571; + +/* Elder Runetotem */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15572; + +/* Elder Ragetotem */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15573; + +/* Elder Stonespire */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15574; + +/* Elder Bloodhoof */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15575; + +/* Elder Winterhoof */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15576; + +/* Elder Skychaser */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15577; + +/* Elder Wildmane */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15578; + +/* Elder Darkhorn */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15579; + +/* Elder Grimtotem */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15581; + +/* Elder Windtotem */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15582; + +/* Elder Thunderhorn */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15583; + +/* Elder Skyseer */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15584; + +/* Elder Dawnstrider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15585; + +/* Elder Dreamseer */ +UPDATE `creature_template` SET `DamageModifier` = 1.15, `ArmorModifier` = 1.85 WHERE `entry`=15586; + +/* Elder Mistwalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.15, `ArmorModifier` = 1.85 WHERE `entry`=15587; + +/* Elder High Mountain */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15588; + +/* Eye of C'Thun */ +UPDATE `creature_template` SET `DamageModifier` = 14.85, `ArmorModifier` = 1.3 WHERE `entry`=15589; + +/* Ossirian Crystal Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15590; + +/* Minion of Weavil */ +UPDATE `creature_template` SET `DamageModifier` = 13.95, `ArmorModifier` = 1.1, `mingold` = 1528, `maxgold` = 1794 WHERE `entry`=15591; + +/* Elder Windrun */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15592; + +/* Elder Starsong */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15593; + +/* Elder Moonstrike */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15594; + +/* Elder Bladeleaf */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15595; + +/* Elder Starglade */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15596; + +/* Elder Moonwarden */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15597; + +/* Elder Bladeswift */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15598; + +/* Elder Bladesing */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15599; + +/* Elder Skygleam */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15600; + +/* Elder Starweave */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15601; + +/* Elder Meadowrun */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15602; + +/* Elder Nightwind */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15603; + +/* Elder Morningdew */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15604; + +/* Elder Riversong */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15605; + +/* Elder Brightspear */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15606; + +/* Elder Farwhisper */ +UPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 2.75 WHERE `entry`=15607; + +/* Medivh */ +UPDATE `creature_template` SET `modelid1` = 13, `minlevel` = 63, `maxlevel` = 63, `speed_run` = 1.14286, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15608; + +/* Cenarion Scout Landion */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.4, `ArmorModifier` = 2.4 WHERE `entry`=15609; + +/* Cenarion Scout Azenel */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 2.4 WHERE `entry`=15610; + +/* Cenarion Scout Jalia */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.4, `ArmorModifier` = 2.4 WHERE `entry`=15611; + +/* Krug Skullsplit */ +UPDATE `creature_template` SET `DamageModifier` = 4.15, `ArmorModifier` = 1.1 WHERE `entry`=15612; + +/* Merok Longstride */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.75, `ArmorModifier` = 1.35 WHERE `entry`=15613; + +/* J.D. Shadesong */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.45 WHERE `entry`=15614; + +/* Shadow Priestess Shai */ +UPDATE `creature_template` SET `DamageModifier` = 4.75, `ArmorModifier` = 2.15 WHERE `entry`=15615; + +/* Orgrimmar Legion Grunt */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.35 WHERE `entry`=15616; + +/* Orgrimmar Legion Axe Thrower */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15617; + +/* Orgrimmar Legion Hexxer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15618; + +/* silithus test mob */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15619; + +/* Hive'Regal Hunter-Killer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 9.8, `HealthModifier` = 150.0, `ArmorModifier` = 1.35, `RangeAttackTime` = 1650, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15620; + +/* Yauj Brood */ +UPDATE `creature_template` SET `DamageModifier` = 3.3, `ArmorModifier` = 1.1 WHERE `entry`=15621; + +/* Vekniss Borer */ +UPDATE `creature_template` SET `DamageModifier` = 7.05, `ArmorModifier` = 1.1 WHERE `entry`=15622; + +/* Xandivious */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.25 WHERE `entry`=15623; + +/* Forest Wisp */ +UPDATE `creature_template` SET `DamageModifier` = 0.75 WHERE `entry`=15624; + +/* Twilight Corrupter */ +UPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 16.1, `ArmorModifier` = 1.95 WHERE `entry`=15625; + +/* Celestine Omencaller */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=15626; + +/* Jarod Shadowsong */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15627; + +/* Eranikus the Redeemed */ +UPDATE `creature_template` SET `modelid1` = 15474, `speed_run` = 2.28571, `DamageModifier` = 5.6, `ArmorModifier` = 1.3 WHERE `entry`=15628; + +/* Nightmare Phantasm */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.2 WHERE `entry`=15629; + +/* Spawn of Fankriss */ +UPDATE `creature_template` SET `DamageModifier` = 26.05, `ArmorModifier` = 1.3 WHERE `entry`=15630; + +/* Spotlight */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15631; + +/* Test dude for 1.8 */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15632; + +/* Tyrande */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 6.05, `ArmorModifier` = 2.2 WHERE `entry`=15633; + +/* Priestess of the Moon */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.35 WHERE `entry`=15634; + +/* Auctioneer Jaxon */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=15659; + +/* Eranikus Transformed */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry`=15660; + +/* Baby Shark */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=15661; + +/* War Effort Volunteer */ +UPDATE `creature_template` SET `DamageModifier` = 0.95, `ArmorModifier` = 0.85 WHERE `entry`=15663; + +/* Metzen the Reindeer */ +UPDATE `creature_template` SET `DamageModifier` = 6.1 WHERE `entry`=15664; + +/* Mounted Reindeer */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_run` = 1.38571, `DamageModifier` = 0.05 WHERE `entry`=15665; + +/* Glob of Viscidus */ +UPDATE `creature_template` SET `DamageModifier` = 4.65, `ArmorModifier` = 1.1 WHERE `entry`=15667; + +/* Auctioneer Stockton */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=15675; + +/* Auctioneer Yarly */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=15676; + +/* Auctioneer Graves */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=15677; + +/* Auctioneer Silva'las */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=15678; + +/* Auctioneer Cazarez */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=15679; + +/* Auctioneer Bernal */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=15680; + +/* Auctioneer O'reely */ +UPDATE `creature_template` SET `DamageModifier` = 0.9 WHERE `entry`=15681; + +/* Auctioneer Cain */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=15682; + +/* Auctioneer Naxxremis */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=15683; + +/* Auctioneer Tricket */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=15684; + +/* Southsea Kidnapper */ +UPDATE `creature_template` SET `mingold` = 258, `maxgold` = 417 WHERE `entry`=15685; + +/* Auctioneer Rhyker */ +UPDATE `creature_template` SET `DamageModifier` = 0.85 WHERE `entry`=15686; + +/* Dark Iron Kidnapper */ +UPDATE `creature_template` SET `mingold` = 92, `maxgold` = 471 WHERE `entry`=15692; + +/* Jonathan the Revelator */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.15 WHERE `entry`=15693; + +/* Stormwind Reveler */ +UPDATE `creature_template` SET `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry`=15694; + +/* Vek Twins Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15695; + +/* War Effort Recruit */ +UPDATE `creature_template` SET `DamageModifier` = 4.45, `ArmorModifier` = 0.85 WHERE `entry`=15696; + +/* Father Winter's Helper */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15698; + +/* Tranquil Mechanical Yeti */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=15699; + +/* Warlord Gorchuk */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry`=15700; + +/* Field Marshal Snowfall */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry`=15701; + +/* Senior Sergeant Taiga */ +UPDATE `creature_template` SET `DamageModifier` = 3.15, `ArmorModifier` = 1.1, `mingold` = 1, `maxgold` = 385 WHERE `entry`=15702; + +/* Senior Sergeant Grimsford */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=15703; + +/* Senior Sergeant Kai'jin */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry`=15704; + +/* Winter's Little Helper */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=15705; + +/* Winter Reindeer */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 0.05 WHERE `entry`=15706; + +/* Master Sergeant Fizzlebolt */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.1 WHERE `entry`=15707; + +/* Master Sergeant Maclure */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 0.9 WHERE `entry`=15708; + +/* Master Sergeant Moonshadow */ +UPDATE `creature_template` SET `DamageModifier` = 4.55, `ArmorModifier` = 1.1 WHERE `entry`=15709; + +/* Tiny Snowman */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=15710; + +/* Dirt Mound */ +UPDATE `creature_template` SET `speed_walk` = 4.8, `speed_run` = 1.71429, `DamageModifier` = 0.05, `ArmorModifier` = 0.7 WHERE `entry`=15712; + +/* Blue Qiraji Battle Tank */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=15713; + +/* Yellow Qiraji Battle Tank */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=15714; + +/* Green Qiraji Battle Tank */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=15715; + +/* Red Qiraji Battle Tank */ +UPDATE `creature_template` SET `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 6.05, `RangeAttackTime` = 2200, `maxgold` = 2 WHERE `entry`=15716; + +/* Ouro Trigger */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15717; + +/* Ouro Scarab */ +UPDATE `creature_template` SET `DamageModifier` = 2.25, `ArmorModifier` = 0.7, `BaseAttackTime` = 1000 WHERE `entry`=15718; + +/* Thunder Bluff Reveler */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15719; + +/* Timbermaw Ancestor */ +UPDATE `creature_template` SET `DamageModifier` = 1.55, `ArmorModifier` = 1.1 WHERE `entry`=15720; + +/* Mechanical Greench */ +UPDATE `creature_template` SET `minlevel` = 58, `maxlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 0.8 WHERE `entry`=15721; + +/* Booty Bay Reveler */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 60, `DamageModifier` = 4.2, `ArmorModifier` = 0.4 WHERE `entry`=15723; + +/* Drunken Bruiser */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=15724; + +/* Claw Tentacle */ +UPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 1.35 WHERE `entry`=15725; + +/* Eye Tentacle */ +UPDATE `creature_template` SET `DamageModifier` = 2.0, `ArmorModifier` = 1.35, `mingold` = 700, `maxgold` = 4321 WHERE `entry`=15726; + +/* C'Thun */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.3, `maxgold` = 1485537 WHERE `entry`=15727; + +/* Giant Claw Tentacle */ +UPDATE `creature_template` SET `DamageModifier` = 39.55, `ArmorModifier` = 1.35 WHERE `entry`=15728; + +/* Father Winter's Helper (BIG) gm */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=15729; + +/* Pat's Snowcloud Guy */ +UPDATE `creature_template` SET `modelid1` = 15294, `DamageModifier` = 0.05 WHERE `entry`=15730; + +/* Darnassus Commendation Officer */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=15731; + +/* Wonderform Operator */ +UPDATE `creature_template` SET `DamageModifier` = 4.45 WHERE `entry`=15732; + +/* Gnomeregan Commendation Officer */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=15733; + +/* Ironforge Commendation Officer */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=15734; + +/* Stormwind Commendation Officer */ +UPDATE `creature_template` SET `DamageModifier` = 0.8 WHERE `entry`=15735; + +/* Orgrimmar Commendation Officer */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=15736; + +/* Darkspear Commendation Officer */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=15737; + +/* Undercity Commendation Officer */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=15738; + +/* Thunder Bluff Commendation Officer */ +UPDATE `creature_template` SET `DamageModifier` = 3.7 WHERE `entry`=15739; + +/* Colossus of Zora */ +UPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 39.95, `ArmorModifier` = 2.6, `mingold` = 754599, `maxgold` = 754599 WHERE `entry`=15740; + +/* Colossus of Regal */ +UPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 39.95, `ArmorModifier` = 2.6, `mingold` = 754599, `maxgold` = 754599 WHERE `entry`=15741; + +/* Colossus of Ashi */ +UPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 39.95, `ArmorModifier` = 2.6, `BaseAttackTime` = 2000, `mingold` = 754599, `maxgold` = 754599 WHERE `entry`=15742; + +/* Colossal Anubisath Warbringer */ +UPDATE `creature_template` SET `DamageModifier` = 12.45, `ArmorModifier` = 2.3, `mingold` = 47736, `maxgold` = 272524 WHERE `entry`=15743; + +/* Imperial Qiraji Destroyer */ +UPDATE `creature_template` SET `DamageModifier` = 16.75, `ArmorModifier` = 2.55, `unit_class` = 2, `mingold` = 155024, `maxgold` = 172524 WHERE `entry`=15744; + +/* Great-father Winter's Helper */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15746; + +/* Qiraji Captain */ +UPDATE `creature_template` SET `DamageModifier` = 9.3, `ArmorModifier` = 1.4, `mingold` = 11252, `maxgold` = 15552 WHERE `entry`=15747; + +/* Lesser Anubisath Warbringer */ +UPDATE `creature_template` SET `DamageModifier` = 7.0, `ArmorModifier` = 1.5, `mingold` = 5024, `maxgold` = 13960 WHERE `entry`=15748; + +/* Lesser Silithid Flayer */ +UPDATE `creature_template` SET `minlevel` = 29, `DamageModifier` = 4.35, `ArmorModifier` = 1.35 WHERE `entry`=15749; + +/* Qiraji Major */ +UPDATE `creature_template` SET `DamageModifier` = 8.65, `mingold` = 20702, `maxgold` = 25752 WHERE `entry`=15750; + +/* Anubisath Warbringer */ +UPDATE `creature_template` SET `DamageModifier` = 6.2, `mingold` = 7024, `maxgold` = 7524 WHERE `entry`=15751; + +/* Silithid Flayer */ +UPDATE `creature_template` SET `DamageModifier` = 5.5, `ArmorModifier` = 0.9, `mingold` = 702, `maxgold` = 752 WHERE `entry`=15752; + +/* Qiraji Brigadier General */ +UPDATE `creature_template` SET `DamageModifier` = 7.75, `ArmorModifier` = 1.1, `mingold` = 50920, `maxgold` = 55052 WHERE `entry`=15753; + +/* Greater Anubisath Warbringer */ +UPDATE `creature_template` SET `DamageModifier` = 6.55, `mingold` = 9024, `maxgold` = 9524 WHERE `entry`=15754; + +/* Greater Silithid Flayer */ +UPDATE `creature_template` SET `DamageModifier` = 5.3, `ArmorModifier` = 0.95, `mingold` = 920, `maxgold` = 1052 WHERE `entry`=15756; + +/* Qiraji Lieutenant General */ +UPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 11.9, `ArmorModifier` = 2.05, `mingold` = 70202, `maxgold` = 83252 WHERE `entry`=15757; + +/* Supreme Anubisath Warbringer */ +UPDATE `creature_template` SET `DamageModifier` = 10.15, `ArmorModifier` = 1.8, `mingold` = 22024, `maxgold` = 32524 WHERE `entry`=15758; + +/* Supreme Silithid Flayer */ +UPDATE `creature_template` SET `DamageModifier` = 6.55, `ArmorModifier` = 1.65, `mingold` = 2202, `maxgold` = 3252 WHERE `entry`=15759; + +/* Officer Lunalight */ +UPDATE `creature_template` SET `DamageModifier` = 5.55, `ArmorModifier` = 1.4 WHERE `entry`=15762; + +/* Officer Porterhouse */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.4 WHERE `entry`=15763; + +/* Officer Ironbeard */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.4 WHERE `entry`=15764; + +/* Officer Redblade */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.4 WHERE `entry`=15765; + +/* Officer Maloof */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 1.4 WHERE `entry`=15766; + +/* Officer Thunderstrider */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=15767; + +/* Officer Gothena */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=15768; + +/* Resonating Crystal */ +UPDATE `creature_template` SET `minlevel` = 35, `maxlevel` = 35, `DamageModifier` = 0.05 WHERE `entry`=15769; + +/* Greater Resonating Crystal */ +UPDATE `creature_template` SET `minlevel` = 45, `maxlevel` = 45, `DamageModifier` = 0.15 WHERE `entry`=15770; + +/* Major Resonating Crystal */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `DamageModifier` = 0.1 WHERE `entry`=15771; + +/* Christmas Darkmaster Gandling */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry`=15772; + +/* Christmas Cannon Master Willey */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15773; + +/* Christmas Prince Tortheldrin */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15774; + +/* Christmas Emperor Dagran Thaurissan */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.0 WHERE `entry`=15775; + +/* Christmas Warchief Rend Blackhand */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `rank` = 3, `DamageModifier` = 1.3 WHERE `entry`=15776; + +/* Christmas War Master Voone */ +UPDATE `creature_template` SET `modelid1` = 15737, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15777; + +/* Mouth Tentacle Mount Visual */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 2.4, `speed_run` = 1.42857, `DamageModifier` = 1.3 WHERE `entry`=15778; + +/* Human Male Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15744, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15780; + +/* Human Female Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15745, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15781; + +/* Dwarf Male Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15746, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15782; + +/* Dwarf Female Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15747, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15783; + +/* Night Elf Female Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15748, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15784; + +/* Troll Female Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15749, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15785; + +/* Orc Female Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15751, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15786; + +/* Goblin Female Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15752, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15787; + +/* Undead Female Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15753, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15788; + +/* Tauren Female Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15754, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15789; + +/* Undead Male Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15755, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15790; + +/* Orc Male Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15756, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15791; + +/* Troll Male Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15757, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15792; + +/* Tauren Male Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15759, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15793; + +/* Night Elf Male Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15758, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15794; + +/* Goblin Male Winter Reveler */ +UPDATE `creature_template` SET `modelid1` = 15750, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15795; + +/* Christmas Goraluk Anvilcrack */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `rank` = 1, `DamageModifier` = 1.3 WHERE `entry`=15796; + +/* Colossus Researcher Sophia */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9 WHERE `entry`=15797; + +/* Colossus Researcher Nestor */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9 WHERE `entry`=15798; + +/* Colossus Researcher Eazel */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9 WHERE `entry`=15799; + +/* Exit Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15800; + +/* GONG BOY DND DNR */ +UPDATE `creature_template` SET `minlevel` = 1, `DamageModifier` = 0.15 WHERE `entry`=15801; + +/* Flesh Tentacle */ +UPDATE `creature_template` SET `DamageModifier` = 3.75, `ArmorModifier` = 1.35 WHERE `entry`=15802; + +/* Lesser Resonating Crystal */ +UPDATE `creature_template` SET `DamageModifier` = 0.35 WHERE `entry`=15804; + +/* Minor Resonating Crystal */ +UPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry`=15805; + +/* Qiraji Lieutenant */ +UPDATE `creature_template` SET `ArmorModifier` = 1.4, `mingold` = 6082, `maxgold` = 10252 WHERE `entry`=15806; + +/* Minor Anubisath Warbringer */ +UPDATE `creature_template` SET `DamageModifier` = 4.25, `ArmorModifier` = 1.3, `mingold` = 6189, `maxgold` = 8033 WHERE `entry`=15807; + +/* Minor Silithid Flayer */ +UPDATE `creature_template` SET `DamageModifier` = 3.85, `ArmorModifier` = 1.15 WHERE `entry`=15808; + +/* C'Thun Transformation Visual */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 2.4, `speed_run` = 1.42857, `DamageModifier` = 1.3 WHERE `entry`=15809; + +/* Eroded Anubisath Warbringer */ +UPDATE `creature_template` SET `maxlevel` = 18, `DamageModifier` = 3.75, `ArmorModifier` = 0.55, `mingold` = 5011, `maxgold` = 7488 WHERE `entry`=15810; + +/* Faltering Silithid Flayer */ +UPDATE `creature_template` SET `DamageModifier` = 3.5, `ArmorModifier` = 0.4 WHERE `entry`=15811; + +/* Qiraji Officer */ +UPDATE `creature_template` SET `DamageModifier` = 7.45, `ArmorModifier` = 0.75, `mingold` = 5241, `maxgold` = 7158 WHERE `entry`=15812; + +/* Qiraji Officer Zod */ +UPDATE `creature_template` SET `DamageModifier` = 8.65, `ArmorModifier` = 0.85, `mingold` = 7124, `maxgold` = 10862 WHERE `entry`=15813; + +/* Qiraji Lieutenant Jo-rel */ +UPDATE `creature_template` SET `DamageModifier` = 7.85, `ArmorModifier` = 1.2, `mingold` = 8494, `maxgold` = 15252 WHERE `entry`=15814; + +/* Qiraji Captain Ka'ark */ +UPDATE `creature_template` SET `DamageModifier` = 9.05, `mingold` = 15252, `maxgold` = 20552 WHERE `entry`=15815; + +/* Qiraji Major He'al-ie */ +UPDATE `creature_template` SET `DamageModifier` = 9.05, `ArmorModifier` = 1.05, `mingold` = 30702, `maxgold` = 35752 WHERE `entry`=15816; + +/* Qiraji Brigadier General Pax-lish */ +UPDATE `creature_template` SET `DamageModifier` = 9.6, `ArmorModifier` = 1.7, `mingold` = 50920, `maxgold` = 55052 WHERE `entry`=15817; + +/* Lieutenant General Nokhor */ +UPDATE `creature_template` SET `rank` = 3, `DamageModifier` = 14.65, `ArmorModifier` = 2.25, `mingold` = 100202, `maxgold` = 113852 WHERE `entry`=15818; + +/* Father Winter's Helper (BIG) rm */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=15832; + +/* Father Winter's Helper (BIG) rf */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15835; + +/* Father Winter's Helper (BIG) gf */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=15838; + +/* Might of Kalimdor Grunt */ +UPDATE `creature_template` SET `DamageModifier` = 0.1 WHERE `entry`=15839; + +/* Might of Kalimdor Sergeant */ +UPDATE `creature_template` SET `maxlevel` = 15, `DamageModifier` = 0.1, `ArmorModifier` = 1.05 WHERE `entry`=15840; + +/* Might of Kalimdor Lieutenant */ +UPDATE `creature_template` SET `maxlevel` = 46, `DamageModifier` = 0.05, `ArmorModifier` = 1.05 WHERE `entry`=15841; + +/* Might of Kalimdor Mage */ +UPDATE `creature_template` SET `minlevel` = 36, `DamageModifier` = 0.05, `ArmorModifier` = 1.9, `unit_class` = 8 WHERE `entry`=15842; + +/* Might of Kalimdor Priest */ +UPDATE `creature_template` SET `DamageModifier` = 0.05, `ArmorModifier` = 1.65, `unit_class` = 8 WHERE `entry`=15843; + +/* Might of Kalimdor Restorer */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 2.05, `unit_class` = 8 WHERE `entry`=15844; + +/* Might of Kalimdor Captain */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15845; + +/* Might of Kalimdor Archer */ +UPDATE `creature_template` SET `DamageModifier` = 0.05, `ArmorModifier` = 2.0 WHERE `entry`=15846; + +/* Might of Kalimdor Shaman */ +UPDATE `creature_template` SET `DamageModifier` = 0.75, `ArmorModifier` = 1.25, `unit_class` = 2 WHERE `entry`=15847; + +/* Might of Kalimdor Infantry */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15848; + +/* Might of Kalimdor Druid */ +UPDATE `creature_template` SET `maxlevel` = 35, `DamageModifier` = 0.05, `ArmorModifier` = 1.35, `unit_class` = 2 WHERE `entry`=15849; + +/* Might of Kalimdor Skirmisher */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15850; + +/* Might of Kalimdor Marshal */ +UPDATE `creature_template` SET `maxlevel` = 59, `DamageModifier` = 0.05 WHERE `entry`=15851; + +/* Orgrimmar Elite Shieldguard */ +UPDATE `creature_template` SET `maxlevel` = 61, `DamageModifier` = 1.35, `ArmorModifier` = 0.85, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15852; + +/* Orgrimmar Elite Infantryman */ +UPDATE `creature_template` SET `DamageModifier` = 6.7, `ArmorModifier` = 1.1 WHERE `entry`=15853; + +/* Orgrimmar Elite Cavalryman */ +UPDATE `creature_template` SET `speed_run` = 2.28571, `DamageModifier` = 5.55, `ArmorModifier` = 1.05 WHERE `entry`=15854; + +/* Tauren Rifleman */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 3.65, `ArmorModifier` = 1.35, `unit_class` = 2 WHERE `entry`=15855; + +/* Tauren Primalist */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.2, `ArmorModifier` = 6.45, `unit_class` = 2 WHERE `entry`=15856; + +/* Stormwind Cavalryman */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 5.0, `ArmorModifier` = 1.15 WHERE `entry`=15857; + +/* Stormwind Infantryman */ +UPDATE `creature_template` SET `DamageModifier` = 3.45, `ArmorModifier` = 1.1 WHERE `entry`=15858; + +/* Stormwind Archmage */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.5, `unit_class` = 2 WHERE `entry`=15859; + +/* Kaldorei Marksman */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.35, `unit_class` = 2 WHERE `entry`=15860; + +/* Ironforge Infantryman */ +UPDATE `creature_template` SET `DamageModifier` = 6.7, `ArmorModifier` = 1.1 WHERE `entry`=15861; + +/* Ironforge Cavalryman */ +UPDATE `creature_template` SET `speed_run` = 2.28571, `DamageModifier` = 5.55, `ArmorModifier` = 1.15 WHERE `entry`=15862; + +/* Darkspear Shaman */ +UPDATE `creature_template` SET `DamageModifier` = 1.1, `ArmorModifier` = 1.35, `unit_class` = 2 WHERE `entry`=15863; + +/* Valadar Starsong */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.4 WHERE `entry`=15864; + +/* Might of Kalimdor Major */ +UPDATE `creature_template` SET `DamageModifier` = 0.05, `ArmorModifier` = 0.85 WHERE `entry`=15865; + +/* High Commander Lynore Windstryke */ +UPDATE `creature_template` SET `DamageModifier` = 4.85, `ArmorModifier` = 1.3 WHERE `entry`=15866; + +/* Might of Kalimdor Archmage */ +UPDATE `creature_template` SET `minlevel` = 60, `DamageModifier` = 0.05, `ArmorModifier` = 2.0, `unit_class` = 8 WHERE `entry`=15867; + +/* Highlord Leoric Von Zeldig */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 6.05, `ArmorModifier` = 1.6, `unit_class` = 2 WHERE `entry`=15868; + +/* Malagav the Tactician */ +UPDATE `creature_template` SET `DamageModifier` = 5.6, `ArmorModifier` = 1.35, `unit_class` = 2 WHERE `entry`=15869; + +/* Duke August Foehammer */ +UPDATE `creature_template` SET `DamageModifier` = 5.75, `ArmorModifier` = 1.3 WHERE `entry`=15870; + +/* Elder Bronzebeard */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=15871; + +/* Pat's Firework Cluster Guy (BLUE) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15872; + +/* Pat's Firework Cluster Guy (RED) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15873; + +/* Pat's Firework Cluster Guy (GREEN) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15874; + +/* Pat's Firework Cluster Guy (PURPLE) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15875; + +/* Pat's Firework Cluster Guy (WHITE) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15876; + +/* Pat's Firework Cluster Guy (YELLOW) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15877; + +/* Warcaller Finster */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=15878; + +/* Pat's Firework Guy - BLUE */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15879; + +/* Pat's Firework Guy - GREEN */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15880; + +/* Pat's Firework Guy - PURPLE */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15881; + +/* Pat's Firework Guy - RED */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.1 WHERE `entry`=15882; + +/* Pat's Firework Guy - YELLOW */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.1 WHERE `entry`=15883; + +/* Pat's Firework Guy - WHITE */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15884; + +/* Pat's Firework Guy - BLUE BIG */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15885; + +/* Pat's Firework Guy - GREEN BIG */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15886; + +/* Pat's Firework Guy - PURPLE BIG */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15887; + +/* Pat's Firework Guy - RED BIG */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15888; + +/* Pat's Firework Guy - WHITE BIG */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15889; + +/* Pat's Firework Guy - YELLOW BIG */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15890; + +/* Lunar Festival Herald */ +UPDATE `creature_template` SET `DamageModifier` = 2.9, `ArmorModifier` = 1.4 WHERE `entry`=15891; + +/* Lunar Festival Emissary */ +UPDATE `creature_template` SET `DamageModifier` = 2.9, `ArmorModifier` = 1.4 WHERE `entry`=15892; + +/* Lunar Firework Credit Marker */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15893; + +/* Lunar Cluster Credit Marker */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15894; + +/* Lunar Festival Harbinger */ +UPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry`=15895; + +/* C'Thun Portal */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15896; + +/* Large Spotlight */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15897; + +/* Lunar Festival Vendor */ +UPDATE `creature_template` SET `DamageModifier` = 4.0 WHERE `entry`=15898; + +/* Lunar Festival NE Harbinger */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 4.0, `unit_class` = 8 WHERE `entry`=15900; + +/* Vanquished Tentacle */ +UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857, `DamageModifier` = 2.2 WHERE `entry`=15901; + +/* Giant Spotlight */ +UPDATE `creature_template` SET `modelid1` = 14501, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=15902; + +/* Sergeant Carnes */ +UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 4.25, `ArmorModifier` = 1.2 WHERE `entry`=15903; + +/* Tentacle Portal */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15904; + +/* Darnassus Reveler */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15905; + +/* Ironforge Reveler */ +UPDATE `creature_template` SET `minlevel` = 1, `DamageModifier` = 0.05 WHERE `entry`=15906; + +/* Undercity Reveler */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15907; + +/* Orgrimmar Reveler */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15908; + +/* Fariel Starsong */ +UPDATE `creature_template` SET `DamageModifier` = 0.8, `ArmorModifier` = 1.85 WHERE `entry`=15909; + +/* Giant Tentacle Portal */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=15910; + +/* Pat's Firework Cluster Guy (BLUE BIG) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15911; + +/* Pat's Firework Cluster Guy (GREEN BIG) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15912; + +/* Pat's Firework Cluster Guy (PURPLE BIG) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15913; + +/* Pat's Firework Cluster Guy (RED BIG) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15914; + +/* Pat's Firework Cluster Guy (WHITE BIG) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15915; + +/* Pat's Firework Cluster Guy (YELLOW BIG) */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15916; + +/* Lunar Festival Reveler */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15917; + +/* Pat's Firework Cluster Guy (ELUNE) */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.1 WHERE `entry`=15918; + +/* Viscidus Trigger */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=15922; + +/* Toxic Slime */ +UPDATE `creature_template` SET `modelid1` = 11686, `DamageModifier` = 0.05 WHERE `entry`=15925; + +/* Stalagg */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 0.8, `DamageModifier` = 54.85, `HealthModifier` = 150.0, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500, `RangeAttackTime` = 3700 WHERE `entry`=15929; + +/* Feugen */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 0.8, `DamageModifier` = 56.25, `HealthModifier` = 150.0, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500, `RangeAttackTime` = 3700 WHERE `entry`=15930; + +/* Poison Cloud */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15933; + +/* Hive'Zara Hornet */ +UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 2.14286, `DamageModifier` = 10.0, `ArmorModifier` = 1.15 WHERE `entry`=15934; + +/* Ouro Spawner */ +UPDATE `creature_template` SET `speed_walk` = 4.0, `speed_run` = 1.42857, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=15957; + +/* Lunar Festival Sentinel */ +UPDATE `creature_template` SET `DamageModifier` = 4.8 WHERE `entry`=15961; + +/* Vekniss Hatchling */ +UPDATE `creature_template` SET `DamageModifier` = 7.95, `ArmorModifier` = 1.1 WHERE `entry`=15962; + +/* The Master's Eye */ +UPDATE `creature_template` SET `DamageModifier` = 5.45 WHERE `entry`=15963; + +/* Buru Egg Trigger */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 12.3, `ArmorModifier` = 0.95, `mingold` = 599, `maxgold` = 4836 WHERE `entry`=15964; + +/* Alterac Valley Battlemaster */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=15972; + +/* Naxxramas Template */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=15973; + +/* [PH] Valentine Reveler, Male */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15982; + +/* [PH] Valentine Reveler, Female */ +UPDATE `creature_template` SET `modelid2` = 6952, `detection_range` = 18.0 WHERE `entry`=15983; + +/* Sartura's Royal Guard */ +UPDATE `creature_template` SET `speed_run` = 2.14286, `DamageModifier` = 14.4, `ArmorModifier` = 1.15 WHERE `entry`=15984; + +/* Eric Maloof Test Guy */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=15985; + +/* Lady Dena Kennedy */ +UPDATE `creature_template` SET `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=15991; + +/* Sam's Test Dummy 1 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=15992; + +/* Sam's Test Dummy 2 */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=15993; + +/* Sam's Test Dummy 1 (1) */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=15996; + +/* Sam's Test Dummy 2 (1) */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=15997; + +/* Sam's Test Dummy 1 (2) */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=15998; + +/* Sam's Test Dummy 2 (2) */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=15999; + +/* Aldris Fourclouds */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16001; + +/* Colara Dean */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16002; + +/* Deathguard Tor */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16003; + +/* Elenia Haydon */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16004; + +/* Lieutenant Jocryn Heldric */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16005; + +/* InCombat Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=16006; + +/* Orok Deathbane */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16007; + +/* Temma of the Wells */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16008; + +/* Tormek Stoneriver */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16009; + +/* Mokvar */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 2.4 WHERE `entry`=16012; + +/* Deliana */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 1.85 WHERE `entry`=16013; + +/* Mux Manascrambler */ +UPDATE `creature_template` SET `DamageModifier` = 1.65, `ArmorModifier` = 2.4 WHERE `entry`=16014; + +/* Vi'el */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.65, `ArmorModifier` = 2.4 WHERE `entry`=16015; + +/* Anthion Harmon */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.65, `ArmorModifier` = 0.9, `RangeAttackTime` = 1529 WHERE `entry`=16016; + +/* Boorana Thunderhoof */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16019; + +/* Allenya Moonshadow */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16023; + +/* Flesh Giant B [PH] */ +UPDATE `creature_template` SET `minlevel` = 62, `maxlevel` = 62, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=16026; + +/* Living Poison */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_run` = 1.42857, `DamageModifier` = 4.35, `ArmorModifier` = 2.85 WHERE `entry`=16027; + +/* Ysida Harmon */ +UPDATE `creature_template` SET `DamageModifier` = 2.3, `ArmorModifier` = 0.9 WHERE `entry`=16031; + +/* Falrin Treeshaper */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 0.9 WHERE `entry`=16032; + +/* Bodley */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.3, `ArmorModifier` = 1.75, `BaseAttackTime` = 1390, `RangeAttackTime` = 1590 WHERE `entry`=16033; + +/* [UNUSED] Bog Beast B [PH] */ +UPDATE `creature_template` SET `minlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=16035; + +/* [UNUSED] Deathhound */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=16038; + +/* Pack Trainer [PH] */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=16039; + +/* Pack Handler [PH] */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=16040; + +/* Shadowhound */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=16041; + +/* Lord Valthalak */ +UPDATE `creature_template` SET `DamageModifier` = 9.15, `ArmorModifier` = 1.3, `BaseAttackTime` = 1200, `RangeAttackTime` = 1500, `mingold` = 1000, `maxgold` = 3000 WHERE `entry`=16042; + +/* Magma Lord Bokk */ +UPDATE `creature_template` SET `DamageModifier` = 1.35, `ArmorModifier` = 1.35 WHERE `entry`=16043; + +/* Mor Grayhoof Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=16044; + +/* Isalien Trigger */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry`=16045; + +/* Jarien and Sothos Trigger */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry`=16046; + +/* Kormok Trigger */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry`=16047; + +/* Lord Valthalak Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=16048; + +/* Lefty */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=16049; + +/* Rotfang */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=16050; + +/* Snokh Blackspine */ +UPDATE `creature_template` SET `DamageModifier` = 4.7, `ArmorModifier` = 0.95 WHERE `entry`=16051; + +/* Malgen Longspear */ +UPDATE `creature_template` SET `speed_walk` = 0.666668, `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry`=16052; + +/* Korv */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry`=16053; + +/* Rezznik */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry`=16054; + +/* Va'jashni */ +UPDATE `creature_template` SET `DamageModifier` = 4.7, `ArmorModifier` = 1.1 WHERE `entry`=16055; + +/* Volida */ +UPDATE `creature_template` SET `DamageModifier` = 4.7, `ArmorModifier` = 0.95 WHERE `entry`=16058; + +/* Theldren */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 4.1, `ArmorModifier` = 1.1, `BaseAttackTime` = 3800, `RangeAttackTime` = 1301, `mingold` = 147, `maxgold` = 737 WHERE `entry`=16059; + +/* Highlord Mograine */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 24.0, `ArmorModifier` = 1.3, `BaseAttackTime` = 1500, `RangeAttackTime` = 1700 WHERE `entry`=16062; + +/* Spectral Assassin */ +UPDATE `creature_template` SET `DamageModifier` = 1.2, `ArmorModifier` = 1.1 WHERE `entry`=16066; + +/* Gurky */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=16069; + +/* Garel Redrock */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=16070; + +/* Tidelord Rrurgaz */ +UPDATE `creature_template` SET `DamageModifier` = 2.0 WHERE `entry`=16072; + +/* Spirit of Lord Valthalak */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 13.8, `ArmorModifier` = 2.2, `RangeAttackTime` = 1500 WHERE `entry`=16073; + +/* Kwee Q. Peddlefeet */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16075; + +/* Tharl Stonebleeder */ +UPDATE `creature_template` SET `DamageModifier` = 0.7, `ArmorModifier` = 0.55 WHERE `entry`=16076; + +/* [PH] Alex's Test DPS Mob */ +UPDATE `creature_template` SET `detection_range` = 18.0, `rank` = 3, `DamageModifier` = 1.0 WHERE `entry`=16077; + +/* Unkillable Fixed Damage Test Dummy */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `detection_range` = 18.0 WHERE `entry`=16078; + +/* Theldren Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=16079; + +/* Mor Grayhoof */ +UPDATE `creature_template` SET `minlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 4.6, `ArmorModifier` = 1.1, `RangeAttackTime` = 1500 WHERE `entry`=16080; + +/* Spectral Gryphon */ +UPDATE `creature_template` SET `modelid1` = 6852, `detection_range` = 18.0 WHERE `entry`=16081; + +/* Mor Grayhoof Transformation Visual */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry`=16083; + +/* picnic blanket */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16084; + +/* Peddlefeet */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=16085; + +/* Flower Shower */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16086; + +/* Omar the Test Dragon */ +UPDATE `creature_template` SET `modelid1` = 163, `minlevel` = 60, `maxlevel` = 60, `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=16089; + +/* Rousch */ +UPDATE `creature_template` SET `DamageModifier` = 2.95, `ArmorModifier` = 0.25 WHERE `entry`=16090; + +/* Dirk Thunderwood */ +UPDATE `creature_template` SET `DamageModifier` = 1.5, `ArmorModifier` = 1.1 WHERE `entry`=16091; + +/* Silithis Teleporter */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 1.3 WHERE `entry`=16092; + +/* Spectral Stalker */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 0.9 WHERE `entry`=16093; + +/* Durik */ +UPDATE `creature_template` SET `DamageModifier` = 3.5 WHERE `entry`=16094; + +/* Gnashjaw */ +UPDATE `creature_template` SET `speed_run` = 1.42857, `DamageModifier` = 1.85, `ArmorModifier` = 1.1, `BaseAttackTime` = 1500 WHERE `entry`=16095; + +/* Steamwheedle Bruiser */ +UPDATE `creature_template` SET `modelid1` = 10747, `modelid2` = 11375, `modelid3` = 7102, `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 3.0 WHERE `entry`=16096; + +/* Isalien */ +UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 3.2, `ArmorModifier` = 1.1, `BaseAttackTime` = 1150, `RangeAttackTime` = 1450 WHERE `entry`=16097; + +/* Empyrean */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1, `BaseAttackTime` = 1500 WHERE `entry`=16098; + +/* [PH] Naxxramas Test Boss */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=16099; + +/* Ysida's Trigger */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=16100; + +/* Jarien */ +UPDATE `creature_template` SET `minlevel` = 59, `speed_walk` = 1.0, `DamageModifier` = 7.05, `ArmorModifier` = 1.1, `BaseAttackTime` = 1083, `RangeAttackTime` = 1191, `mingold` = 871, `maxgold` = 4568 WHERE `entry`=16101; + +/* Sothos */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 7.05, `ArmorModifier` = 1.1, `BaseAttackTime` = 1083, `RangeAttackTime` = 1191, `mingold` = 871, `maxgold` = 4568 WHERE `entry`=16102; + +/* Spirit of Jarien */ +UPDATE `creature_template` SET `DamageModifier` = 1.7, `ArmorModifier` = 1.1, `RangeAttackTime` = 1450 WHERE `entry`=16103; + +/* Spirit of Sothos */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.85, `ArmorModifier` = 1.1, `RangeAttackTime` = 1450 WHERE `entry`=16104; + +/* Aristan Mottar */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16105; + +/* Evert Sorisam */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16106; + +/* Apothecary Staffron Lerent */ +UPDATE `creature_template` SET `DamageModifier` = 1.2 WHERE `entry`=16107; + +/* Fenstad Argyle */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2 WHERE `entry`=16108; + +/* Mara Rennick */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.2, `unit_class` = 1 WHERE `entry`=16109; + +/* Annalise Lerent */ +UPDATE `creature_template` SET `DamageModifier` = 0.35 WHERE `entry`=16110; + +/* Love Fool */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16111; + +/* Korfax, Champion of the Light */ +UPDATE `creature_template` SET `DamageModifier` = 62.05, `ArmorModifier` = 1.1 WHERE `entry`=16112; + +/* Father Inigo Montoy */ +UPDATE `creature_template` SET `DamageModifier` = 66.7, `ArmorModifier` = 1.35 WHERE `entry`=16113; + +/* Scarlet Commander Marjhan */ +UPDATE `creature_template` SET `DamageModifier` = 0.8, `ArmorModifier` = 1.35 WHERE `entry`=16114; + +/* Commander Eligor Dawnbringer */ +UPDATE `creature_template` SET `DamageModifier` = 66.7, `ArmorModifier` = 1.35 WHERE `entry`=16115; + +/* Archmage Angela Dosantos */ +UPDATE `creature_template` SET `DamageModifier` = 66.7, `ArmorModifier` = 1.35 WHERE `entry`=16116; + +/* Kormok */ +UPDATE `creature_template` SET `minlevel` = 58, `speed_walk` = 1.0, `DamageModifier` = 4.3, `ArmorModifier` = 1.1, `BaseAttackTime` = 1100, `RangeAttackTime` = 1300, `mingold` = 865, `maxgold` = 15687 WHERE `entry`=16118; + +/* Bone Minion */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.1, `BaseAttackTime` = 1930, `RangeAttackTime` = 1573 WHERE `entry`=16119; + +/* Bone Mage */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.65, `ArmorModifier` = 1.35 WHERE `entry`=16120; + +/* Mortar */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.05 WHERE `entry`=16121; + +/* Gremnik Rizzlesprang */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `DamageModifier` = 2.05, `unit_class` = 8 WHERE `entry`=16123; + +/* Rhonin */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `detection_range` = 18.0, `DamageModifier` = 1.0, `unit_class` = 8 WHERE `entry`=16128; + +/* Shadow Fissure */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_run` = 0.857143, `DamageModifier` = 3.95, `ArmorModifier` = 2.7, `BaseAttackTime` = 2000 WHERE `entry`=16129; + +/* Rohan the Assassin */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry`=16131; + +/* Huntsman Leopold */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.35 WHERE `entry`=16132; + +/* Mataus the Wrathcaster */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.35 WHERE `entry`=16133; + +/* Rimblat Earthshatter */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.35 WHERE `entry`=16134; + +/* Rayne */ +UPDATE `creature_template` SET `DamageModifier` = 3.95, `ArmorModifier` = 1.35 WHERE `entry`=16135; + +/* Naxxramas Military Sub-Boss Trigger */ +UPDATE `creature_template` SET `modelid1` = 11686, `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.2, `ArmorModifier` = 2.8 WHERE `entry`=16137; + +/* [UNUSED] Scourge Invasion Guardian */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=16138; + +/* Cenarion Hold Reservist */ +UPDATE `creature_template` SET `DamageModifier` = 3.4, `ArmorModifier` = 1.1 WHERE `entry`=16139; + +/* [UNUSED] Necropolis Crystal, Buttress */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=16140; + +/* Ghoul Berserker */ +UPDATE `creature_template` SET `modelid1` = 10627, `speed_walk` = 0.777776, `detection_range` = 4.0, `ArmorModifier` = 1.1, `mingold` = 144, `maxgold` = 659 WHERE `entry`=16141; + +/* Shadow of Doom */ +UPDATE `creature_template` SET `detection_range` = 4.0, `DamageModifier` = 9.0, `ArmorModifier` = 1.1, `unit_class` = 2, `mingold` = 186, `maxgold` = 615 WHERE `entry`=16143; + +/* Doom Touched Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 17.1, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265 WHERE `entry`=16157; + +/* Death Touched Warrior */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 25.0, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265 WHERE `entry`=16158; + +/* Theldren Kill Credit */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=16166; + +/* Damaged Necrotic Shard */ +UPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 0.05, `HealthModifier` = 1.0 WHERE `entry`=16172; + +/* Crystal Zapper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16182; + +/* Nerubian Overseer */ +UPDATE `creature_template` SET `rank` = 1, `DamageModifier` = 3.85, `ArmorModifier` = 1.1 WHERE `entry`=16184; + +/* [UNUSED] Buttress Channeler */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=16188; + +/* Dispatch Commander Metz */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `DamageModifier` = 1.3, `ArmorModifier` = 2.4 WHERE `entry`=16212; + +/* Necropolis Controller */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16214; + +/* Tesla Coil */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 4.2, `ArmorModifier` = 2.8 WHERE `entry`=16218; + +/* Pack Mule */ +UPDATE `creature_template` SET `modelid3` = 14551, `modelid4` = 14549, `DamageModifier` = 5.0 WHERE `entry`=16225; + +/* Guard Didier */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1, `RangeAttackTime` = 1518 WHERE `entry`=16226; + +/* Bragok */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 2.0 WHERE `entry`=16227; + +/* Argent Dawn Infantry */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 2.4 WHERE `entry`=16228; + +/* Injured Argent Dawn Infantry */ +UPDATE `creature_template` SET `DamageModifier` = 3.0 WHERE `entry`=16229; + +/* Cultist Engineer */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05, `HealthModifier` = 1.0 WHERE `entry`=16230; + +/* Caravan Mule */ +UPDATE `creature_template` SET `DamageModifier` = 3.75, `RangeAttackTime` = 1900 WHERE `entry`=16232; + +/* Plaguewing Slug */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=16233; + +/* Flesh Ripper */ +UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=16234; + +/* Plague Flesh Tentacle */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 2.4, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=16235; + +/* Argent Recruiter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05, `RangeAttackTime` = 1900 WHERE `entry`=16241; + +/* Field Marshal Chambers */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.05, `RangeAttackTime` = 1900 WHERE `entry`=16254; + +/* Argent Scout */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `DamageModifier` = 0.05 WHERE `entry`=16255; + +/* Jessica Chambers */ +UPDATE `creature_template` SET `DamageModifier` = 3.7, `ArmorModifier` = 0.85 WHERE `entry`=16256; + +/* Keeper of the Rolls */ +UPDATE `creature_template` SET `minlevel` = 55, `maxlevel` = 55, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=16281; + +/* Packmaster Stonebruiser */ +UPDATE `creature_template` SET `DamageModifier` = 0.6 WHERE `entry`=16283; + +/* Argent Medic */ +UPDATE `creature_template` SET `modelid1` = 16108, `modelid2` = 16107, `DamageModifier` = 1.95 WHERE `entry`=16284; + +/* Argent Emissary */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=16285; + +/* Spectral Soldier */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `detection_range` = 4.0, `ArmorModifier` = 1.05, `mingold` = 148, `maxgold` = 660 WHERE `entry`=16298; + +/* Skeletal Shocktrooper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.19048, `detection_range` = 4.0, `ArmorModifier` = 1.1, `mingold` = 144, `maxgold` = 658 WHERE `entry`=16299; + +/* Scourge Invasion Minion, spawner, Ghost/Ghoul */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=16306; + +/* Scourge Invasion Minion, spawner, Ghost/Skeleton */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16336; + +/* Scourge Invasion Minion, spawner, Ghoul/Skeleton */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16338; + +/* Scourge Invasion Minion, finder */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=16356; + +/* Argent Messenger */ +UPDATE `creature_template` SET `DamageModifier` = 2.95 WHERE `entry`=16359; + +/* Commander Thomas Helleran */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.05, `mingold` = 1, `maxgold` = 452 WHERE `entry`=16361; + +/* Master Craftsman Omarion */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 23.0, `ArmorModifier` = 1.1, `RangeAttackTime` = 1265 WHERE `entry`=16365; + +/* Polymorphed Chicken */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=16369; + +/* Polymorphed Pig */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.0, `RangeAttackTime` = 2200 WHERE `entry`=16371; + +/* Polymorphed Sheep */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 4.0, `RangeAttackTime` = 2200 WHERE `entry`=16372; + +/* Polymorphed Rat */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 1.3 WHERE `entry`=16373; + +/* Polymorphed Cockroach */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16374; + +/* Craftsman Wilhelm */ +UPDATE `creature_template` SET `DamageModifier` = 0.65 WHERE `entry`=16376; + +/* Polymorphed Turtle */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 4.0, `RangeAttackTime` = 2200 WHERE `entry`=16377; + +/* Argent Sentry */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 1.7, `ArmorModifier` = 2.4 WHERE `entry`=16378; + +/* Spirit of the Damned */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.992063, `detection_range` = 4.0, `DamageModifier` = 1.5, `ArmorModifier` = 1.15 WHERE `entry`=16379; + +/* Bone Witch */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 4.0, `DamageModifier` = 1.5, `ArmorModifier` = 1.15, `mingold` = 482, `maxgold` = 558 WHERE `entry`=16380; + +/* Archmage Tarsis Kir-Moldir */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 24.75, `ArmorModifier` = 1.35, `RangeAttackTime` = 1265, `unit_class` = 2 WHERE `entry`=16381; + +/* Patchwork Terror */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.75, `ArmorModifier` = 1.05 WHERE `entry`=16382; + +/* Flameshocker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.0, `mingold` = 202, `maxgold` = 560 WHERE `entry`=16383; + +/* Argent Dawn Initiate */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=16384; + +/* Necropolis Relay */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.992063, `DamageModifier` = 1.3 WHERE `entry`=16386; + +/* Atiesh */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 2.85714, `rank` = 3, `DamageModifier` = 41.5, `ArmorModifier` = 1.35, `RangeAttackTime` = 1650, `unit_class` = 1 WHERE `entry`=16387; + +/* Deathchill Servant */ +UPDATE `creature_template` SET `modelid1` = 732, `minlevel` = 61, `maxlevel` = 61, `speed_walk` = 0.888888, `speed_run` = 1.42857, `DamageModifier` = 30.1, `HealthModifier` = 3.0, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265, `mingold` = 1, `maxgold` = 138065 WHERE `entry`=16390; + +/* Captain Armando Ossex */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.65, `ArmorModifier` = 2.4 WHERE `entry`=16392; + +/* Pallid Horror */ +UPDATE `creature_template` SET `speed_walk` = 0.8, `detection_range` = 20.0, `DamageModifier` = 2.75, `ArmorModifier` = 1.05 WHERE `entry`=16394; + +/* Argent Dawn Paladin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=16395; + +/* Stormwind Elite Guard */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `DamageModifier` = 4.05, `ArmorModifier` = 1.1 WHERE `entry`=16396; + +/* Necropolis Proxy */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.992063, `DamageModifier` = 1.3 WHERE `entry`=16398; + +/* Bloodsail Traitor */ +UPDATE `creature_template` SET `DamageModifier` = 0.95 WHERE `entry`=16399; + +/* Necropolis */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 76.65 WHERE `entry`=16401; + +/* Bronn Fitzwrench */ +UPDATE `creature_template` SET `DamageModifier` = 3.65 WHERE `entry`=16416; + +/* Rumsen Fizzlebrack */ +UPDATE `creature_template` SET `DamageModifier` = 3.85 WHERE `entry`=16417; + +/* Mupsi Shacklefridd */ +UPDATE `creature_template` SET `DamageModifier` = 4.25 WHERE `entry`=16418; + +/* Portal of Shadows */ +UPDATE `creature_template` SET `speed_run` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16420; + +/* Necropolis health */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=16421; + +/* Skeletal Soldier */ +UPDATE `creature_template` SET `speed_run` = 0.857143, `DamageModifier` = 0.95 WHERE `entry`=16422; + +/* Spectral Apparition */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 0.857143, `DamageModifier` = 1.05 WHERE `entry`=16423; + +/* Ashbringer Trigger */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16430; + +/* Cracked Necrotic Crystal */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.1, `ArmorModifier` = 0.7, `BaseAttackTime` = 2000 WHERE `entry`=16431; + +/* Undercity Elite Guardian */ +UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60, `DamageModifier` = 4.05, `ArmorModifier` = 1.1 WHERE `entry`=16432; + +/* Argent Dawn Crusader */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=16433; + +/* Argent Dawn Champion */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=16434; + +/* Argent Dawn Cleric */ +UPDATE `creature_template` SET `DamageModifier` = 0.05, `unit_class` = 1 WHERE `entry`=16435; + +/* Argent Dawn Priest */ +UPDATE `creature_template` SET `DamageModifier` = 0.05, `unit_class` = 1 WHERE `entry`=16436; + +/* Spectral Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.11111, `speed_run` = 0.857143, `ArmorModifier` = 0.9 WHERE `entry`=16437; + +/* Skeletal Trooper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `unit_class` = 2 WHERE `entry`=16438; + +/* Fairbanks Transformed */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.4, `unit_class` = 2 WHERE `entry`=16439; + +/* Terky */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=16445; + +/* Plagued Deathhound */ +UPDATE `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; + +/* Spirit of Naxxramas */ +UPDATE `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; + +/* She number one */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16450; + +/* [UNUSED] Death Knight Vindicator */ +UPDATE `creature_template` SET `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; + +/* Necro Knight Guardian */ +UPDATE `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; + +/* Necro Stalker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.42857, `DamageModifier` = 27.35, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265 WHERE `entry`=16453; + +/* She number two */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16454; + +/* She number three */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16455; + +/* Poley */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=16456; + +/* Blizzard */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.2, `speed_run` = 0.428571, `DamageModifier` = 0.05, `BaseAttackTime` = 2000, `RangeAttackTime` = 1900 WHERE `entry`=16474; + +/* Lieutenant Orrin */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.95, `RangeAttackTime` = 1500, `unit_class` = 2, `mingold` = 1, `maxgold` = 75 WHERE `entry`=16478; + +/* Polymorph Clone */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=16479; + +/* Lieutenant Nevell */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.15, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry`=16484; + +/* Lieutenant Lisande */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.15, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry`=16490; + +/* Lieutenant Dagel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.15, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry`=16493; + +/* Lieutenant Rukag */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 5.95, `RangeAttackTime` = 1500, `unit_class` = 2, `mingold` = 1, `maxgold` = 75 WHERE `entry`=16494; + +/* Lieutenant Beitha */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.15, `RangeAttackTime` = 1900, `unit_class` = 2 WHERE `entry`=16495; + +/* Naxxramas Follower */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_run` = 1.42857, `DamageModifier` = 59.2, `HealthModifier` = 45.0, `ArmorModifier` = 1.15, `RangeAttackTime` = 1265, `unit_class` = 8 WHERE `entry`=16505; + +/* Naxxramas Worshipper */ +UPDATE `creature_template` SET `minlevel` = 61, `maxlevel` = 61, `speed_run` = 1.42857, `DamageModifier` = 35.0, `HealthModifier` = 40.0, `RangeAttackTime` = 1265 WHERE `entry`=16506; + +/* Argent Horse */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_run` = 1.38571, `DamageModifier` = 1.3 WHERE `entry`=16508; + +/* Argent Warhorse */ +UPDATE `creature_template` SET `modelid1` = 8469, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=16509; + +/* Argent Charger */ +UPDATE `creature_template` SET `modelid1` = 14584, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3 WHERE `entry`=16510; + +/* Argent Mount */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_run` = 1.38571, `DamageModifier` = 1.3 WHERE `entry`=16511; + +/* Argent Deathsteed */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3 WHERE `entry`=16512; + +/* Argent Deathcharger */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `speed_run` = 1.38571, `DamageModifier` = 1.3 WHERE `entry`=16513; + +/* Faint Necrotic Crystal */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.0, `DamageModifier` = 0.1, `ArmorModifier` = 0.7, `BaseAttackTime` = 2000 WHERE `entry`=16531; + +/* test: saved world state */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=16536; + +/* Garon Hutchins */ +UPDATE `creature_template` SET `DamageModifier` = 2.05, `ArmorModifier` = 1.05 WHERE `entry`=16543; + +/* Speedy */ +UPDATE `creature_template` SET `DamageModifier` = 7.0, `maxgold` = 2 WHERE `entry`=16547; + +/* Mr. Wiggles */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=16548; + +/* Whiskers the Rat */ +UPDATE `creature_template` SET `DamageModifier` = 6.65, `maxgold` = 1 WHERE `entry`=16549; + +/* Midsummer Bonfire */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=16592; + +/* Blackwing Spell Marker */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16604; + +/* Midsummer Bonfire Despawner */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16606; + +/* Giant Claw Tentacle Test */ +UPDATE `creature_template` SET `speed_walk` = 2.4, `speed_run` = 1.42857, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=16609; + +/* Corpse Scarab */ +UPDATE `creature_template` SET `modelid1` = 10005, `minlevel` = 60, `maxlevel` = 60, `speed_run` = 2.14286, `DamageModifier` = 2.1, `HealthModifier` = 2.0, `ArmorModifier` = 0.7, `RangeAttackTime` = 1265 WHERE `entry`=16698; + +/* Spirit of Summer */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=16701; + +/* Spirit of Mograine */ +UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63, `speed_walk` = 1.0, `speed_run` = 0.992063, `DamageModifier` = 3.0, `ArmorModifier` = 2.1, `BaseAttackTime` = 1500, `RangeAttackTime` = 1568 WHERE `entry`=16775; + +/* Spirit of Blaumeux */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.7, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500 WHERE `entry`=16776; + +/* Spirit of Zeliek */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.7, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500 WHERE `entry`=16777; + +/* Spirit of Korth'azz */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.7, `ArmorModifier` = 1.3, `BaseAttackTime` = 2500 WHERE `entry`=16778; + +/* Polymorphed Cow */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.857143, `DamageModifier` = 4.0, `RangeAttackTime` = 2200 WHERE `entry`=16779; + +/* Midsummer Celebrant */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 60, `DamageModifier` = 0.05 WHERE `entry`=16781; + +/* Argent Quartermaster */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=16786; + +/* Argent Outfitter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=16787; + +/* Festival Flamekeeper */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=16788; + +/* Festival Loremaster */ +UPDATE `creature_template` SET `DamageModifier` = 2.85 WHERE `entry`=16817; + +/* Festival Talespinner */ +UPDATE `creature_template` SET `DamageModifier` = 2.85 WHERE `entry`=16818; + +/* [UNUSED] Death Lord */ +UPDATE `creature_template` SET `speed_run` = 1.42857, `DamageModifier` = 35.85, `ArmorModifier` = 1.15, `unit_class` = 2 WHERE `entry`=16861; + +/* Stormwind Celebrant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16889; + +/* Ironforge Celebrant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16890; + +/* Yuree */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16891; + +/* Darnassus Celebrant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16892; + +/* Orgrimmar Celebrant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16893; + +/* Thunder Bluff Celebrant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16894; + +/* Undercity Celebrant */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16895; + +/* Midsummer Merchant */ +UPDATE `creature_template` SET `modelid2` = 16542, `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16979; + +/* Midsummer Merchant Horde Costume */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16985; + +/* Midsummer Merchant Alliance Costume */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16986; + +/* Festival Flamekeeper Costume: Tauren */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16987; + +/* Festival Flamekeeper Costume: Human */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 242.5 WHERE `entry`=16988; + +/* Festival Flamekeeper Costume: Troll */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16989; + +/* Festival Flamekeeper Costume: Dwarf */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 1.3 WHERE `entry`=16990; + +/* Herald of the Lich King */ +UPDATE `creature_template` SET `modelid1` = 15435, `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `speed_run` = 0.992063, `detection_range` = 18.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=16995; + +/* Johnny McWeaksauce */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=16999; + +/* Cinder Elemental */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `dmgschool` = 2, `DamageModifier` = 1.3, `BaseAttackTime` = 1500, `RangeAttackTime` = 1900 WHERE `entry`=17003; + +/* Varel Redrock */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=17031; + +/* Varl Stonebleeder */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=17032; + +/* Stormwind Firebreather */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 60, `DamageModifier` = 0.45, `ArmorModifier` = 0.35 WHERE `entry`=17038; + +/* Orgrimmar Fireeater */ +UPDATE `creature_template` SET `minlevel` = 1, `DamageModifier` = 1.05 WHERE `entry`=17041; + +/* Ironforge Firebreather */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=17048; + +/* Darnassus Firebreather */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=17049; + +/* Thunder Bluff Fireeater */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=17050; + +/* Undercity Fireeater */ +UPDATE `creature_template` SET `DamageModifier` = 0.05 WHERE `entry`=17051; + +/* Ribbon Pole Debug Target */ +UPDATE `creature_template` SET `modelid1` = 13069, `DamageModifier` = 1.3 WHERE `entry`=17066; + +/* Chief Expeditionary Requisitioner Enkles */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 3.7, `ArmorModifier` = 1.4 WHERE `entry`=17068; + +/* Apothecary Quinard */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.2, `ArmorModifier` = 1.4 WHERE `entry`=17070; + +/* Cenarion Scout */ +UPDATE `creature_template` SET `DamageModifier` = 1.3 WHERE `entry`=17074; + +/* Sandworm */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=17075; + +/* Jimmy McWeaksauce */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `BaseAttackTime` = 1500 WHERE `entry`=17078; + +/* General Kirika */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.45, `ArmorModifier` = 2.4 WHERE `entry`=17079; + +/* Marshal Bluewall */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.9, `ArmorModifier` = 2.4 WHERE `entry`=17080; + +/* Scout Bloodfist */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.4 WHERE `entry`=17081; + +/* Rifleman Torrig */ +UPDATE `creature_template` SET `DamageModifier` = 0.6, `ArmorModifier` = 1.4 WHERE `entry`=17082; + +/* Worm Target (DND) */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=17163; + +/* William Kielar */ +UPDATE `creature_template` SET `DamageModifier` = 3.65, `ArmorModifier` = 1.1 WHERE `entry`=17209; + +/* [PH] Plaguelands Herald */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=17239; + +/* Landro Longshot */ +UPDATE `creature_template` SET `speed_run` = 1.14286, `detection_range` = 18.0 WHERE `entry`=17249; + +/* White Tiger Cub */ +UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=17254; + +/* Hippogryph Hatchling */ +UPDATE `creature_template` SET `DamageModifier` = 7.0, `RangeAttackTime` = 2200, `maxgold` = 1 WHERE `entry`=17255; + +/* Purple Ogre Costume */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `DamageModifier` = 1.0 WHERE `entry`=17258; + +/* Lottery Commissioner [DND] */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=17284; + +/* Invisible Man */ +UPDATE `creature_template` SET `minlevel` = 1, `maxlevel` = 1, `speed_walk` = 1.0, `DamageModifier` = 0.05 WHERE `entry`=17286; + +/* Plague Wave */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 0.992063, `detection_range` = 18.0 WHERE `entry`=17293; + +/* Slim's Unkillable Test Dummy */ +UPDATE `creature_template` SET `modelid1` = 2467, `minlevel` = 60, `maxlevel` = 60, `speed_run` = 0.857143, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=17313; + +/* Lordaeron Mage */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=17415; + +/* Lordaeron Spirit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=17466; + +/* Renn'az */ +UPDATE `creature_template` SET `modelid1` = 12956 WHERE `entry`=17598; + +/* Lordaeron Commander */ +UPDATE `creature_template` SET `DamageModifier` = 2.8 WHERE `entry`=17635; + +/* Lordaeron Soldier */ +UPDATE `creature_template` SET `DamageModifier` = 2.5 WHERE `entry`=17647; + +/* Skeletal Gryphon */ +UPDATE `creature_template` SET `modelid1` = 17328, `minlevel` = 60, `maxlevel` = 60, `speed_walk` = 1.0, `speed_run` = 1.14286, `DamageModifier` = 1.05, `HealthModifier` = 1.0, `ArmorModifier` = 1.1 WHERE `entry`=17660; + +/* Unkillable Test Dummy 60 No Armor */ +UPDATE `creature_template` SET `detection_range` = 18.0, `HealthModifier` = 0.15, `unit_class` = 8 WHERE `entry`=17685; + +/* Ironforge Gryphon Rider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=17719; + +/* Orgrimmar Wyvern Rider */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=17720; + +/* Alliance Silithyst Sentinel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 3.65, `ArmorModifier` = 2.4 WHERE `entry`=17765; + +/* Horde Silithyst Sentinel */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `speed_run` = 1.71429, `DamageModifier` = 3.0, `ArmorModifier` = 1.1 WHERE `entry`=17766; + +/* Alliance Tower Buffer */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.3 WHERE `entry`=17794; + +/* Horde Tower Buffer */ +UPDATE `creature_template` SET `speed_run` = 0.992063, `DamageModifier` = 1.3 WHERE `entry`=17795; + +/* Silithus Spice Sandworm Mortar Target */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=17869; + +/* Lordaeron Veteran */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.8 WHERE `entry`=17995; + +/* Lordaeron Fighter */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 2.5 WHERE `entry`=17996; + +/* Spirit of Victory */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `DamageModifier` = 1.05, `ArmorModifier` = 1.1 WHERE `entry`=18039; + +/* The Evil Rabbit */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0, `unit_class` = 8 WHERE `entry`=18078; + +/* Spirit Healer (DND) */ +UPDATE `creature_template` SET `speed_walk` = 1.0, `detection_range` = 18.0 WHERE `entry`=18153; + diff --git a/sql/world/base/vanilla_gold_values.sql b/sql/world/base/vanilla_gold_values.sql deleted file mode 100644 index 0760896..0000000 --- a/sql/world/base/vanilla_gold_values.sql +++ /dev/null @@ -1,2823 +0,0 @@ --- These mobs have their min and max gold reversed. - UPDATE `creature_template` SET `mingold`=0, `maxgold`=0 WHERE `entry` IN (16194, 16215, 16216); - UPDATE `creature_template` SET `mingold`=1404186, `maxgold`=11012303 WHERE `entry`=15547; - --- Update gold dropped by mobs based on classic sniffs. - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=36 && `mingold`=13; -- Harvest Golem (sample size 30) - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=36 && `maxgold`=21; -- Harvest Golem (sample size 30) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=38 && `mingold`=2; -- Defias Thug (sample size 134) - UPDATE `creature_template` SET `maxgold`=5 WHERE `entry`=38 && `maxgold`=7; -- Defias Thug (sample size 134) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=40 && `mingold`=5; -- Kobold Miner (sample size 65) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=46 && `mingold`=9; -- Murloc Forager (sample size 26) - UPDATE `creature_template` SET `maxgold`=15 WHERE `entry`=46 && `maxgold`=17; -- Murloc Forager (sample size 26) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=80 && `mingold`=2; -- Kobold Laborer (sample size 47) - UPDATE `creature_template` SET `maxgold`=5 WHERE `entry`=80 && `maxgold`=8; -- Kobold Laborer (sample size 47) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=94 && `mingold`=5; -- Defias Cutpurse - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=95 && `mingold`=12; -- Defias Smuggler (sample size 60) - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=95 && `maxgold`=20; -- Defias Smuggler (sample size 60) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=97 && `mingold`=8; -- Riverpaw Runt - UPDATE `creature_template` SET `maxgold`=52 WHERE `entry`=98 && `maxgold`=32; -- Riverpaw Taskmaster - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=100 && `mingold`=13; -- Gruff Swiftbite - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=114 && `mingold`=16; -- Harvest Watcher (sample size 88) - UPDATE `creature_template` SET `maxgold`=34 WHERE `entry`=114 && `maxgold`=26; -- Harvest Watcher (sample size 88) - UPDATE `creature_template` SET `maxgold`=42 WHERE `entry`=115 && `maxgold`=32; -- Harvest Reaper - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=116 && `mingold`=8; -- Defias Bandit (sample size 48) - UPDATE `creature_template` SET `maxgold`=14 WHERE `entry`=116 && `maxgold`=15; -- Defias Bandit (sample size 48) - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=117 && `mingold`=12; -- Riverpaw Gnoll (sample size 26) - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=117 && `maxgold`=20; -- Riverpaw Gnoll (sample size 26) - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=121 && `mingold`=18; -- Defias Pathstalker - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=121 && `maxgold`=28; -- Defias Pathstalker - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=122 && `mingold`=21; -- Defias Highwayman (sample size 48) - UPDATE `creature_template` SET `maxgold`=54 WHERE `entry`=122 && `maxgold`=32; -- Defias Highwayman (sample size 48) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=123 && `mingold`=14; -- Riverpaw Mongrel - UPDATE `creature_template` SET `maxgold`=28 WHERE `entry`=123 && `maxgold`=24; -- Riverpaw Mongrel - UPDATE `creature_template` SET `maxgold`=35 WHERE `entry`=124 && `maxgold`=28; -- Riverpaw Brute - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=126 && `mingold`=13; -- Murloc Coastrunner - UPDATE `creature_template` SET `maxgold`=25 WHERE `entry`=126 && `maxgold`=22; -- Murloc Coastrunner - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=127 && `mingold`=21; -- Murloc Tidehunter - UPDATE `creature_template` SET `maxgold`=47 WHERE `entry`=127 && `maxgold`=32; -- Murloc Tidehunter - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=171 && `mingold`=17; -- Murloc Warrior - UPDATE `creature_template` SET `maxgold`=36 WHERE `entry`=171 && `maxgold`=27; -- Murloc Warrior - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=202 && `mingold`=31; -- Skeletal Horror - UPDATE `creature_template` SET `maxgold`=63 WHERE `entry`=203 && `maxgold`=40; -- Skeletal Mage - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=205 && `mingold`=41; -- Nightbane Dark Runner - UPDATE `creature_template` SET `maxgold`=144 WHERE `entry`=205 && `maxgold`=58; -- Nightbane Dark Runner - UPDATE `creature_template` SET `maxgold`=169 WHERE `entry`=206 && `maxgold`=61; -- Nightbane Vile Fang - UPDATE `creature_template` SET `mingold`=22 WHERE `entry`=210 && `mingold`=37; -- Bone Chewer - UPDATE `creature_template` SET `maxgold`=143 WHERE `entry`=212 && `maxgold`=61; -- Splinter Fist Warrior - UPDATE `creature_template` SET `maxgold`=110 WHERE `entry`=215 && `maxgold`=48; -- Defias Night Runner - UPDATE `creature_template` SET `maxgold`=75 WHERE `entry`=218 && `maxgold`=47; -- Grave Robber - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=232 && `mingold`=30; -- Farmer Ray - UPDATE `creature_template` SET `maxgold`=103 WHERE `entry`=232 && `maxgold`=44; -- Farmer Ray - UPDATE `creature_template` SET `maxgold`=5 WHERE `entry`=257 && `maxgold`=7; -- Kobold Worker (sample size 64) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=285 && `mingold`=5; -- Murloc (sample size 23) - UPDATE `creature_template` SET `maxgold`=118 WHERE `entry`=300 && `maxgold`=62; -- Zzarc' Vul - UPDATE `creature_template` SET `mingold`=42 WHERE `entry`=315 && `mingold`=58; -- Stalvan Mistmantle - UPDATE `creature_template` SET `maxgold`=249 WHERE `entry`=315 && `maxgold`=81; -- Stalvan Mistmantle - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=327 && `mingold`=7; -- Goldtooth - UPDATE `creature_template` SET `maxgold`=141 WHERE `entry`=391 && `maxgold`=40; -- Old Murk-Eye - UPDATE `creature_template` SET `maxgold`=1265 WHERE `entry`=412 && `maxgold`=961; -- Stitches - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=422 && `mingold`=22; -- Murloc Flesheater - UPDATE `creature_template` SET `maxgold`=58 WHERE `entry`=422 && `maxgold`=33; -- Murloc Flesheater - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=423 && `mingold`=17; -- Redridge Mongrel (sample size 21) - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=423 && `maxgold`=28; -- Redridge Mongrel (sample size 21) - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=424 && `mingold`=19; -- Redridge Poacher - UPDATE `creature_template` SET `maxgold`=48 WHERE `entry`=424 && `maxgold`=29; -- Redridge Poacher - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=426 && `mingold`=20; -- Redridge Brute (sample size 22) - UPDATE `creature_template` SET `maxgold`=52 WHERE `entry`=426 && `maxgold`=32; -- Redridge Brute (sample size 22) - UPDATE `creature_template` SET `maxgold`=82 WHERE `entry`=429 && `maxgold`=48; -- Shadowhide Darkweaver - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=430 && `mingold`=21; -- Redridge Mystic (sample size 21) - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=430 && `maxgold`=32; -- Redridge Mystic (sample size 21) - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=431 && `mingold`=37; -- Shadowhide Slayer - UPDATE `creature_template` SET `maxgold`=94 WHERE `entry`=431 && `maxgold`=53; -- Shadowhide Slayer - UPDATE `creature_template` SET `maxgold`=86 WHERE `entry`=432 && `maxgold`=45; -- Shadowhide Brute - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=433 && `mingold`=29; -- Shadowhide Gnoll - UPDATE `creature_template` SET `maxgold`=86 WHERE `entry`=433 && `maxgold`=43; -- Shadowhide Gnoll - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=434 && `mingold`=27; -- Rabid Shadowhide Gnoll (sample size 37) - UPDATE `creature_template` SET `maxgold`=87 WHERE `entry`=434 && `maxgold`=40; -- Rabid Shadowhide Gnoll (sample size 37) - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=435 && `mingold`=33; -- Blackrock Champion (sample size 38) - UPDATE `creature_template` SET `maxgold`=113 WHERE `entry`=435 && `maxgold`=48; -- Blackrock Champion (sample size 38) - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=437 && `mingold`=27; -- Blackrock Renegade - UPDATE `creature_template` SET `maxgold`=79 WHERE `entry`=437 && `maxgold`=40; -- Blackrock Renegade - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=440 && `mingold`=24; -- Blackrock Grunt - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=440 && `maxgold`=36; -- Blackrock Grunt - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=441 && `mingold`=19; -- Black Dragon Whelp (sample size 26) - UPDATE `creature_template` SET `maxgold`=54 WHERE `entry`=441 && `maxgold`=30; -- Black Dragon Whelp (sample size 26) - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=446 && `mingold`=23; -- Redridge Basher - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=448 && `mingold`=45; -- Hogger - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=449 && `mingold`=19; -- Defias Knuckleduster - UPDATE `creature_template` SET `maxgold`=47 WHERE `entry`=449 && `maxgold`=30; -- Defias Knuckleduster - UPDATE `creature_template` SET `maxgold`=48 WHERE `entry`=450 && `maxgold`=29; -- Defias Renegade Mage - UPDATE `creature_template` SET `maxgold`=48 WHERE `entry`=452 && `maxgold`=31; -- Riverpaw Bandit - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=453 && `mingold`=22; -- Riverpaw Mystic - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=456 && `mingold`=14; -- Murloc Minor Oracle - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=458 && `mingold`=19; -- Murloc Hunter - UPDATE `creature_template` SET `maxgold`=45 WHERE `entry`=458 && `maxgold`=30; -- Murloc Hunter - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=473 && `mingold`=10; -- Morgan the Collector - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=474 && `mingold`=10; -- Defias Rogue Wizard - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=475 && `mingold`=4; -- Kobold Tunneler (sample size 87) - UPDATE `creature_template` SET `maxgold`=11 WHERE `entry`=475 && `maxgold`=10; -- Kobold Tunneler (sample size 87) - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=476 && `mingold`=6; -- Kobold Geomancer - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=478 && `mingold`=10; -- Riverpaw Outrunner (sample size 39) - UPDATE `creature_template` SET `maxgold`=15 WHERE `entry`=478 && `maxgold`=18; -- Riverpaw Outrunner (sample size 39) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=480 && `mingold`=10; -- Rusty Harvest Golem - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=481 && `mingold`=10; -- Defias Footpad - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=485 && `mingold`=26; -- Blackrock Outrunner - UPDATE `creature_template` SET `maxgold`=70 WHERE `entry`=485 && `maxgold`=39; -- Blackrock Outrunner - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=500 && `mingold`=13; -- Riverpaw Scout - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=500 && `maxgold`=22; -- Riverpaw Scout - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=501 && `maxgold`=26; -- Riverpaw Herbalist - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=502 && `mingold`=17; -- Benny Blaanco - UPDATE `creature_template` SET `maxgold`=110 WHERE `entry`=503 && `maxgold`=61; -- Lord Malathrom - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=504 && `mingold`=13; -- Defias Trapper (sample size 55) - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=504 && `maxgold`=22; -- Defias Trapper (sample size 55) - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=506 && `mingold`=21; -- Sergeant Brashclaw - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=513 && `mingold`=16; -- Murloc Netter - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=513 && `maxgold`=26; -- Murloc Netter - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=515 && `mingold`=12; -- Murloc Raider - UPDATE `creature_template` SET `maxgold`=21 WHERE `entry`=515 && `maxgold`=20; -- Murloc Raider - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=517 && `mingold`=20; -- Murloc Oracle - UPDATE `creature_template` SET `maxgold`=53 WHERE `entry`=517 && `maxgold`=31; -- Murloc Oracle - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=519 && `mingold`=17; -- Slark - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=520 && `mingold`=23; -- Brack - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=533 && `mingold`=37; -- Nightbane Shadow Weaver - UPDATE `creature_template` SET `maxgold`=136 WHERE `entry`=533 && `maxgold`=53; -- Nightbane Shadow Weaver - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=544 && `mingold`=28; -- Murloc Nightcrawler - UPDATE `creature_template` SET `maxgold`=72 WHERE `entry`=544 && `maxgold`=41; -- Murloc Nightcrawler - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=545 && `mingold`=23; -- Murloc Tidecaller - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=545 && `maxgold`=35; -- Murloc Tidecaller - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=548 && `mingold`=20; -- Murloc Minor Tidecaller - UPDATE `creature_template` SET `maxgold`=52 WHERE `entry`=548 && `maxgold`=30; -- Murloc Minor Tidecaller - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=568 && `mingold`=33; -- Shadowhide Warrior - UPDATE `creature_template` SET `maxgold`=95 WHERE `entry`=568 && `maxgold`=48; -- Shadowhide Warrior - UPDATE `creature_template` SET `maxgold`=106 WHERE `entry`=570 && `maxgold`=59; -- Brain Eater - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=572 && `mingold`=23; -- Leprithus - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=578 && `mingold`=24; -- Murloc Scout - UPDATE `creature_template` SET `maxgold`=64 WHERE `entry`=578 && `maxgold`=36; -- Murloc Scout - UPDATE `creature_template` SET `maxgold`=48 WHERE `entry`=579 && `maxgold`=45; -- Shadowhide Assassin - UPDATE `creature_template` SET `maxgold`=69 WHERE `entry`=580 && `maxgold`=38; -- Redridge Drudger - UPDATE `creature_template` SET `mingold`=33 WHERE `entry`=584 && `mingold`=50; -- Kazon - UPDATE `creature_template` SET `maxgold`=127 WHERE `entry`=584 && `maxgold`=80; -- Kazon - UPDATE `creature_template` SET `mingold`=39 WHERE `entry`=587 && `mingold`=55; -- Bloodscalp Warrior (sample size 50) - UPDATE `creature_template` SET `maxgold`=226 WHERE `entry`=587 && `maxgold`=76; -- Bloodscalp Warrior (sample size 50) - UPDATE `creature_template` SET `maxgold`=199 WHERE `entry`=588 && `maxgold`=78; -- Bloodscalp Scout - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=589 && `mingold`=16; -- Defias Pillager (sample size 40) - UPDATE `creature_template` SET `maxgold`=34 WHERE `entry`=589 && `maxgold`=26; -- Defias Pillager (sample size 40) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=590 && `mingold`=15; -- Defias Looter (sample size 41) - UPDATE `creature_template` SET `maxgold`=29 WHERE `entry`=590 && `maxgold`=25; -- Defias Looter (sample size 41) - UPDATE `creature_template` SET `maxgold`=243 WHERE `entry`=595 && `maxgold`=75; -- Bloodscalp Hunter - UPDATE `creature_template` SET `maxgold`=280 WHERE `entry`=597 && `maxgold`=83; -- Bloodscalp Berserker - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=598 && `mingold`=23; -- Defias Miner (sample size 48) - UPDATE `creature_template` SET `maxgold`=54 WHERE `entry`=598 && `maxgold`=35; -- Defias Miner (sample size 48) - UPDATE `creature_template` SET `maxgold`=128 WHERE `entry`=604 && `maxgold`=57; -- Plague Spreader - UPDATE `creature_template` SET `mingold`=18 WHERE `entry`=615 && `mingold`=31; -- Blackrock Tracker (sample size 21) - UPDATE `creature_template` SET `maxgold`=102 WHERE `entry`=615 && `maxgold`=45; -- Blackrock Tracker (sample size 21) - UPDATE `creature_template` SET `mingold`=49 WHERE `entry`=619 && `mingold`=62; -- Defias Conjurer - UPDATE `creature_template` SET `maxgold`=178 WHERE `entry`=622 && `maxgold`=119; -- Goblin Engineer - UPDATE `creature_template` SET `mingold`=26 WHERE `entry`=634 && `mingold`=77; -- Defias Overseer - UPDATE `creature_template` SET `maxgold`=158 WHERE `entry`=634 && `maxgold`=105; -- Defias Overseer - UPDATE `creature_template` SET `mingold`=49 WHERE `entry`=636 && `mingold`=89; -- Defias Blackguard - UPDATE `creature_template` SET `mingold`=51 WHERE `entry`=639 && `mingold`=318; -- Edwin VanCleef - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=641 && `mingold`=87; -- Goblin Woodcarver - UPDATE `creature_template` SET `maxgold`=161 WHERE `entry`=641 && `maxgold`=119; -- Goblin Woodcarver - UPDATE `creature_template` SET `mingold`=159 WHERE `entry`=642 && `mingold`=197; -- Sneed's Shredder - UPDATE `creature_template` SET `maxgold`=144 WHERE `entry`=643 && `maxgold`=70; -- Sneed - UPDATE `creature_template` SET `mingold`=108 WHERE `entry`=644 && `mingold`=225; -- Rhahk'Zor - UPDATE `creature_template` SET `mingold`=58 WHERE `entry`=645 && `mingold`=159; -- Cookie - UPDATE `creature_template` SET `mingold`=69 WHERE `entry`=646 && `mingold`=201; -- Mr. Smite - UPDATE `creature_template` SET `mingold`=76 WHERE `entry`=647 && `mingold`=159; -- Captain Greenskin - UPDATE `creature_template` SET `mingold`=44 WHERE `entry`=657 && `mingold`=93; -- Defias Pirate (sample size 26) - UPDATE `creature_template` SET `maxgold`=196 WHERE `entry`=657 && `maxgold`=126; -- Defias Pirate (sample size 26) - UPDATE `creature_template` SET `mingold`=43 WHERE `entry`=660 && `mingold`=54; -- Bloodscalp Witch Doctor - UPDATE `creature_template` SET `maxgold`=289 WHERE `entry`=660 && `maxgold`=75; -- Bloodscalp Witch Doctor - UPDATE `creature_template` SET `mingold`=48 WHERE `entry`=667 && `mingold`=66; -- Skullsplitter Warrior (sample size 39) - UPDATE `creature_template` SET `maxgold`=325 WHERE `entry`=667 && `maxgold`=91; -- Skullsplitter Warrior (sample size 39) - UPDATE `creature_template` SET `maxgold`=374 WHERE `entry`=669 && `maxgold`=105; -- Skullsplitter Hunter - UPDATE `creature_template` SET `mingold`=58 WHERE `entry`=670 && `mingold`=68; -- Skullsplitter Witch Doctor - UPDATE `creature_template` SET `maxgold`=358 WHERE `entry`=670 && `maxgold`=94; -- Skullsplitter Witch Doctor - UPDATE `creature_template` SET `mingold`=41 WHERE `entry`=671 && `mingold`=59; -- Bloodscalp Headhunter (sample size 31) - UPDATE `creature_template` SET `maxgold`=281 WHERE `entry`=671 && `maxgold`=83; -- Bloodscalp Headhunter (sample size 31) - UPDATE `creature_template` SET `maxgold`=448 WHERE `entry`=672 && `maxgold`=97; -- Skullsplitter Spiritchaser - UPDATE `creature_template` SET `mingold`=55 WHERE `entry`=674 && `mingold`=71; -- Venture Co. Strip Miner (sample size 38) - UPDATE `creature_template` SET `maxgold`=360 WHERE `entry`=674 && `maxgold`=98; -- Venture Co. Strip Miner (sample size 38) - UPDATE `creature_template` SET `maxgold`=249 WHERE `entry`=675 && `maxgold`=103; -- Venture Co. Foreman - UPDATE `creature_template` SET `maxgold`=340 WHERE `entry`=676 && `maxgold`=91; -- Venture Co. Surveyor - UPDATE `creature_template` SET `maxgold`=264 WHERE `entry`=677 && `maxgold`=84; -- Venture Co. Tinkerer - UPDATE `creature_template` SET `maxgold`=1040 WHERE `entry`=678 && `maxgold`=391; -- Mosh'Ogg Mauler - UPDATE `creature_template` SET `maxgold`=832 WHERE `entry`=679 && `maxgold`=341; -- Mosh'Ogg Shaman - UPDATE `creature_template` SET `maxgold`=230 WHERE `entry`=694 && `maxgold`=74; -- Bloodscalp Axe Thrower (sample size 38) - UPDATE `creature_template` SET `mingold`=53 WHERE `entry`=696 && `mingold`=66; -- Skullsplitter Axe Thrower (sample size 33) - UPDATE `creature_template` SET `maxgold`=323 WHERE `entry`=696 && `maxgold`=91; -- Skullsplitter Axe Thrower (sample size 33) - UPDATE `creature_template` SET `mingold`=33 WHERE `entry`=697 && `mingold`=51; -- Bloodscalp Shaman (sample size 47) - UPDATE `creature_template` SET `maxgold`=229 WHERE `entry`=697 && `maxgold`=71; -- Bloodscalp Shaman (sample size 47) - UPDATE `creature_template` SET `maxgold`=215 WHERE `entry`=699 && `maxgold`=78; -- Bloodscalp Beastmaster - UPDATE `creature_template` SET `maxgold`=211 WHERE `entry`=701 && `maxgold`=72; -- Bloodscalp Mystic - UPDATE `creature_template` SET `mingold`=45 WHERE `entry`=702 && `mingold`=55; -- Bloodscalp Scavenger - UPDATE `creature_template` SET `maxgold`=183 WHERE `entry`=702 && `maxgold`=76; -- Bloodscalp Scavenger - UPDATE `creature_template` SET `maxgold`=5 WHERE `entry`=706 && `maxgold`=7; -- Frostmane Troll Whelp (sample size 67) - UPDATE `creature_template` SET `maxgold`=934 WHERE `entry`=709 && `maxgold`=364; -- Mosh'Ogg Warmonger - UPDATE `creature_template` SET `maxgold`=1098 WHERE `entry`=710 && `maxgold`=307; -- Mosh'Ogg Spellcrafter - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=712 && `mingold`=16; -- Redridge Thrasher - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=732 && `mingold`=9; -- Murloc Lurker (sample size 39) - UPDATE `creature_template` SET `maxgold`=15 WHERE `entry`=732 && `maxgold`=17; -- Murloc Lurker (sample size 39) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=735 && `mingold`=5; -- Murloc Streamrunner - UPDATE `creature_template` SET `mingold`=42 WHERE `entry`=740 && `mingold`=47; -- Adolescent Whelp (sample size 36) - UPDATE `creature_template` SET `maxgold`=239 WHERE `entry`=740 && `maxgold`=66; -- Adolescent Whelp (sample size 36) - UPDATE `creature_template` SET `mingold`=45 WHERE `entry`=741 && `mingold`=50; -- Dreaming Whelp (sample size 40) - UPDATE `creature_template` SET `maxgold`=264 WHERE `entry`=741 && `maxgold`=70; -- Dreaming Whelp (sample size 40) - UPDATE `creature_template` SET `maxgold`=362 WHERE `entry`=746 && `maxgold`=115; -- Elder Dragonkin - UPDATE `creature_template` SET `mingold`=54 WHERE `entry`=747 && `mingold`=74; -- Marsh Murloc (sample size 22) - UPDATE `creature_template` SET `maxgold`=346 WHERE `entry`=747 && `maxgold`=102; -- Marsh Murloc (sample size 22) - UPDATE `creature_template` SET `mingold`=59 WHERE `entry`=750 && `mingold`=75; -- Marsh Inkspewer (sample size 87) - UPDATE `creature_template` SET `maxgold`=404 WHERE `entry`=750 && `maxgold`=103; -- Marsh Inkspewer (sample size 87) - UPDATE `creature_template` SET `mingold`=63 WHERE `entry`=751 && `mingold`=78; -- Marsh Flesheater (sample size 95) - UPDATE `creature_template` SET `maxgold`=421 WHERE `entry`=751 && `maxgold`=107; -- Marsh Flesheater (sample size 95) - UPDATE `creature_template` SET `mingold`=86 WHERE `entry`=752 && `mingold`=73; -- Marsh Oracle (sample size 34) - UPDATE `creature_template` SET `maxgold`=453 WHERE `entry`=752 && `maxgold`=100; -- Marsh Oracle (sample size 34) - UPDATE `creature_template` SET `maxgold`=145 WHERE `entry`=754 && `maxgold`=83; -- Rebel Watchman - UPDATE `creature_template` SET `maxgold`=228 WHERE `entry`=755 && `maxgold`=103; -- Lost One Mudlurker - UPDATE `creature_template` SET `mingold`=51 WHERE `entry`=757 && `mingold`=61; -- Lost One Fisherman - UPDATE `creature_template` SET `maxgold`=254 WHERE `entry`=757 && `maxgold`=84; -- Lost One Fisherman - UPDATE `creature_template` SET `mingold`=45 WHERE `entry`=759 && `mingold`=59; -- Lost One Hunter - UPDATE `creature_template` SET `maxgold`=276 WHERE `entry`=759 && `maxgold`=83; -- Lost One Hunter - UPDATE `creature_template` SET `mingold`=40 WHERE `entry`=760 && `mingold`=59; -- Lost One Muckdweller (sample size 22) - UPDATE `creature_template` SET `maxgold`=275 WHERE `entry`=760 && `maxgold`=83; -- Lost One Muckdweller (sample size 22) - UPDATE `creature_template` SET `maxgold`=252 WHERE `entry`=761 && `maxgold`=78; -- Lost One Seer - UPDATE `creature_template` SET `mingold`=50 WHERE `entry`=762 && `mingold`=52; -- Lost One Riftseeker - UPDATE `creature_template` SET `maxgold`=298 WHERE `entry`=762 && `maxgold`=73; -- Lost One Riftseeker - UPDATE `creature_template` SET `maxgold`=243 WHERE `entry`=763 && `maxgold`=89; -- Lost One Chieftain - UPDATE `creature_template` SET `maxgold`=294 WHERE `entry`=764 && `maxgold`=82; -- Swampwalker - UPDATE `creature_template` SET `maxgold`=332 WHERE `entry`=765 && `maxgold`=83; -- Swampwalker Elder - UPDATE `creature_template` SET `mingold`=54 WHERE `entry`=766 && `mingold`=63; -- Tangled Horror - UPDATE `creature_template` SET `maxgold`=241 WHERE `entry`=766 && `maxgold`=87; -- Tangled Horror - UPDATE `creature_template` SET `maxgold`=155 WHERE `entry`=771 && `maxgold`=70; -- Commander Felstrom - UPDATE `creature_template` SET `maxgold`=176 WHERE `entry`=775 && `maxgold`=145; -- Kurzen's Agent - UPDATE `creature_template` SET `mingold`=50 WHERE `entry`=780 && `mingold`=60; -- Skullsplitter Mystic (sample size 32) - UPDATE `creature_template` SET `maxgold`=337 WHERE `entry`=780 && `maxgold`=83; -- Skullsplitter Mystic (sample size 32) - UPDATE `creature_template` SET `maxgold`=388 WHERE `entry`=781 && `maxgold`=107; -- Skullsplitter Headhunter - UPDATE `creature_template` SET `mingold`=61 WHERE `entry`=782 && `mingold`=76; -- Skullsplitter Scout (sample size 21) - UPDATE `creature_template` SET `maxgold`=375 WHERE `entry`=782 && `maxgold`=105; -- Skullsplitter Scout (sample size 21) - UPDATE `creature_template` SET `mingold`=75 WHERE `entry`=783 && `mingold`=78; -- Skullsplitter Berserker - UPDATE `creature_template` SET `maxgold`=393 WHERE `entry`=783 && `maxgold`=107; -- Skullsplitter Berserker - UPDATE `creature_template` SET `maxgold`=324 WHERE `entry`=784 && `maxgold`=105; -- Skullsplitter Beastmaster - UPDATE `creature_template` SET `mingold`=35 WHERE `entry`=785 && `mingold`=39; -- Skeletal Warder - UPDATE `creature_template` SET `maxgold`=100 WHERE `entry`=785 && `maxgold`=55; -- Skeletal Warder - UPDATE `creature_template` SET `maxgold`=99 WHERE `entry`=787 && `maxgold`=50; -- Skeletal Healer - UPDATE `creature_template` SET `maxgold`=1025 WHERE `entry`=813 && `maxgold`=345; -- Colonel Kurzen - UPDATE `creature_template` SET `mingold`=46 WHERE `entry`=814 && `mingold`=57; -- Sergeant Malthus - UPDATE `creature_template` SET `maxgold`=21 WHERE `entry`=846 && `maxgold`=19; -- Ghoul - UPDATE `creature_template` SET `maxgold`=264 WHERE `entry`=861 && `maxgold`=96; -- Stonard Scout - UPDATE `creature_template` SET `maxgold`=215 WHERE `entry`=862 && `maxgold`=86; -- Stonard Explorer - UPDATE `creature_template` SET `maxgold`=399 WHERE `entry`=867 && `maxgold`=142; -- Stonard Cartographer - UPDATE `creature_template` SET `mingold`=213 WHERE `entry`=871 && `mingold`=218; -- Saltscale Warrior - UPDATE `creature_template` SET `maxgold`=741 WHERE `entry`=871 && `maxgold`=290; -- Saltscale Warrior - UPDATE `creature_template` SET `maxgold`=586 WHERE `entry`=877 && `maxgold`=290; -- Saltscale Forager - UPDATE `creature_template` SET `mingold`=132 WHERE `entry`=879 && `mingold`=218; -- Saltscale Hunter - UPDATE `creature_template` SET `maxgold`=733 WHERE `entry`=879 && `maxgold`=290; -- Saltscale Hunter - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=880 && `mingold`=7; -- Erlan Drudgemoor - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=889 && `maxgold`=52; -- Splinter Fist Ogre - UPDATE `creature_template` SET `mingold`=22 WHERE `entry`=892 && `mingold`=39; -- Splinter Fist Taskmaster - UPDATE `creature_template` SET `mingold`=26 WHERE `entry`=909 && `mingold`=35; -- Defias Night Blade - UPDATE `creature_template` SET `maxgold`=79 WHERE `entry`=909 && `maxgold`=51; -- Defias Night Blade - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=910 && `mingold`=33; -- Defias Enchanter - UPDATE `creature_template` SET `maxgold`=126 WHERE `entry`=910 && `maxgold`=48; -- Defias Enchanter - UPDATE `creature_template` SET `mingold`=26 WHERE `entry`=920 && `mingold`=42; -- Nightbane Tainted One - UPDATE `creature_template` SET `maxgold`=180 WHERE `entry`=920 && `maxgold`=60; -- Nightbane Tainted One - UPDATE `creature_template` SET `mingold`=42 WHERE `entry`=921 && `mingold`=54; -- Venture Co. Lumberjack - UPDATE `creature_template` SET `maxgold`=219 WHERE `entry`=921 && `maxgold`=75; -- Venture Co. Lumberjack - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=937 && `mingold`=50; -- Kurzen Jungle Fighter (sample size 35) - UPDATE `creature_template` SET `maxgold`=189 WHERE `entry`=937 && `maxgold`=70; -- Kurzen Jungle Fighter (sample size 35) - UPDATE `creature_template` SET `mingold`=36 WHERE `entry`=938 && `mingold`=54; -- Kurzen Commando (sample size 54) - UPDATE `creature_template` SET `maxgold`=242 WHERE `entry`=938 && `maxgold`=75; -- Kurzen Commando (sample size 54) - UPDATE `creature_template` SET `mingold`=45 WHERE `entry`=939 && `mingold`=59; -- Kurzen Elite (sample size 25) - UPDATE `creature_template` SET `maxgold`=281 WHERE `entry`=939 && `maxgold`=83; -- Kurzen Elite (sample size 25) - UPDATE `creature_template` SET `mingold`=42 WHERE `entry`=940 && `mingold`=46; -- Kurzen Medicine Man (sample size 25) - UPDATE `creature_template` SET `maxgold`=195 WHERE `entry`=940 && `maxgold`=65; -- Kurzen Medicine Man (sample size 25) - UPDATE `creature_template` SET `mingold`=41 WHERE `entry`=941 && `mingold`=49; -- Kurzen Headshrinker (sample size 37) - UPDATE `creature_template` SET `maxgold`=246 WHERE `entry`=941 && `maxgold`=69; -- Kurzen Headshrinker (sample size 37) - UPDATE `creature_template` SET `mingold`=42 WHERE `entry`=942 && `mingold`=53; -- Kurzen Witch Doctor - UPDATE `creature_template` SET `maxgold`=268 WHERE `entry`=942 && `maxgold`=74; -- Kurzen Witch Doctor - UPDATE `creature_template` SET `maxgold`=130 WHERE `entry`=947 && `maxgold`=52; -- Rohh the Silent - UPDATE `creature_template` SET `maxgold`=51 WHERE `entry`=948 && `maxgold`=50; -- Rotted One - UPDATE `creature_template` SET `maxgold`=640 WHERE `entry`=950 && `maxgold`=140; -- Swamp Talker - UPDATE `creature_template` SET `mingold`=52 WHERE `entry`=978 && `mingold`=57; -- Kurzen Subchief (sample size 36) - UPDATE `creature_template` SET `maxgold`=318 WHERE `entry`=978 && `maxgold`=79; -- Kurzen Subchief (sample size 36) - UPDATE `creature_template` SET `maxgold`=249 WHERE `entry`=979 && `maxgold`=90; -- Kurzen Shadow Hunter - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=1007 && `mingold`=25; -- Mosshide Gnoll (sample size 25) - UPDATE `creature_template` SET `maxgold`=69 WHERE `entry`=1007 && `maxgold`=38; -- Mosshide Gnoll (sample size 25) - UPDATE `creature_template` SET `mingold`=16 WHERE `entry`=1008 && `mingold`=27; -- Mosshide Mongrel (sample size 25) - UPDATE `creature_template` SET `maxgold`=75 WHERE `entry`=1008 && `maxgold`=40; -- Mosshide Mongrel (sample size 25) - UPDATE `creature_template` SET `maxgold`=67 WHERE `entry`=1009 && `maxgold`=40; -- Mosshide Mistweaver - UPDATE `creature_template` SET `mingold`=18 WHERE `entry`=1010 && `mingold`=29; -- Mosshide Fenrunner - UPDATE `creature_template` SET `maxgold`=86 WHERE `entry`=1010 && `maxgold`=42; -- Mosshide Fenrunner - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=1011 && `mingold`=31; -- Mosshide Trapper - UPDATE `creature_template` SET `maxgold`=99 WHERE `entry`=1011 && `maxgold`=45; -- Mosshide Trapper - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=1012 && `mingold`=33; -- Mosshide Brute - UPDATE `creature_template` SET `maxgold`=163 WHERE `entry`=1012 && `maxgold`=48; -- Mosshide Brute - UPDATE `creature_template` SET `maxgold`=110 WHERE `entry`=1013 && `maxgold`=49; -- Mosshide Mystic - UPDATE `creature_template` SET `maxgold`=125 WHERE `entry`=1014 && `maxgold`=56; -- Mosshide Alpha - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=1024 && `mingold`=25; -- Bluegill Murloc (sample size 35) - UPDATE `creature_template` SET `maxgold`=71 WHERE `entry`=1024 && `maxgold`=38; -- Bluegill Murloc (sample size 35) - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=1025 && `mingold`=27; -- Bluegill Puddlejumper - UPDATE `creature_template` SET `maxgold`=86 WHERE `entry`=1025 && `maxgold`=40; -- Bluegill Puddlejumper - UPDATE `creature_template` SET `maxgold`=76 WHERE `entry`=1026 && `maxgold`=43; -- Bluegill Forager - UPDATE `creature_template` SET `maxgold`=133 WHERE `entry`=1027 && `maxgold`=48; -- Bluegill Warrior - UPDATE `creature_template` SET `mingold`=18 WHERE `entry`=1028 && `mingold`=28; -- Bluegill Muckdweller - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=1030 && `mingold`=26; -- Black Slime - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=1031 && `mingold`=33; -- Crimson Ooze - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=1032 && `mingold`=31; -- Black Ooze (sample size 31) - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=1032 && `maxgold`=45; -- Black Ooze (sample size 31) - UPDATE `creature_template` SET `mingold`=23 WHERE `entry`=1034 && `mingold`=37; -- Dragonmaw Raider (sample size 42) - UPDATE `creature_template` SET `maxgold`=133 WHERE `entry`=1034 && `maxgold`=53; -- Dragonmaw Raider (sample size 42) - UPDATE `creature_template` SET `maxgold`=113 WHERE `entry`=1035 && `maxgold`=57; -- Dragonmaw Swamprunner - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=1036 && `mingold`=42; -- Dragonmaw Centurion - UPDATE `creature_template` SET `maxgold`=145 WHERE `entry`=1036 && `maxgold`=59; -- Dragonmaw Centurion - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=1038 && `mingold`=37; -- Dragonmaw Shadowwarder - UPDATE `creature_template` SET `maxgold`=148 WHERE `entry`=1038 && `maxgold`=53; -- Dragonmaw Shadowwarder - UPDATE `creature_template` SET `maxgold`=43 WHERE `entry`=1039 && `maxgold`=38; -- Fen Dweller - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=1040 && `mingold`=33; -- Fen Creeper - UPDATE `creature_template` SET `maxgold`=164 WHERE `entry`=1040 && `maxgold`=48; -- Fen Creeper - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=1042 && `mingold`=31; -- Red Whelp - UPDATE `creature_template` SET `mingold`=72 WHERE `entry`=1051 && `mingold`=153; -- Dark Iron Dwarf - UPDATE `creature_template` SET `maxgold`=423 WHERE `entry`=1051 && `maxgold`=205; -- Dark Iron Dwarf - UPDATE `creature_template` SET `mingold`=147 WHERE `entry`=1052 && `mingold`=159; -- Dark Iron Saboteur - UPDATE `creature_template` SET `maxgold`=455 WHERE `entry`=1052 && `maxgold`=213; -- Dark Iron Saboteur - UPDATE `creature_template` SET `mingold`=119 WHERE `entry`=1053 && `mingold`=170; -- Dark Iron Tunneler - UPDATE `creature_template` SET `maxgold`=496 WHERE `entry`=1053 && `maxgold`=226; -- Dark Iron Tunneler - UPDATE `creature_template` SET `maxgold`=308 WHERE `entry`=1054 && `maxgold`=234; -- Dark Iron Demolitionist - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=1057 && `mingold`=35; -- Dragonmaw Bonewarder - UPDATE `creature_template` SET `maxgold`=145 WHERE `entry`=1057 && `maxgold`=50; -- Dragonmaw Bonewarder - UPDATE `creature_template` SET `maxgold`=438 WHERE `entry`=1059 && `maxgold`=115; -- Ana'thek the Cruel - UPDATE `creature_template` SET `mingold`=236 WHERE `entry`=1060 && `mingold`=259; -- Mogh the Undying - UPDATE `creature_template` SET `mingold`=62 WHERE `entry`=1061 && `mingold`=74; -- Gan'zulah - UPDATE `creature_template` SET `maxgold`=189 WHERE `entry`=1061 && `maxgold`=102; -- Gan'zulah - UPDATE `creature_template` SET `mingold`=56 WHERE `entry`=1062 && `mingold`=61; -- Nezzliok the Dire - UPDATE `creature_template` SET `maxgold`=337 WHERE `entry`=1062 && `maxgold`=84; -- Nezzliok the Dire - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=1065 && `mingold`=13; -- Riverpaw Shaman - UPDATE `creature_template` SET `maxgold`=171 WHERE `entry`=1081 && `maxgold`=117; -- Mire Lord - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=1083 && `mingold`=19; -- Murloc Shorestriker - UPDATE `creature_template` SET `maxgold`=37 WHERE `entry`=1083 && `maxgold`=30; -- Murloc Shorestriker - UPDATE `creature_template` SET `maxgold`=208 WHERE `entry`=1094 && `maxgold`=75; -- Venture Co. Miner - UPDATE `creature_template` SET `maxgold`=175 WHERE `entry`=1095 && `maxgold`=83; -- Venture Co. Workboss - UPDATE `creature_template` SET `mingold`=50 WHERE `entry`=1096 && `mingold`=52; -- Venture Co. Geologist (sample size 39) - UPDATE `creature_template` SET `maxgold`=263 WHERE `entry`=1096 && `maxgold`=73; -- Venture Co. Geologist (sample size 39) - UPDATE `creature_template` SET `mingold`=44 WHERE `entry`=1097 && `mingold`=56; -- Venture Co. Mechanic - UPDATE `creature_template` SET `maxgold`=229 WHERE `entry`=1097 && `maxgold`=78; -- Venture Co. Mechanic - UPDATE `creature_template` SET `maxgold`=152 WHERE `entry`=1106 && `maxgold`=81; -- Lost One Cook - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1115 && `mingold`=8; -- Rockjaw Skullthumper (sample size 29) - UPDATE `creature_template` SET `maxgold`=14 WHERE `entry`=1115 && `maxgold`=15; -- Rockjaw Skullthumper (sample size 29) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1116 && `mingold`=9; -- Rockjaw Ambusher - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1117 && `mingold`=10; -- Rockjaw Bonesnapper (sample size 22) - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=1118 && `mingold`=13; -- Rockjaw Backbreaker - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1120 && `mingold`=7; -- Frostmane Troll - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1121 && `mingold`=12; -- Frostmane Snowstrider - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1122 && `mingold`=9; -- Frostmane Hideskinner - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1123 && `mingold`=8; -- Frostmane Headhunter - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1134 && `mingold`=4; -- Young Wendigo - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1135 && `mingold`=6; -- Wendigo (sample size 24) - UPDATE `creature_template` SET `maxgold`=12 WHERE `entry`=1135 && `maxgold`=13; -- Wendigo (sample size 24) - UPDATE `creature_template` SET `mingold`=44 WHERE `entry`=1142 && `mingold`=62; -- Mosh'Ogg Brute (sample size 21) - UPDATE `creature_template` SET `maxgold`=275 WHERE `entry`=1142 && `maxgold`=85; -- Mosh'Ogg Brute (sample size 21) - UPDATE `creature_template` SET `maxgold`=272 WHERE `entry`=1144 && `maxgold`=74; -- Mosh'Ogg Witch Doctor - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=1157 && `mingold`=37; -- Cursed Sailor (sample size 35) - UPDATE `creature_template` SET `maxgold`=132 WHERE `entry`=1157 && `maxgold`=53; -- Cursed Sailor (sample size 35) - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=1158 && `mingold`=39; -- Cursed Marine (sample size 21) - UPDATE `creature_template` SET `maxgold`=130 WHERE `entry`=1158 && `maxgold`=56; -- Cursed Marine (sample size 21) - UPDATE `creature_template` SET `maxgold`=145 WHERE `entry`=1159 && `maxgold`=60; -- First Mate Snellig - UPDATE `creature_template` SET `mingold`=27 WHERE `entry`=1160 && `mingold`=44; -- Captain Halyndor - UPDATE `creature_template` SET `maxgold`=165 WHERE `entry`=1160 && `maxgold`=62; -- Captain Halyndor - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1161 && `mingold`=12; -- Stonesplinter Trogg (sample size 117) - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=1161 && `maxgold`=20; -- Stonesplinter Trogg (sample size 117) - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1162 && `mingold`=12; -- Stonesplinter Scout (sample size 142) - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=1162 && `maxgold`=20; -- Stonesplinter Scout (sample size 142) - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=1163 && `mingold`=15; -- Stonesplinter Skullthumper (sample size 92) - UPDATE `creature_template` SET `maxgold`=29 WHERE `entry`=1163 && `maxgold`=24; -- Stonesplinter Skullthumper (sample size 92) - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=1164 && `mingold`=17; -- Stonesplinter Bonesnapper (sample size 61) - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=1164 && `maxgold`=27; -- Stonesplinter Bonesnapper (sample size 61) - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=1165 && `mingold`=20; -- Stonesplinter Geomancer (sample size 23) - UPDATE `creature_template` SET `maxgold`=54 WHERE `entry`=1165 && `maxgold`=30; -- Stonesplinter Geomancer (sample size 23) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1166 && `mingold`=14; -- Stonesplinter Seer (sample size 68) - UPDATE `creature_template` SET `maxgold`=29 WHERE `entry`=1166 && `maxgold`=23; -- Stonesplinter Seer (sample size 68) - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=1167 && `mingold`=22; -- Stonesplinter Digger (sample size 21) - UPDATE `creature_template` SET `maxgold`=60 WHERE `entry`=1167 && `maxgold`=33; -- Stonesplinter Digger (sample size 21) - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=1169 && `mingold`=22; -- Dark Iron Insurgent - UPDATE `creature_template` SET `maxgold`=60 WHERE `entry`=1169 && `maxgold`=34; -- Dark Iron Insurgent - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1172 && `mingold`=10; -- Tunnel Rat Vermin (sample size 28) - UPDATE `creature_template` SET `maxgold`=17 WHERE `entry`=1172 && `maxgold`=18; -- Tunnel Rat Vermin (sample size 28) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1173 && `mingold`=10; -- Tunnel Rat Scout - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1174 && `mingold`=12; -- Tunnel Rat Geomancer - UPDATE `creature_template` SET `maxgold`=25 WHERE `entry`=1174 && `maxgold`=21; -- Tunnel Rat Geomancer - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1175 && `mingold`=13; -- Tunnel Rat Digger - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=1175 && `maxgold`=22; -- Tunnel Rat Digger - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=1176 && `mingold`=12; -- Tunnel Rat Forager - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=1178 && `mingold`=83; -- Mo'grosh Ogre - UPDATE `creature_template` SET `maxgold`=169 WHERE `entry`=1179 && `maxgold`=108; -- Mo'grosh Enforcer - UPDATE `creature_template` SET `mingold`=56 WHERE `entry`=1180 && `mingold`=89; -- Mo'grosh Brute - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=1181 && `mingold`=79; -- Mo'grosh Shaman - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=1197 && `mingold`=17; -- Stonesplinter Shaman (sample size 39) - UPDATE `creature_template` SET `maxgold`=37 WHERE `entry`=1197 && `maxgold`=27; -- Stonesplinter Shaman (sample size 39) - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=1202 && `mingold`=12; -- Tunnel Rat Kobold - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=1205 && `mingold`=20; -- Grawmug - UPDATE `creature_template` SET `maxgold`=37 WHERE `entry`=1206 && `maxgold`=29; -- Gnasher - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=1207 && `mingold`=18; -- Brawler - UPDATE `creature_template` SET `maxgold`=46 WHERE `entry`=1207 && `maxgold`=29; -- Brawler - UPDATE `creature_template` SET `mingold`=57 WHERE `entry`=1210 && `mingold`=111; -- Chok'sul - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1211 && `mingold`=9; -- Leper Gnome (sample size 54) - UPDATE `creature_template` SET `maxgold`=14 WHERE `entry`=1211 && `maxgold`=17; -- Leper Gnome (sample size 54) - UPDATE `creature_template` SET `maxgold`=50 WHERE `entry`=1222 && `maxgold`=31; -- Dark Iron Sapper - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1236 && `mingold`=13; -- Kobold Digger - UPDATE `creature_template` SET `maxgold`=56 WHERE `entry`=1251 && `maxgold`=54; -- Splinter Fist Firemonger - UPDATE `creature_template` SET `maxgold`=91 WHERE `entry`=1259 && `maxgold`=42; -- Gobbler - UPDATE `creature_template` SET `maxgold`=145 WHERE `entry`=1270 && `maxgold`=61; -- Fetid Corpse - UPDATE `creature_template` SET `mingold`=22 WHERE `entry`=1271 && `mingold`=44; -- Old Icebeard - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1380 && `mingold`=3; -- Saean - UPDATE `creature_template` SET `mingold`=27 WHERE `entry`=1388 && `mingold`=45; -- Vagash - UPDATE `creature_template` SET `maxgold`=63 WHERE `entry`=1393 && `maxgold`=36; -- Berserk Trogg - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1397 && `mingold`=8; -- Frostmane Seer (sample size 21) - UPDATE `creature_template` SET `maxgold`=14 WHERE `entry`=1397 && `maxgold`=15; -- Frostmane Seer (sample size 21) - UPDATE `creature_template` SET `maxgold`=107 WHERE `entry`=1421 && `maxgold`=69; -- Private Merle - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1426 && `mingold`=16; -- Riverpaw Miner - UPDATE `creature_template` SET `maxgold`=33 WHERE `entry`=1426 && `maxgold`=26; -- Riverpaw Miner - UPDATE `creature_template` SET `maxgold`=118 WHERE `entry`=1487 && `maxgold`=65; -- Splinter Fist Enslaver - UPDATE `creature_template` SET `mingold`=85 WHERE `entry`=1488 && `mingold`=80; -- Zanzil Zombie (sample size 27) - UPDATE `creature_template` SET `maxgold`=419 WHERE `entry`=1488 && `maxgold`=110; -- Zanzil Zombie (sample size 27) - UPDATE `creature_template` SET `mingold`=74 WHERE `entry`=1489 && `mingold`=78; -- Zanzil Hunter - UPDATE `creature_template` SET `maxgold`=413 WHERE `entry`=1489 && `maxgold`=107; -- Zanzil Hunter - UPDATE `creature_template` SET `maxgold`=428 WHERE `entry`=1490 && `maxgold`=97; -- Zanzil Witch Doctor - UPDATE `creature_template` SET `mingold`=77 WHERE `entry`=1491 && `mingold`=79; -- Zanzil Naga - UPDATE `creature_template` SET `maxgold`=376 WHERE `entry`=1491 && `maxgold`=108; -- Zanzil Naga - UPDATE `creature_template` SET `maxgold`=1181 WHERE `entry`=1492 && `maxgold`=549; -- Gorlash - UPDATE `creature_template` SET `maxgold`=4 WHERE `entry`=1501 && `maxgold`=3; -- Mindless Zombie (sample size 45) - UPDATE `creature_template` SET `maxgold`=5 WHERE `entry`=1506 && `maxgold`=6; -- Scarlet Convert (sample size 52) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1520 && `mingold`=5; -- Rattlecage Soldier (sample size 22) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1522 && `mingold`=6; -- Darkeye Bonecaster (sample size 58) - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1523 && `mingold`=7; -- Cracked Skull Soldier (sample size 26) - UPDATE `creature_template` SET `maxgold`=14 WHERE `entry`=1523 && `maxgold`=15; -- Cracked Skull Soldier (sample size 26) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1525 && `mingold`=4; -- Rotting Dead (sample size 21) - UPDATE `creature_template` SET `maxgold`=7 WHERE `entry`=1525 && `maxgold`=10; -- Rotting Dead (sample size 21) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1526 && `mingold`=5; -- Ravaged Corpse - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1527 && `mingold`=6; -- Hungering Dead - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1528 && `mingold`=8; -- Shambling Horror - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1529 && `mingold`=10; -- Bleeding Horror - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1530 && `mingold`=10; -- Rotting Ancestor (sample size 22) - UPDATE `creature_template` SET `maxgold`=16 WHERE `entry`=1530 && `maxgold`=18; -- Rotting Ancestor (sample size 22) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1531 && `mingold`=5; -- Lost Soul - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1532 && `mingold`=11; -- Wandering Spirit - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=1533 && `mingold`=8; -- Tormented Spirit - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1534 && `mingold`=9; -- Wailing Ancestor - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1535 && `mingold`=5; -- Scarlet Warrior (sample size 38) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1536 && `mingold`=7; -- Scarlet Missionary - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1537 && `mingold`=9; -- Scarlet Zealot - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1538 && `mingold`=9; -- Scarlet Friar - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1539 && `mingold`=10; -- Scarlet Neophyte - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=1540 && `mingold`=11; -- Scarlet Vanguard - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1543 && `mingold`=6; -- Vile Fin Puddlejumper - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1544 && `mingold`=7; -- Vile Fin Minor Oracle - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1545 && `mingold`=9; -- Vile Fin Muckdweller - UPDATE `creature_template` SET `mingold`=76 WHERE `entry`=1561 && `mingold`=74; -- Bloodsail Raider (sample size 30) - UPDATE `creature_template` SET `maxgold`=350 WHERE `entry`=1561 && `maxgold`=101; -- Bloodsail Raider (sample size 30) - UPDATE `creature_template` SET `mingold`=61 WHERE `entry`=1562 && `mingold`=59; -- Bloodsail Mage (sample size 31) - UPDATE `creature_template` SET `maxgold`=314 WHERE `entry`=1562 && `maxgold`=81; -- Bloodsail Mage (sample size 31) - UPDATE `creature_template` SET `mingold`=61 WHERE `entry`=1563 && `mingold`=75; -- Bloodsail Swashbuckler (sample size 57) - UPDATE `creature_template` SET `maxgold`=404 WHERE `entry`=1563 && `maxgold`=103; -- Bloodsail Swashbuckler (sample size 57) - UPDATE `creature_template` SET `maxgold`=401 WHERE `entry`=1564 && `maxgold`=86; -- Bloodsail Warlock (sample size 57) - UPDATE `creature_template` SET `mingold`=73 WHERE `entry`=1565 && `mingold`=83; -- Bloodsail Sea Dog (sample size 26) - UPDATE `creature_template` SET `maxgold`=452 WHERE `entry`=1565 && `maxgold`=114; -- Bloodsail Sea Dog (sample size 26) - UPDATE `creature_template` SET `mingold`=66 WHERE `entry`=1653 && `mingold`=68; -- Bloodsail Elder Magus (sample size 26) - UPDATE `creature_template` SET `maxgold`=444 WHERE `entry`=1653 && `maxgold`=94; -- Bloodsail Elder Magus (sample size 26) - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=1654 && `mingold`=10; -- Gregor Agamand - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1655 && `mingold`=10; -- Nissa Agamand - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=1656 && `mingold`=10; -- Thurman Agamand - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1657 && `mingold`=8; -- Devlin Agamand - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=1658 && `maxgold`=23; -- Captain Dargol - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1660 && `mingold`=7; -- Scarlet Bodyguard - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=1662 && `mingold`=8; -- Captain Perrine - UPDATE `creature_template` SET `maxgold`=20 WHERE `entry`=1664 && `maxgold`=19; -- Captain Vachon - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=1665 && `mingold`=13; -- Captain Melrache - UPDATE `creature_template` SET `mingold`=31 WHERE `entry`=1666 && `mingold`=153; -- Kam Deepfury - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1667 && `mingold`=3; -- Meven Korgal - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1674 && `mingold`=5; -- Rot Hide Gnoll - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1675 && `mingold`=7; -- Rot Hide Mongrel (sample size 35) - UPDATE `creature_template` SET `maxgold`=266 WHERE `entry`=1696 && `maxgold`=165; -- Targorr the Dread - UPDATE `creature_template` SET `mingold`=64 WHERE `entry`=1706 && `mingold`=121; -- Defias Prisoner (sample size 22) - UPDATE `creature_template` SET `maxgold`=323 WHERE `entry`=1706 && `maxgold`=163; -- Defias Prisoner (sample size 22) - UPDATE `creature_template` SET `mingold`=60 WHERE `entry`=1707 && `mingold`=121; -- Defias Captive - UPDATE `creature_template` SET `maxgold`=325 WHERE `entry`=1707 && `maxgold`=163; -- Defias Captive - UPDATE `creature_template` SET `mingold`=64 WHERE `entry`=1708 && `mingold`=131; -- Defias Inmate - UPDATE `creature_template` SET `maxgold`=369 WHERE `entry`=1708 && `maxgold`=176; -- Defias Inmate - UPDATE `creature_template` SET `mingold`=74 WHERE `entry`=1711 && `mingold`=127; -- Defias Convict - UPDATE `creature_template` SET `maxgold`=348 WHERE `entry`=1711 && `maxgold`=171; -- Defias Convict - UPDATE `creature_template` SET `mingold`=69 WHERE `entry`=1715 && `mingold`=133; -- Defias Insurgent - UPDATE `creature_template` SET `maxgold`=402 WHERE `entry`=1715 && `maxgold`=179; -- Defias Insurgent - UPDATE `creature_template` SET `maxgold`=368 WHERE `entry`=1716 && `maxgold`=226; -- Bazil Thredd - UPDATE `creature_template` SET `maxgold`=286 WHERE `entry`=1717 && `maxgold`=196; -- Hamhock - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=1725 && `mingold`=75; -- Defias Watchman - UPDATE `creature_template` SET `maxgold`=98 WHERE `entry`=1726 && `maxgold`=91; -- Defias Magician - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=1727 && `mingold`=20; -- Defias Worker - UPDATE `creature_template` SET `maxgold`=33 WHERE `entry`=1727 && `maxgold`=31; -- Defias Worker - UPDATE `creature_template` SET `mingold`=23 WHERE `entry`=1729 && `mingold`=77; -- Defias Evoker - UPDATE `creature_template` SET `maxgold`=156 WHERE `entry`=1729 && `maxgold`=105; -- Defias Evoker - UPDATE `creature_template` SET `mingold`=41 WHERE `entry`=1731 && `mingold`=87; -- Goblin Craftsman - UPDATE `creature_template` SET `maxgold`=174 WHERE `entry`=1731 && `maxgold`=119; -- Goblin Craftsman - UPDATE `creature_template` SET `mingold`=30 WHERE `entry`=1732 && `mingold`=80; -- Defias Squallshaper - UPDATE `creature_template` SET `maxgold`=156 WHERE `entry`=1732 && `maxgold`=110; -- Defias Squallshaper - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1753 && `mingold`=10; -- Maggot Eye - UPDATE `creature_template` SET `mingold`=76 WHERE `entry`=1763 && `mingold`=163; -- Gilnid - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1767 && `mingold`=14; -- Vile Fin Shredder (sample size 212) - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=1767 && `maxgold`=23; -- Vile Fin Shredder (sample size 212) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1768 && `mingold`=16; -- Vile Fin Tidehunter (sample size 99) - UPDATE `creature_template` SET `maxgold`=29 WHERE `entry`=1768 && `maxgold`=26; -- Vile Fin Tidehunter (sample size 99) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1769 && `mingold`=10; -- Moonrage Whitescalp (sample size 47) - UPDATE `creature_template` SET `maxgold`=17 WHERE `entry`=1769 && `maxgold`=18; -- Moonrage Whitescalp (sample size 47) - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=1770 && `mingold`=12; -- Moonrage Darkrunner (sample size 21) - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=1770 && `maxgold`=20; -- Moonrage Darkrunner (sample size 21) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1772 && `mingold`=12; -- Rot Hide Gladerunner - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=1772 && `maxgold`=20; -- Rot Hide Gladerunner - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=1773 && `maxgold`=22; -- Rot Hide Mystic - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1779 && `mingold`=13; -- Moonrage Glutton (sample size 63) - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=1779 && `maxgold`=22; -- Moonrage Glutton (sample size 63) - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=1782 && `mingold`=15; -- Moonrage Darksoul (sample size 34) - UPDATE `creature_template` SET `maxgold`=28 WHERE `entry`=1782 && `maxgold`=24; -- Moonrage Darksoul (sample size 34) - UPDATE `creature_template` SET `mingold`=93 WHERE `entry`=1783 && `mingold`=101; -- Skeletal Flayer (sample size 203) - UPDATE `creature_template` SET `maxgold`=638 WHERE `entry`=1783 && `maxgold`=137; -- Skeletal Flayer (sample size 203) - UPDATE `creature_template` SET `mingold`=120 WHERE `entry`=1784 && `mingold`=93; -- Skeletal Sorcerer (sample size 28) - UPDATE `creature_template` SET `maxgold`=618 WHERE `entry`=1784 && `maxgold`=127; -- Skeletal Sorcerer (sample size 28) - UPDATE `creature_template` SET `maxgold`=716 WHERE `entry`=1785 && `maxgold`=181; -- Skeletal Terror - UPDATE `creature_template` SET `maxgold`=789 WHERE `entry`=1787 && `maxgold`=158; -- Skeletal Executioner (sample size 43) - UPDATE `creature_template` SET `maxgold`=1236 WHERE `entry`=1788 && `maxgold`=586; -- Skeletal Warlord - UPDATE `creature_template` SET `mingold`=139 WHERE `entry`=1789 && `mingold`=108; -- Skeletal Acolyte (sample size 51) - UPDATE `creature_template` SET `maxgold`=813 WHERE `entry`=1789 && `maxgold`=145; -- Skeletal Acolyte (sample size 51) - UPDATE `creature_template` SET `maxgold`=643 WHERE `entry`=1791 && `maxgold`=140; -- Slavering Ghoul (sample size 122) - UPDATE `creature_template` SET `maxgold`=722 WHERE `entry`=1793 && `maxgold`=158; -- Rotting Ghoul - UPDATE `creature_template` SET `mingold`=127 WHERE `entry`=1794 && `mingold`=102; -- Soulless Ghoul (sample size 45) - UPDATE `creature_template` SET `maxgold`=791 WHERE `entry`=1794 && `maxgold`=139; -- Soulless Ghoul (sample size 45) - UPDATE `creature_template` SET `mingold`=121 WHERE `entry`=1795 && `mingold`=108; -- Searing Ghoul (sample size 33) - UPDATE `creature_template` SET `maxgold`=825 WHERE `entry`=1795 && `maxgold`=145; -- Searing Ghoul (sample size 33) - UPDATE `creature_template` SET `maxgold`=807 WHERE `entry`=1796 && `maxgold`=165; -- Freezing Ghoul - UPDATE `creature_template` SET `maxgold`=632 WHERE `entry`=1802 && `maxgold`=171; -- Hungering Wraith - UPDATE `creature_template` SET `maxgold`=492 WHERE `entry`=1804 && `maxgold`=169; -- Wailing Death - UPDATE `creature_template` SET `mingold`=102 WHERE `entry`=1806 && `mingold`=117; -- Vile Slime - UPDATE `creature_template` SET `maxgold`=395 WHERE `entry`=1806 && `maxgold`=158; -- Vile Slime - UPDATE `creature_template` SET `maxgold`=470 WHERE `entry`=1808 && `maxgold`=165; -- Devouring Ooze - UPDATE `creature_template` SET `maxgold`=807 WHERE `entry`=1812 && `maxgold`=168; -- Rotting Behemoth - UPDATE `creature_template` SET `maxgold`=866 WHERE `entry`=1813 && `maxgold`=169; -- Decaying Horror - UPDATE `creature_template` SET `maxgold`=426 WHERE `entry`=1826 && `maxgold`=134; -- Scarlet Mage - UPDATE `creature_template` SET `mingold`=400 WHERE `entry`=1827 && `mingold`=435; -- Scarlet Sentinel - UPDATE `creature_template` SET `maxgold`=2407 WHERE `entry`=1827 && `maxgold`=573; -- Scarlet Sentinel - UPDATE `creature_template` SET `maxgold`=700 WHERE `entry`=1831 && `maxgold`=148; -- Scarlet Hunter - UPDATE `creature_template` SET `maxgold`=685 WHERE `entry`=1833 && `maxgold`=158; -- Scarlet Knight - UPDATE `creature_template` SET `maxgold`=2067 WHERE `entry`=1834 && `maxgold`=484; -- Scarlet Paladin - UPDATE `creature_template` SET `maxgold`=745 WHERE `entry`=1835 && `maxgold`=135; -- Scarlet Invoker - UPDATE `creature_template` SET `maxgold`=1198 WHERE `entry`=1836 && `maxgold`=621; -- Scarlet Cavalier - UPDATE `creature_template` SET `maxgold`=558 WHERE `entry`=1845 && `maxgold`=155; -- High Protector Tarsen - UPDATE `creature_template` SET `maxgold`=2874 WHERE `entry`=1846 && `maxgold`=558; -- High Protector Lorik - UPDATE `creature_template` SET `maxgold`=302 WHERE `entry`=1848 && `maxgold`=146; -- Lord Maldazzar - UPDATE `creature_template` SET `maxgold`=1364 WHERE `entry`=1852 && `maxgold`=603; -- Araj the Summoner - UPDATE `creature_template` SET `maxgold`=2625 WHERE `entry`=1853 && `maxgold`=2517; -- Darkmaster Gandling - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=1865 && `mingold`=14; -- Ravenclaw Raider - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=1866 && `mingold`=12; -- Ravenclaw Slave - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=1866 && `maxgold`=20; -- Ravenclaw Slave - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=1867 && `mingold`=14; -- Dalaran Apprentice (sample size 26) - UPDATE `creature_template` SET `maxgold`=28 WHERE `entry`=1867 && `maxgold`=24; -- Dalaran Apprentice (sample size 26) - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=1868 && `mingold`=14; -- Ravenclaw Servant - UPDATE `creature_template` SET `maxgold`=25 WHERE `entry`=1868 && `maxgold`=23; -- Ravenclaw Servant - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=1869 && `mingold`=16; -- Ravenclaw Champion - UPDATE `creature_template` SET `maxgold`=28 WHERE `entry`=1869 && `maxgold`=26; -- Ravenclaw Champion - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=1870 && `maxgold`=28; -- Hand of Ravenclaw - UPDATE `creature_template` SET `maxgold`=664 WHERE `entry`=1883 && `maxgold`=168; -- Scarlet Worker - UPDATE `creature_template` SET `maxgold`=769 WHERE `entry`=1884 && `maxgold`=164; -- Scarlet Lumberjack - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=1888 && `mingold`=21; -- Dalaran Watcher - UPDATE `creature_template` SET `maxgold`=55 WHERE `entry`=1888 && `maxgold`=32; -- Dalaran Watcher - UPDATE `creature_template` SET `maxgold`=48 WHERE `entry`=1889 && `maxgold`=33; -- Dalaran Wizard - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=1891 && `mingold`=59; -- Pyrewood Watcher - UPDATE `creature_template` SET `maxgold`=87 WHERE `entry`=1891 && `maxgold`=81; -- Pyrewood Watcher - UPDATE `creature_template` SET `maxgold`=86 WHERE `entry`=1892 && `maxgold`=50; -- Moonrage Watcher - UPDATE `creature_template` SET `maxgold`=95 WHERE `entry`=1893 && `maxgold`=47; -- Moonrage Sentry - UPDATE `creature_template` SET `mingold`=27 WHERE `entry`=1894 && `mingold`=63; -- Pyrewood Sentry - UPDATE `creature_template` SET `maxgold`=102 WHERE `entry`=1894 && `maxgold`=88; -- Pyrewood Sentry - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=1895 && `mingold`=59; -- Pyrewood Elder - UPDATE `creature_template` SET `maxgold`=86 WHERE `entry`=1895 && `maxgold`=81; -- Pyrewood Elder - UPDATE `creature_template` SET `maxgold`=101 WHERE `entry`=1896 && `maxgold`=47; -- Moonrage Elder - UPDATE `creature_template` SET `mingold`=74 WHERE `entry`=1907 && `mingold`=78; -- Naga Explorer (sample size 86) - UPDATE `creature_template` SET `maxgold`=425 WHERE `entry`=1907 && `maxgold`=107; -- Naga Explorer (sample size 86) - UPDATE `creature_template` SET `maxgold`=62 WHERE `entry`=1908 && `maxgold`=43; -- Vile Fin Oracle - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=1909 && `mingold`=23; -- Vile Fin Lakestalker - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=1912 && `mingold`=16; -- Dalaran Protector (sample size 41) - UPDATE `creature_template` SET `maxgold`=34 WHERE `entry`=1912 && `maxgold`=26; -- Dalaran Protector (sample size 41) - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=1913 && `mingold`=19; -- Dalaran Warder - UPDATE `creature_template` SET `maxgold`=49 WHERE `entry`=1913 && `maxgold`=30; -- Dalaran Warder - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=1914 && `mingold`=16; -- Dalaran Mage - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=1914 && `maxgold`=26; -- Dalaran Mage - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=1915 && `mingold`=19; -- Dalaran Conjuror - UPDATE `creature_template` SET `maxgold`=50 WHERE `entry`=1915 && `maxgold`=30; -- Dalaran Conjuror - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=1919 && `mingold`=3; -- Samuel Fipps - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=1924 && `mingold`=18; -- Moonrage Bloodhowler - UPDATE `creature_template` SET `maxgold`=37 WHERE `entry`=1924 && `maxgold`=29; -- Moonrage Bloodhowler - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1934 && `mingold`=5; -- Tirisfal Farmer - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1935 && `mingold`=4; -- Tirisfal Farmhand - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=1939 && `mingold`=20; -- Rot Hide Brute (sample size 127) - UPDATE `creature_template` SET `maxgold`=49 WHERE `entry`=1939 && `maxgold`=31; -- Rot Hide Brute (sample size 127) - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=1940 && `mingold`=20; -- Rot Hide Plague Weaver (sample size 72) - UPDATE `creature_template` SET `maxgold`=54 WHERE `entry`=1940 && `maxgold`=30; -- Rot Hide Plague Weaver (sample size 72) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=1941 && `mingold`=5; -- Rot Hide Graverobber (sample size 31) - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=1942 && `mingold`=22; -- Rot Hide Savage (sample size 40) - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=1942 && `maxgold`=33; -- Rot Hide Savage (sample size 40) - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=1943 && `mingold`=22; -- Raging Rot Hide (sample size 29) - UPDATE `creature_template` SET `maxgold`=58 WHERE `entry`=1943 && `maxgold`=34; -- Raging Rot Hide (sample size 29) - UPDATE `creature_template` SET `maxgold`=79 WHERE `entry`=1944 && `maxgold`=42; -- Rot Hide Bruiser - UPDATE `creature_template` SET `maxgold`=175 WHERE `entry`=1947 && `maxgold`=143; -- Thule Ravenclaw - UPDATE `creature_template` SET `maxgold`=83 WHERE `entry`=1948 && `maxgold`=47; -- Snarlmane - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=1949 && `mingold`=12; -- Servant of Azora - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=1953 && `mingold`=18; -- Lake Skulker (sample size 25) - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=1953 && `maxgold`=28; -- Lake Skulker (sample size 25) - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=1954 && `mingold`=18; -- Elder Lake Skulker - UPDATE `creature_template` SET `maxgold`=48 WHERE `entry`=1954 && `maxgold`=28; -- Elder Lake Skulker - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=1955 && `mingold`=20; -- Lake Creeper - UPDATE `creature_template` SET `maxgold`=53 WHERE `entry`=1955 && `maxgold`=32; -- Lake Creeper - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=1956 && `mingold`=22; -- Elder Lake Creeper - UPDATE `creature_template` SET `maxgold`=58 WHERE `entry`=1956 && `maxgold`=34; -- Elder Lake Creeper - UPDATE `creature_template` SET `maxgold`=54 WHERE `entry`=1958 && `maxgold`=33; -- Vile Fin Tidecaller - UPDATE `creature_template` SET `mingold`=11 WHERE `entry`=1971 && `mingold`=14; -- Ivar the Foul - UPDATE `creature_template` SET `maxgold`=26 WHERE `entry`=1971 && `maxgold`=23; -- Ivar the Foul - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=1972 && `mingold`=17; -- Grimson the Pale - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=1973 && `mingold`=26; -- Ravenclaw Guardian (sample size 22) - UPDATE `creature_template` SET `maxgold`=70 WHERE `entry`=1973 && `maxgold`=38; -- Ravenclaw Guardian (sample size 22) - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=1974 && `mingold`=24; -- Ravenclaw Drudger - UPDATE `creature_template` SET `maxgold`=62 WHERE `entry`=1974 && `maxgold`=36; -- Ravenclaw Drudger - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=1983 && `mingold`=23; -- Nightlash - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2002 && `mingold`=4; -- Rascal Sprite - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2003 && `mingold`=4; -- Shadow Sprite (sample size 21) - UPDATE `creature_template` SET `maxgold`=7 WHERE `entry`=2003 && `maxgold`=10; -- Shadow Sprite (sample size 21) - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2004 && `mingold`=5; -- Dark Sprite - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2005 && `mingold`=6; -- Vicious Grell - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2006 && `mingold`=4; -- Gnarlpine Ursa - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2007 && `mingold`=4; -- Gnarlpine Gardener - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2008 && `mingold`=5; -- Gnarlpine Warrior (sample size 30) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2009 && `mingold`=6; -- Gnarlpine Shaman (sample size 105) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2010 && `mingold`=7; -- Gnarlpine Defender (sample size 66) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2011 && `mingold`=8; -- Gnarlpine Augur - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2012 && `mingold`=9; -- Gnarlpine Pathfinder - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=2013 && `mingold`=9; -- Gnarlpine Avenger - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2014 && `mingold`=10; -- Gnarlpine Totemic - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2015 && `mingold`=8; -- Bloodfeather Harpy - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2017 && `mingold`=8; -- Bloodfeather Rogue - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2018 && `mingold`=9; -- Bloodfeather Sorceress - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2019 && `mingold`=9; -- Bloodfeather Fury - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=2020 && `mingold`=9; -- Bloodfeather Wind Witch - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2021 && `mingold`=12; -- Bloodfeather Matriarch - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=2021 && `maxgold`=20; -- Bloodfeather Matriarch - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2022 && `mingold`=4; -- Timberling (sample size 68) - UPDATE `creature_template` SET `maxgold`=7 WHERE `entry`=2022 && `maxgold`=10; -- Timberling (sample size 68) - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2025 && `mingold`=6; -- Timberling Bark Ripper - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2027 && `mingold`=8; -- Timberling Trampler - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2029 && `mingold`=9; -- Timberling Mire Beast - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2030 && `mingold`=10; -- Elder Timberling - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=2038 && `mingold`=7; -- Lord Melenas - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=2039 && `mingold`=13; -- Ursal the Mauler - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=2044 && `mingold`=0; -- Forlorn Spirit (sample size 6) - UPDATE `creature_template` SET `maxgold`=64 WHERE `entry`=2044 && `maxgold`=0; -- Forlorn Spirit (sample size 6) - UPDATE `creature_template` SET `maxgold`=48 WHERE `entry`=2053 && `maxgold`=34; -- Haggard Refugee - UPDATE `creature_template` SET `maxgold`=51 WHERE `entry`=2054 && `maxgold`=34; -- Sickly Refugee - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=2066 && `mingold`=10; -- Councilman Higarth - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=2067 && `mingold`=10; -- Councilman Brunswick - UPDATE `creature_template` SET `maxgold`=69 WHERE `entry`=2068 && `maxgold`=55; -- Lord Mayor Morrison - UPDATE `creature_template` SET `maxgold`=63 WHERE `entry`=2090 && `maxgold`=44; -- Ma'ruk Wyrmscale - UPDATE `creature_template` SET `mingold`=133 WHERE `entry`=2091 && `mingold`=187; -- Chieftain Nek'rosh - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=2102 && `mingold`=26; -- Dragonmaw Grunt - UPDATE `creature_template` SET `maxgold`=67 WHERE `entry`=2102 && `maxgold`=38; -- Dragonmaw Grunt - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=2103 && `mingold`=23; -- Dragonmaw Scout (sample size 34) - UPDATE `creature_template` SET `maxgold`=65 WHERE `entry`=2103 && `maxgold`=35; -- Dragonmaw Scout (sample size 34) - UPDATE `creature_template` SET `maxgold`=145 WHERE `entry`=2106 && `maxgold`=103; -- Apothecary Berard - UPDATE `creature_template` SET `maxgold`=87 WHERE `entry`=2120 && `maxgold`=39; -- Archmage Ataeric - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2152 && `mingold`=6; -- Gnarlpine Ambusher - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=2156 && `mingold`=21; -- Cracked Golem - UPDATE `creature_template` SET `maxgold`=58 WHERE `entry`=2156 && `maxgold`=32; -- Cracked Golem - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=2157 && `mingold`=22; -- Stone Behemoth - UPDATE `creature_template` SET `maxgold`=57 WHERE `entry`=2157 && `maxgold`=33; -- Stone Behemoth - UPDATE `creature_template` SET `maxgold`=52 WHERE `entry`=2158 && `maxgold`=27; -- Gravelflint Scout - UPDATE `creature_template` SET `maxgold`=62 WHERE `entry`=2160 && `maxgold`=34; -- Gravelflint Geomancer - UPDATE `creature_template` SET `mingold`=31 WHERE `entry`=2166 && `mingold`=35; -- Oakenscowl - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2167 && `mingold`=13; -- Blackwood Pathfinder (sample size 23) - UPDATE `creature_template` SET `maxgold`=26 WHERE `entry`=2167 && `maxgold`=21; -- Blackwood Pathfinder (sample size 23) - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=2168 && `mingold`=19; -- Blackwood Warrior (sample size 22) - UPDATE `creature_template` SET `maxgold`=49 WHERE `entry`=2168 && `maxgold`=29; -- Blackwood Warrior (sample size 22) - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=2169 && `mingold`=20; -- Blackwood Totemic - UPDATE `creature_template` SET `maxgold`=51 WHERE `entry`=2169 && `maxgold`=31; -- Blackwood Totemic - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=2170 && `mingold`=21; -- Blackwood Ursa (sample size 28) - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=2170 && `maxgold`=32; -- Blackwood Ursa (sample size 28) - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=2171 && `mingold`=23; -- Blackwood Shaman - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=2171 && `maxgold`=34; -- Blackwood Shaman - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2176 && `mingold`=10; -- Cursed Highborne - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2177 && `mingold`=12; -- Writhing Highborne (sample size 27) - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=2177 && `maxgold`=20; -- Writhing Highborne (sample size 27) - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2178 && `mingold`=13; -- Wailing Highborne - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=2178 && `maxgold`=22; -- Wailing Highborne - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=2179 && `mingold`=17; -- Stormscale Wave Rider - UPDATE `creature_template` SET `maxgold`=35 WHERE `entry`=2179 && `maxgold`=27; -- Stormscale Wave Rider - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=2180 && `mingold`=18; -- Stormscale Siren - UPDATE `creature_template` SET `maxgold`=49 WHERE `entry`=2180 && `maxgold`=29; -- Stormscale Siren - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=2181 && `mingold`=22; -- Stormscale Myrmidon (sample size 23) - UPDATE `creature_template` SET `maxgold`=53 WHERE `entry`=2181 && `maxgold`=33; -- Stormscale Myrmidon (sample size 23) - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=2182 && `mingold`=22; -- Stormscale Sorceress - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=2182 && `maxgold`=33; -- Stormscale Sorceress - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=2183 && `mingold`=25; -- Stormscale Warrior - UPDATE `creature_template` SET `maxgold`=69 WHERE `entry`=2183 && `maxgold`=38; -- Stormscale Warrior - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2189 && `mingold`=10; -- Vile Sprite (sample size 31) - UPDATE `creature_template` SET `maxgold`=17 WHERE `entry`=2189 && `maxgold`=18; -- Vile Sprite (sample size 31) - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=2190 && `mingold`=12; -- Wild Grell - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=2190 && `maxgold`=20; -- Wild Grell - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=2201 && `mingold`=12; -- Greymist Raider - UPDATE `creature_template` SET `maxgold`=22 WHERE `entry`=2201 && `maxgold`=20; -- Greymist Raider - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=2202 && `mingold`=13; -- Greymist Coastrunner - UPDATE `creature_template` SET `maxgold`=25 WHERE `entry`=2202 && `maxgold`=22; -- Greymist Coastrunner - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=2203 && `mingold`=14; -- Greymist Seer - UPDATE `creature_template` SET `maxgold`=28 WHERE `entry`=2203 && `maxgold`=24; -- Greymist Seer - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=2204 && `mingold`=16; -- Greymist Netter - UPDATE `creature_template` SET `maxgold`=31 WHERE `entry`=2204 && `maxgold`=26; -- Greymist Netter - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=2205 && `mingold`=17; -- Greymist Warrior (sample size 24) - UPDATE `creature_template` SET `maxgold`=37 WHERE `entry`=2205 && `maxgold`=28; -- Greymist Warrior (sample size 24) - UPDATE `creature_template` SET `mingold`=11 WHERE `entry`=2206 && `mingold`=19; -- Greymist Hunter - UPDATE `creature_template` SET `maxgold`=48 WHERE `entry`=2206 && `maxgold`=30; -- Greymist Hunter - UPDATE `creature_template` SET `maxgold`=45 WHERE `entry`=2207 && `maxgold`=32; -- Greymist Oracle - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=2208 && `mingold`=23; -- Greymist Tidehunter - UPDATE `creature_template` SET `maxgold`=62 WHERE `entry`=2208 && `maxgold`=34; -- Greymist Tidehunter - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=2212 && `mingold`=13; -- Deth'ryll Satyr - UPDATE `creature_template` SET `maxgold`=26 WHERE `entry`=2212 && `maxgold`=22; -- Deth'ryll Satyr - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=2240 && `mingold`=50; -- Syndicate Footpad (sample size 34) - UPDATE `creature_template` SET `maxgold`=190 WHERE `entry`=2240 && `maxgold`=70; -- Syndicate Footpad (sample size 34) - UPDATE `creature_template` SET `mingold`=47 WHERE `entry`=2241 && `mingold`=53; -- Syndicate Thief (sample size 30) - UPDATE `creature_template` SET `maxgold`=222 WHERE `entry`=2241 && `maxgold`=74; -- Syndicate Thief (sample size 30) - UPDATE `creature_template` SET `mingold`=39 WHERE `entry`=2242 && `mingold`=61; -- Syndicate Spy (sample size 26) - UPDATE `creature_template` SET `maxgold`=263 WHERE `entry`=2242 && `maxgold`=84; -- Syndicate Spy (sample size 26) - UPDATE `creature_template` SET `maxgold`=225 WHERE `entry`=2243 && `maxgold`=83; -- Syndicate Sentry - UPDATE `creature_template` SET `maxgold`=84 WHERE `entry`=2244 && `maxgold`=37; -- Syndicate Shadow Mage - UPDATE `creature_template` SET `maxgold`=289 WHERE `entry`=2245 && `maxgold`=86; -- Syndicate Saboteur - UPDATE `creature_template` SET `maxgold`=317 WHERE `entry`=2246 && `maxgold`=93; -- Syndicate Assassin - UPDATE `creature_template` SET `maxgold`=308 WHERE `entry`=2247 && `maxgold`=94; -- Syndicate Enforcer - UPDATE `creature_template` SET `mingold`=27 WHERE `entry`=2248 && `mingold`=46; -- Cave Yeti (sample size 64) - UPDATE `creature_template` SET `maxgold`=182 WHERE `entry`=2248 && `maxgold`=65; -- Cave Yeti (sample size 64) - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=2249 && `mingold`=49; -- Ferocious Yeti (sample size 33) - UPDATE `creature_template` SET `maxgold`=197 WHERE `entry`=2249 && `maxgold`=69; -- Ferocious Yeti (sample size 33) - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=2250 && `mingold`=50; -- Mountain Yeti (sample size 29) - UPDATE `creature_template` SET `maxgold`=196 WHERE `entry`=2250 && `maxgold`=70; -- Mountain Yeti (sample size 29) - UPDATE `creature_template` SET `mingold`=55 WHERE `entry`=2251 && `mingold`=53; -- Giant Yeti (sample size 56) - UPDATE `creature_template` SET `maxgold`=227 WHERE `entry`=2251 && `maxgold`=74; -- Giant Yeti (sample size 56) - UPDATE `creature_template` SET `mingold`=39 WHERE `entry`=2252 && `mingold`=54; -- Crushridge Ogre (sample size 27) - UPDATE `creature_template` SET `maxgold`=244 WHERE `entry`=2252 && `maxgold`=75; -- Crushridge Ogre (sample size 27) - UPDATE `creature_template` SET `mingold`=52 WHERE `entry`=2253 && `mingold`=59; -- Crushridge Brute - UPDATE `creature_template` SET `maxgold`=257 WHERE `entry`=2253 && `maxgold`=81; -- Crushridge Brute - UPDATE `creature_template` SET `mingold`=126 WHERE `entry`=2254 && `mingold`=228; -- Crushridge Mauler (sample size 30) - UPDATE `creature_template` SET `maxgold`=847 WHERE `entry`=2254 && `maxgold`=303; -- Crushridge Mauler (sample size 30) - UPDATE `creature_template` SET `maxgold`=894 WHERE `entry`=2255 && `maxgold`=255; -- Crushridge Mage - UPDATE `creature_template` SET `mingold`=159 WHERE `entry`=2256 && `mingold`=249; -- Crushridge Enforcer (sample size 29) - UPDATE `creature_template` SET `maxgold`=913 WHERE `entry`=2256 && `maxgold`=330; -- Crushridge Enforcer (sample size 29) - UPDATE `creature_template` SET `mingold`=281 WHERE `entry`=2257 && `mingold`=291; -- Mug'thol - UPDATE `creature_template` SET `maxgold`=487 WHERE `entry`=2257 && `maxgold`=385; -- Mug'thol - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=2260 && `mingold`=27; -- Syndicate Rogue - UPDATE `creature_template` SET `maxgold`=85 WHERE `entry`=2260 && `maxgold`=40; -- Syndicate Rogue - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=2261 && `mingold`=26; -- Syndicate Watchman (sample size 45) - UPDATE `creature_template` SET `maxgold`=71 WHERE `entry`=2261 && `maxgold`=38; -- Syndicate Watchman (sample size 45) - UPDATE `creature_template` SET `maxgold`=95 WHERE `entry`=2265 && `maxgold`=48; -- Hillsbrad Apprentice Blacksmith - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=2266 && `mingold`=31; -- Hillsbrad Farmer - UPDATE `creature_template` SET `maxgold`=102 WHERE `entry`=2266 && `maxgold`=45; -- Hillsbrad Farmer - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=2267 && `mingold`=32; -- Hillsbrad Peasant - UPDATE `creature_template` SET `maxgold`=106 WHERE `entry`=2267 && `maxgold`=47; -- Hillsbrad Peasant - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=2268 && `mingold`=35; -- Hillsbrad Footman (sample size 28) - UPDATE `creature_template` SET `maxgold`=120 WHERE `entry`=2268 && `maxgold`=51; -- Hillsbrad Footman (sample size 28) - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=2269 && `mingold`=37; -- Hillsbrad Miner (sample size 32) - UPDATE `creature_template` SET `maxgold`=131 WHERE `entry`=2269 && `maxgold`=53; -- Hillsbrad Miner (sample size 32) - UPDATE `creature_template` SET `mingold`=38 WHERE `entry`=2270 && `mingold`=39; -- Hillsbrad Sentry - UPDATE `creature_template` SET `maxgold`=136 WHERE `entry`=2270 && `maxgold`=56; -- Hillsbrad Sentry - UPDATE `creature_template` SET `mingold`=29 WHERE `entry`=2271 && `mingold`=49; -- Dalaran Shield Guard (sample size 46) - UPDATE `creature_template` SET `maxgold`=193 WHERE `entry`=2271 && `maxgold`=69; -- Dalaran Shield Guard (sample size 46) - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=2272 && `mingold`=44; -- Dalaran Theurgist - UPDATE `creature_template` SET `maxgold`=194 WHERE `entry`=2272 && `maxgold`=62; -- Dalaran Theurgist - UPDATE `creature_template` SET `mingold`=158 WHERE `entry`=2287 && `mingold`=259; -- Crushridge Warmonger (sample size 32) - UPDATE `creature_template` SET `maxgold`=1007 WHERE `entry`=2287 && `maxgold`=343; -- Crushridge Warmonger (sample size 32) - UPDATE `creature_template` SET `maxgold`=96 WHERE `entry`=2305 && `maxgold`=58; -- Foreman Bonds - UPDATE `creature_template` SET `maxgold`=188 WHERE `entry`=2306 && `maxgold`=79; -- Baron Vardus - UPDATE `creature_template` SET `maxgold`=258 WHERE `entry`=2318 && `maxgold`=70; -- Argus Shadow Mage - UPDATE `creature_template` SET `maxgold`=232 WHERE `entry`=2319 && `maxgold`=66; -- Syndicate Wizard - UPDATE `creature_template` SET `mingold`=58 WHERE `entry`=2320 && `mingold`=67; -- Nagaz - UPDATE `creature_template` SET `maxgold`=309 WHERE `entry`=2320 && `maxgold`=93; -- Nagaz - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=2324 && `mingold`=15; -- Blackwood Windtalker (sample size 25) - UPDATE `creature_template` SET `maxgold`=29 WHERE `entry`=2324 && `maxgold`=24; -- Blackwood Windtalker (sample size 25) - UPDATE `creature_template` SET `maxgold`=40 WHERE `entry`=2332 && `maxgold`=39; -- Valdred Moray - UPDATE `creature_template` SET `maxgold`=174 WHERE `entry`=2335 && `maxgold`=57; -- Magistrate Burnside - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=2336 && `mingold`=19; -- Dark Strand Fanatic (sample size 31) - UPDATE `creature_template` SET `maxgold`=47 WHERE `entry`=2336 && `maxgold`=30; -- Dark Strand Fanatic (sample size 31) - UPDATE `creature_template` SET `maxgold`=153 WHERE `entry`=2337 && `maxgold`=53; -- Dark Strand Voidcaller - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=2338 && `mingold`=18; -- Twilight Disciple - UPDATE `creature_template` SET `maxgold`=40 WHERE `entry`=2338 && `maxgold`=29; -- Twilight Disciple - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=2339 && `mingold`=21; -- Twilight Thug - UPDATE `creature_template` SET `maxgold`=52 WHERE `entry`=2339 && `maxgold`=32; -- Twilight Thug - UPDATE `creature_template` SET `mingold`=126 WHERE `entry`=2344 && `mingold`=142; -- Dun Garok Mountaineer - UPDATE `creature_template` SET `maxgold`=422 WHERE `entry`=2344 && `maxgold`=191; -- Dun Garok Mountaineer - UPDATE `creature_template` SET `mingold`=132 WHERE `entry`=2345 && `mingold`=170; -- Dun Garok Rifleman - UPDATE `creature_template` SET `maxgold`=470 WHERE `entry`=2345 && `maxgold`=226; -- Dun Garok Rifleman - UPDATE `creature_template` SET `mingold`=77 WHERE `entry`=2346 && `mingold`=153; -- Dun Garok Priest - UPDATE `creature_template` SET `maxgold`=318 WHERE `entry`=2346 && `maxgold`=204; -- Dun Garok Priest - UPDATE `creature_template` SET `mingold`=36 WHERE `entry`=2358 && `mingold`=47; -- Dalaran Summoner (sample size 42) - UPDATE `creature_template` SET `maxgold`=234 WHERE `entry`=2358 && `maxgold`=67; -- Dalaran Summoner (sample size 42) - UPDATE `creature_template` SET `mingold`=23 WHERE `entry`=2360 && `mingold`=29; -- Hillsbrad Farmhand - UPDATE `creature_template` SET `maxgold`=95 WHERE `entry`=2360 && `maxgold`=43; -- Hillsbrad Farmhand - UPDATE `creature_template` SET `maxgold`=68 WHERE `entry`=2368 && `maxgold`=60; -- Daggerspine Shorestalker - UPDATE `creature_template` SET `mingold`=30 WHERE `entry`=2369 && `mingold`=46; -- Daggerspine Shorehunter (sample size 32) - UPDATE `creature_template` SET `maxgold`=181 WHERE `entry`=2369 && `maxgold`=65; -- Daggerspine Shorehunter (sample size 32) - UPDATE `creature_template` SET `maxgold`=118 WHERE `entry`=2370 && `maxgold`=58; -- Daggerspine Screamer - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=2371 && `mingold`=45; -- Daggerspine Siren (sample size 43) - UPDATE `creature_template` SET `maxgold`=197 WHERE `entry`=2371 && `maxgold`=63; -- Daggerspine Siren (sample size 43) - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=2372 && `mingold`=37; -- Mudsnout Gnoll - UPDATE `creature_template` SET `maxgold`=134 WHERE `entry`=2372 && `maxgold`=53; -- Mudsnout Gnoll - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=2373 && `mingold`=35; -- Mudsnout Shaman - UPDATE `creature_template` SET `maxgold`=145 WHERE `entry`=2373 && `maxgold`=51; -- Mudsnout Shaman - UPDATE `creature_template` SET `maxgold`=149 WHERE `entry`=2374 && `maxgold`=59; -- Torn Fin Muckdweller - UPDATE `creature_template` SET `mingold`=26 WHERE `entry`=2375 && `mingold`=43; -- Torn Fin Coastrunner (sample size 25) - UPDATE `creature_template` SET `maxgold`=147 WHERE `entry`=2375 && `maxgold`=61; -- Torn Fin Coastrunner (sample size 25) - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=2376 && `mingold`=42; -- Torn Fin Oracle (sample size 43) - UPDATE `creature_template` SET `maxgold`=177 WHERE `entry`=2376 && `maxgold`=60; -- Torn Fin Oracle (sample size 43) - UPDATE `creature_template` SET `mingold`=36 WHERE `entry`=2377 && `mingold`=44; -- Torn Fin Tidehunter (sample size 52) - UPDATE `creature_template` SET `maxgold`=197 WHERE `entry`=2377 && `maxgold`=63; -- Torn Fin Tidehunter (sample size 52) - UPDATE `creature_template` SET `maxgold`=122 WHERE `entry`=2387 && `maxgold`=47; -- Hillsbrad Councilman - UPDATE `creature_template` SET `mingold`=29 WHERE `entry`=2403 && `mingold`=32; -- Farmer Getz - UPDATE `creature_template` SET `maxgold`=95 WHERE `entry`=2403 && `maxgold`=47; -- Farmer Getz - UPDATE `creature_template` SET `maxgold`=80 WHERE `entry`=2404 && `maxgold`=53; -- Blacksmith Verringtan - UPDATE `creature_template` SET `maxgold`=231 WHERE `entry`=2411 && `maxgold`=71; -- Ricter - UPDATE `creature_template` SET `maxgold`=190 WHERE `entry`=2412 && `maxgold`=71; -- Alina - UPDATE `creature_template` SET `maxgold`=202 WHERE `entry`=2413 && `maxgold`=75; -- Dermot - UPDATE `creature_template` SET `mingold`=63 WHERE `entry`=2414 && `mingold`=100; -- Kegan Darkmar - UPDATE `creature_template` SET `maxgold`=209 WHERE `entry`=2414 && `maxgold`=150; -- Kegan Darkmar - UPDATE `creature_template` SET `mingold`=42 WHERE `entry`=2415 && `mingold`=51; -- Warden Belamoore - UPDATE `creature_template` SET `maxgold`=154 WHERE `entry`=2415 && `maxgold`=71; -- Warden Belamoore - UPDATE `creature_template` SET `mingold`=158 WHERE `entry`=2416 && `mingold`=232; -- Crushridge Plunderer - UPDATE `creature_template` SET `maxgold`=633 WHERE `entry`=2416 && `maxgold`=308; -- Crushridge Plunderer - UPDATE `creature_template` SET `maxgold`=942 WHERE `entry`=2417 && `maxgold`=287; -- Grel'borg the Miser - UPDATE `creature_template` SET `mingold`=202 WHERE `entry`=2420 && `mingold`=402; -- Targ - UPDATE `creature_template` SET `maxgold`=681 WHERE `entry`=2420 && `maxgold`=530; -- Targ - UPDATE `creature_template` SET `maxgold`=764 WHERE `entry`=2421 && `maxgold`=345; -- Muckrake - UPDATE `creature_template` SET `maxgold`=958 WHERE `entry`=2422 && `maxgold`=332; -- Glommus - UPDATE `creature_template` SET `maxgold`=320 WHERE `entry`=2423 && `maxgold`=91; -- Lord Aliden Perenolde - UPDATE `creature_template` SET `maxgold`=56 WHERE `entry`=2427 && `maxgold`=47; -- Jailor Eston - UPDATE `creature_template` SET `maxgold`=102 WHERE `entry`=2428 && `maxgold`=46; -- Jailor Marlgen - UPDATE `creature_template` SET `maxgold`=224 WHERE `entry`=2431 && `maxgold`=84; -- Jailor Borhuin - UPDATE `creature_template` SET `maxgold`=154 WHERE `entry`=2440 && `maxgold`=70; -- Drunken Footpad - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=2448 && `mingold`=37; -- Clerk Horrace Whitesteed - UPDATE `creature_template` SET `maxgold`=80 WHERE `entry`=2448 && `maxgold`=54; -- Clerk Horrace Whitesteed - UPDATE `creature_template` SET `maxgold`=71 WHERE `entry`=2449 && `maxgold`=50; -- Citizen Wilkes - UPDATE `creature_template` SET `maxgold`=114 WHERE `entry`=2450 && `maxgold`=60; -- Miner Hackett - UPDATE `creature_template` SET `maxgold`=98 WHERE `entry`=2451 && `maxgold`=50; -- Farmer Kalaba - UPDATE `creature_template` SET `maxgold`=223 WHERE `entry`=2452 && `maxgold`=83; -- Skhowl - UPDATE `creature_template` SET `mingold`=27 WHERE `entry`=2503 && `mingold`=40; -- Hillsbrad Foreman - UPDATE `creature_template` SET `maxgold`=145 WHERE `entry`=2503 && `maxgold`=57; -- Hillsbrad Foreman - UPDATE `creature_template` SET `mingold`=63 WHERE `entry`=2529 && `mingold`=131; -- Son of Arugal - UPDATE `creature_template` SET `maxgold`=328 WHERE `entry`=2529 && `maxgold`=176; -- Son of Arugal - UPDATE `creature_template` SET `maxgold`=363 WHERE `entry`=2530 && `maxgold`=102; -- Yenniku - UPDATE `creature_template` SET `maxgold`=343 WHERE `entry`=2534 && `maxgold`=108; -- Zanzil the Outcast - UPDATE `creature_template` SET `maxgold`=392 WHERE `entry`=2535 && `maxgold`=110; -- Maury "Club Foot" Wilkins - UPDATE `creature_template` SET `maxgold`=288 WHERE `entry`=2536 && `maxgold`=110; -- Jon-Jon the Crow - UPDATE `creature_template` SET `maxgold`=427 WHERE `entry`=2537 && `maxgold`=110; -- Chucky "Ten Thumbs" - UPDATE `creature_template` SET `maxgold`=316 WHERE `entry`=2541 && `maxgold`=101; -- Lord Sakrasis - UPDATE `creature_template` SET `maxgold`=237 WHERE `entry`=2545 && `maxgold`=94; -- "Pretty Boy" Duncan - UPDATE `creature_template` SET `mingold`=88 WHERE `entry`=2546 && `mingold`=91; -- Fleet Master Firallon - UPDATE `creature_template` SET `maxgold`=408 WHERE `entry`=2546 && `maxgold`=124; -- Fleet Master Firallon - UPDATE `creature_template` SET `maxgold`=323 WHERE `entry`=2547 && `maxgold`=107; -- Ironpatch - UPDATE `creature_template` SET `maxgold`=479 WHERE `entry`=2548 && `maxgold`=125; -- Captain Keelhaul - UPDATE `creature_template` SET `maxgold`=390 WHERE `entry`=2549 && `maxgold`=104; -- Garr Salthoof - UPDATE `creature_template` SET `maxgold`=385 WHERE `entry`=2550 && `maxgold`=108; -- Captain Stillwater - UPDATE `creature_template` SET `mingold`=72 WHERE `entry`=2551 && `mingold`=93; -- Brutus - UPDATE `creature_template` SET `maxgold`=253 WHERE `entry`=2551 && `maxgold`=126; -- Brutus - UPDATE `creature_template` SET `mingold`=36 WHERE `entry`=2552 && `mingold`=46; -- Witherbark Troll - UPDATE `creature_template` SET `maxgold`=170 WHERE `entry`=2552 && `maxgold`=65; -- Witherbark Troll - UPDATE `creature_template` SET `mingold`=33 WHERE `entry`=2553 && `mingold`=43; -- Witherbark Shadowcaster - UPDATE `creature_template` SET `maxgold`=161 WHERE `entry`=2553 && `maxgold`=61; -- Witherbark Shadowcaster - UPDATE `creature_template` SET `mingold`=30 WHERE `entry`=2554 && `mingold`=50; -- Witherbark Axe Thrower (sample size 56) - UPDATE `creature_template` SET `maxgold`=193 WHERE `entry`=2554 && `maxgold`=70; -- Witherbark Axe Thrower (sample size 56) - UPDATE `creature_template` SET `mingold`=35 WHERE `entry`=2555 && `mingold`=48; -- Witherbark Witch Doctor (sample size 66) - UPDATE `creature_template` SET `maxgold`=222 WHERE `entry`=2555 && `maxgold`=68; -- Witherbark Witch Doctor (sample size 66) - UPDATE `creature_template` SET `mingold`=37 WHERE `entry`=2556 && `mingold`=54; -- Witherbark Headhunter (sample size 80) - UPDATE `creature_template` SET `maxgold`=245 WHERE `entry`=2556 && `maxgold`=75; -- Witherbark Headhunter (sample size 80) - UPDATE `creature_template` SET `mingold`=43 WHERE `entry`=2557 && `mingold`=54; -- Witherbark Shadow Hunter - UPDATE `creature_template` SET `maxgold`=262 WHERE `entry`=2557 && `maxgold`=76; -- Witherbark Shadow Hunter - UPDATE `creature_template` SET `maxgold`=763 WHERE `entry`=2558 && `maxgold`=314; -- Witherbark Berserker - UPDATE `creature_template` SET `mingold`=29 WHERE `entry`=2562 && `mingold`=50; -- Boulderfist Ogre (sample size 26) - UPDATE `creature_template` SET `maxgold`=193 WHERE `entry`=2562 && `maxgold`=70; -- Boulderfist Ogre (sample size 26) - UPDATE `creature_template` SET `mingold`=51 WHERE `entry`=2564 && `mingold`=53; -- Boulderfist Enforcer (sample size 29) - UPDATE `creature_template` SET `maxgold`=227 WHERE `entry`=2564 && `maxgold`=74; -- Boulderfist Enforcer (sample size 29) - UPDATE `creature_template` SET `mingold`=54 WHERE `entry`=2566 && `mingold`=59; -- Boulderfist Brute (sample size 33) - UPDATE `creature_template` SET `maxgold`=264 WHERE `entry`=2566 && `maxgold`=81; -- Boulderfist Brute (sample size 33) - UPDATE `creature_template` SET `mingold`=46 WHERE `entry`=2567 && `mingold`=51; -- Boulderfist Magus - UPDATE `creature_template` SET `maxgold`=281 WHERE `entry`=2567 && `maxgold`=71; -- Boulderfist Magus - UPDATE `creature_template` SET `mingold`=208 WHERE `entry`=2569 && `mingold`=238; -- Boulderfist Mauler (sample size 24) - UPDATE `creature_template` SET `maxgold`=860 WHERE `entry`=2569 && `maxgold`=316; -- Boulderfist Mauler (sample size 24) - UPDATE `creature_template` SET `maxgold`=919 WHERE `entry`=2570 && `maxgold`=285; -- Boulderfist Shaman - UPDATE `creature_template` SET `mingold`=186 WHERE `entry`=2571 && `mingold`=259; -- Boulderfist Lord - UPDATE `creature_template` SET `maxgold`=904 WHERE `entry`=2571 && `maxgold`=343; -- Boulderfist Lord - UPDATE `creature_template` SET `mingold`=40 WHERE `entry`=2572 && `mingold`=61; -- Drywhisker Kobold (sample size 79) - UPDATE `creature_template` SET `maxgold`=264 WHERE `entry`=2572 && `maxgold`=84; -- Drywhisker Kobold (sample size 79) - UPDATE `creature_template` SET `mingold`=60 WHERE `entry`=2573 && `mingold`=52; -- Drywhisker Surveyor (sample size 25) - UPDATE `creature_template` SET `maxgold`=295 WHERE `entry`=2573 && `maxgold`=73; -- Drywhisker Surveyor (sample size 25) - UPDATE `creature_template` SET `mingold`=40 WHERE `entry`=2574 && `mingold`=62; -- Drywhisker Digger (sample size 50) - UPDATE `creature_template` SET `maxgold`=276 WHERE `entry`=2574 && `maxgold`=85; -- Drywhisker Digger (sample size 50) - UPDATE `creature_template` SET `maxgold`=146 WHERE `entry`=2575 && `maxgold`=63; -- Dark Iron Supplier - UPDATE `creature_template` SET `maxgold`=134 WHERE `entry`=2577 && `maxgold`=61; -- Dark Iron Shadowcaster - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=2581 && `mingold`=51; -- Dabyrie Militia - UPDATE `creature_template` SET `maxgold`=191 WHERE `entry`=2581 && `maxgold`=71; -- Dabyrie Militia - UPDATE `creature_template` SET `mingold`=40 WHERE `entry`=2582 && `mingold`=46; -- Dabyrie Laborer - UPDATE `creature_template` SET `maxgold`=170 WHERE `entry`=2582 && `maxgold`=65; -- Dabyrie Laborer - UPDATE `creature_template` SET `maxgold`=429 WHERE `entry`=2583 && `maxgold`=272; -- Stromgarde Troll Hunter - UPDATE `creature_template` SET `maxgold`=855 WHERE `entry`=2584 && `maxgold`=330; -- Stromgarde Defender - UPDATE `creature_template` SET `mingold`=256 WHERE `entry`=2585 && `mingold`=259; -- Stromgarde Vindicator - UPDATE `creature_template` SET `maxgold`=569 WHERE `entry`=2585 && `maxgold`=343; -- Stromgarde Vindicator - UPDATE `creature_template` SET `mingold`=27 WHERE `entry`=2586 && `mingold`=46; -- Syndicate Highwayman (sample size 58) - UPDATE `creature_template` SET `maxgold`=181 WHERE `entry`=2586 && `maxgold`=65; -- Syndicate Highwayman (sample size 58) - UPDATE `creature_template` SET `mingold`=35 WHERE `entry`=2587 && `mingold`=50; -- Syndicate Pathstalker (sample size 32) - UPDATE `creature_template` SET `maxgold`=192 WHERE `entry`=2587 && `maxgold`=70; -- Syndicate Pathstalker (sample size 32) - UPDATE `creature_template` SET `mingold`=160 WHERE `entry`=2588 && `mingold`=228; -- Syndicate Prowler (sample size 35) - UPDATE `creature_template` SET `maxgold`=815 WHERE `entry`=2588 && `maxgold`=303; -- Syndicate Prowler (sample size 35) - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=2589 && `mingold`=49; -- Syndicate Mercenary (sample size 56) - UPDATE `creature_template` SET `maxgold`=197 WHERE `entry`=2589 && `maxgold`=69; -- Syndicate Mercenary (sample size 56) - UPDATE `creature_template` SET `maxgold`=774 WHERE `entry`=2590 && `maxgold`=240; -- Syndicate Conjuror - UPDATE `creature_template` SET `maxgold`=847 WHERE `entry`=2591 && `maxgold`=255; -- Syndicate Magus - UPDATE `creature_template` SET `mingold`=46 WHERE `entry`=2595 && `mingold`=65; -- Daggerspine Raider (sample size 53) - UPDATE `creature_template` SET `maxgold`=312 WHERE `entry`=2595 && `maxgold`=90; -- Daggerspine Raider (sample size 53) - UPDATE `creature_template` SET `maxgold`=287 WHERE `entry`=2596 && `maxgold`=78; -- Daggerspine Sorceress - UPDATE `creature_template` SET `mingold`=185 WHERE `entry`=2597 && `mingold`=533; -- Lord Falconcrest - UPDATE `creature_template` SET `maxgold`=783 WHERE `entry`=2597 && `maxgold`=700; -- Lord Falconcrest - UPDATE `creature_template` SET `maxgold`=808 WHERE `entry`=2598 && `maxgold`=383; -- Darbel Montrose - UPDATE `creature_template` SET `maxgold`=179 WHERE `entry`=2600 && `maxgold`=69; -- Singer - UPDATE `creature_template` SET `maxgold`=780 WHERE `entry`=2602 && `maxgold`=590; -- Ruul Onestone - UPDATE `creature_template` SET `maxgold`=504 WHERE `entry`=2607 && `maxgold`=343; -- Prince Galen Trollbane - UPDATE `creature_template` SET `maxgold`=1122 WHERE `entry`=2611 && `maxgold`=366; -- Fozruk - UPDATE `creature_template` SET `maxgold`=611 WHERE `entry`=2612 && `maxgold`=285; -- Lieutenant Valorcall - UPDATE `creature_template` SET `mingold`=45 WHERE `entry`=2618 && `mingold`=53; -- Hammerfall Peon - UPDATE `creature_template` SET `maxgold`=188 WHERE `entry`=2618 && `maxgold`=74; -- Hammerfall Peon - UPDATE `creature_template` SET `mingold`=39 WHERE `entry`=2619 && `mingold`=54; -- Hammerfall Grunt (sample size 22) - UPDATE `creature_template` SET `maxgold`=244 WHERE `entry`=2619 && `maxgold`=75; -- Hammerfall Grunt (sample size 22) - UPDATE `creature_template` SET `mingold`=33 WHERE `entry`=2628 && `mingold`=53; -- Dalaran Worker (sample size 22) - UPDATE `creature_template` SET `maxgold`=222 WHERE `entry`=2628 && `maxgold`=74; -- Dalaran Worker (sample size 22) - UPDATE `creature_template` SET `mingold`=71 WHERE `entry`=2639 && `mingold`=86; -- Vilebranch Axe Thrower - UPDATE `creature_template` SET `maxgold`=456 WHERE `entry`=2639 && `maxgold`=118; -- Vilebranch Axe Thrower - UPDATE `creature_template` SET `maxgold`=476 WHERE `entry`=2640 && `maxgold`=108; -- Vilebranch Witch Doctor - UPDATE `creature_template` SET `maxgold`=1484 WHERE `entry`=2641 && `maxgold`=436; -- Vilebranch Headhunter - UPDATE `creature_template` SET `maxgold`=1382 WHERE `entry`=2642 && `maxgold`=355; -- Vilebranch Shadowcaster - UPDATE `creature_template` SET `mingold`=245 WHERE `entry`=2643 && `mingold`=336; -- Vilebranch Berserker - UPDATE `creature_template` SET `maxgold`=1545 WHERE `entry`=2643 && `maxgold`=444; -- Vilebranch Berserker - UPDATE `creature_template` SET `mingold`=310 WHERE `entry`=2644 && `mingold`=351; -- Vilebranch Hideskinner - UPDATE `creature_template` SET `maxgold`=1593 WHERE `entry`=2644 && `maxgold`=463; -- Vilebranch Hideskinner - UPDATE `creature_template` SET `maxgold`=1687 WHERE `entry`=2645 && `maxgold`=391; -- Vilebranch Shadow Hunter - UPDATE `creature_template` SET `mingold`=295 WHERE `entry`=2646 && `mingold`=361; -- Vilebranch Blood Drinker - UPDATE `creature_template` SET `maxgold`=1728 WHERE `entry`=2646 && `maxgold`=476; -- Vilebranch Blood Drinker - UPDATE `creature_template` SET `mingold`=337 WHERE `entry`=2647 && `mingold`=361; -- Vilebranch Soul Eater - UPDATE `creature_template` SET `maxgold`=1710 WHERE `entry`=2647 && `maxgold`=476; -- Vilebranch Soul Eater - UPDATE `creature_template` SET `mingold`=348 WHERE `entry`=2648 && `mingold`=375; -- Vilebranch Aman'zasi Guard - UPDATE `creature_template` SET `maxgold`=1888 WHERE `entry`=2648 && `maxgold`=495; -- Vilebranch Aman'zasi Guard - UPDATE `creature_template` SET `mingold`=66 WHERE `entry`=2649 && `mingold`=71; -- Witherbark Scalper - UPDATE `creature_template` SET `maxgold`=357 WHERE `entry`=2649 && `maxgold`=98; -- Witherbark Scalper - UPDATE `creature_template` SET `maxgold`=359 WHERE `entry`=2650 && `maxgold`=102; -- Witherbark Zealot - UPDATE `creature_template` SET `mingold`=79 WHERE `entry`=2651 && `mingold`=75; -- Witherbark Hideskinner (sample size 23) - UPDATE `creature_template` SET `maxgold`=392 WHERE `entry`=2651 && `maxgold`=103; -- Witherbark Hideskinner (sample size 23) - UPDATE `creature_template` SET `maxgold`=415 WHERE `entry`=2652 && `maxgold`=104; -- Witherbark Venomblood - UPDATE `creature_template` SET `maxgold`=445 WHERE `entry`=2653 && `maxgold`=111; -- Witherbark Sadist - UPDATE `creature_template` SET `mingold`=68 WHERE `entry`=2655 && `mingold`=89; -- Green Sludge (sample size 36) - UPDATE `creature_template` SET `maxgold`=294 WHERE `entry`=2655 && `maxgold`=121; -- Green Sludge (sample size 36) - UPDATE `creature_template` SET `mingold`=52 WHERE `entry`=2656 && `mingold`=94; -- Jade Ooze (sample size 26) - UPDATE `creature_template` SET `maxgold`=240 WHERE `entry`=2656 && `maxgold`=128; -- Jade Ooze (sample size 26) - UPDATE `creature_template` SET `mingold`=69 WHERE `entry`=2691 && `mingold`=78; -- Highvale Outrunner (sample size 34) - UPDATE `creature_template` SET `maxgold`=426 WHERE `entry`=2691 && `maxgold`=107; -- Highvale Outrunner (sample size 34) - UPDATE `creature_template` SET `maxgold`=440 WHERE `entry`=2692 && `maxgold`=111; -- Highvale Scout (sample size 34) - UPDATE `creature_template` SET `mingold`=84 WHERE `entry`=2693 && `mingold`=88; -- Highvale Marksman (sample size 37) - UPDATE `creature_template` SET `maxgold`=456 WHERE `entry`=2693 && `maxgold`=120; -- Highvale Marksman (sample size 37) - UPDATE `creature_template` SET `mingold`=80 WHERE `entry`=2694 && `mingold`=79; -- Highvale Ranger (sample size 32) - UPDATE `creature_template` SET `maxgold`=501 WHERE `entry`=2694 && `maxgold`=108; -- Highvale Ranger (sample size 32) - UPDATE `creature_template` SET `maxgold`=168 WHERE `entry`=2714 && `maxgold`=79; -- Forsaken Courier - UPDATE `creature_template` SET `maxgold`=147 WHERE `entry`=2716 && `maxgold`=98; -- Dustbelcher Wyrmhunter - UPDATE `creature_template` SET `maxgold`=165 WHERE `entry`=2718 && `maxgold`=92; -- Dustbelcher Shaman - UPDATE `creature_template` SET `maxgold`=243 WHERE `entry`=2721 && `maxgold`=76; -- Forsaken Bodyguard - UPDATE `creature_template` SET `mingold`=56 WHERE `entry`=2723 && `mingold`=65; -- Stone Golem - UPDATE `creature_template` SET `maxgold`=285 WHERE `entry`=2723 && `maxgold`=90; -- Stone Golem - UPDATE `creature_template` SET `maxgold`=357 WHERE `entry`=2725 && `maxgold`=91; -- Scalding Whelp - UPDATE `creature_template` SET `mingold`=183 WHERE `entry`=2726 && `mingold`=308; -- Scorched Guardian - UPDATE `creature_template` SET `maxgold`=1285 WHERE `entry`=2726 && `maxgold`=407; -- Scorched Guardian - UPDATE `creature_template` SET `maxgold`=227 WHERE `entry`=2733 && `maxgold`=85; -- Apothecary Jorell - UPDATE `creature_template` SET `maxgold`=794 WHERE `entry`=2738 && `maxgold`=308; -- Stromgarde Cavalryman - UPDATE `creature_template` SET `maxgold`=251 WHERE `entry`=2739 && `maxgold`=81; -- Shadowforge Tunneler - UPDATE `creature_template` SET `maxgold`=264 WHERE `entry`=2740 && `maxgold`=71; -- Shadowforge Darkweaver - UPDATE `creature_template` SET `maxgold`=315 WHERE `entry`=2742 && `maxgold`=82; -- Shadowforge Chanter - UPDATE `creature_template` SET `mingold`=47 WHERE `entry`=2743 && `mingold`=65; -- Shadowforge Warrior - UPDATE `creature_template` SET `maxgold`=312 WHERE `entry`=2743 && `maxgold`=90; -- Shadowforge Warrior - UPDATE `creature_template` SET `maxgold`=1890 WHERE `entry`=2757 && `maxgold`=643; -- Blacklash - UPDATE `creature_template` SET `maxgold`=1698 WHERE `entry`=2759 && `maxgold`=576; -- Hematus - UPDATE `creature_template` SET `maxgold`=814 WHERE `entry`=2763 && `maxgold`=534; -- Thenan - UPDATE `creature_template` SET `mingold`=55 WHERE `entry`=2765 && `mingold`=68; -- Znort - UPDATE `creature_template` SET `maxgold`=126 WHERE `entry`=2765 && `maxgold`=94; -- Znort - UPDATE `creature_template` SET `maxgold`=306 WHERE `entry`=2779 && `maxgold`=99; -- Prince Nazjak - UPDATE `creature_template` SET `maxgold`=699 WHERE `entry`=2780 && `maxgold`=364; -- Caretaker Nevlin - UPDATE `creature_template` SET `mingold`=208 WHERE `entry`=2781 && `mingold`=275; -- Caretaker Weston - UPDATE `creature_template` SET `maxgold`=609 WHERE `entry`=2782 && `maxgold`=353; -- Caretaker Alaric - UPDATE `creature_template` SET `maxgold`=237 WHERE `entry`=2793 && `maxgold`=83; -- Kor'gresh Coldrage - UPDATE `creature_template` SET `mingold`=56 WHERE `entry`=2893 && `mingold`=66; -- Stonevault Bonesnapper (sample size 38) - UPDATE `creature_template` SET `maxgold`=334 WHERE `entry`=2893 && `maxgold`=91; -- Stonevault Bonesnapper (sample size 38) - UPDATE `creature_template` SET `maxgold`=353 WHERE `entry`=2894 && `maxgold`=87; -- Stonevault Shaman - UPDATE `creature_template` SET `maxgold`=197 WHERE `entry`=2906 && `maxgold`=81; -- Dustbelcher Warrior - UPDATE `creature_template` SET `mingold`=45 WHERE `entry`=2907 && `mingold`=55; -- Dustbelcher Mystic - UPDATE `creature_template` SET `maxgold`=210 WHERE `entry`=2907 && `maxgold`=77; -- Dustbelcher Mystic - UPDATE `creature_template` SET `maxgold`=346 WHERE `entry`=2927 && `maxgold`=106; -- Vicious Owlbeast - UPDATE `creature_template` SET `maxgold`=449 WHERE `entry`=2928 && `maxgold`=111; -- Primitive Owlbeast - UPDATE `creature_template` SET `mingold`=76 WHERE `entry`=2929 && `mingold`=89; -- Savage Owlbeast (sample size 48) - UPDATE `creature_template` SET `maxgold`=495 WHERE `entry`=2929 && `maxgold`=121; -- Savage Owlbeast (sample size 48) - UPDATE `creature_template` SET `mingold`=80 WHERE `entry`=2932 && `mingold`=249; -- Magregan Deepshadow - UPDATE `creature_template` SET `maxgold`=270 WHERE `entry`=2944 && `maxgold`=105; -- Boss Tho'grun - UPDATE `creature_template` SET `maxgold`=186 WHERE `entry`=2945 && `maxgold`=103; -- Murdaloc - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2949 && `mingold`=4; -- Palemane Tanner - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2950 && `mingold`=5; -- Palemane Skinner - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2951 && `mingold`=6; -- Palemane Poacher - UPDATE `creature_template` SET `maxgold`=5 WHERE `entry`=2952 && `maxgold`=7; -- Bristleback Quilboar (sample size 50) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2962 && `mingold`=6; -- Windfury Harpy (sample size 28) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2963 && `mingold`=8; -- Windfury Wind Witch - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2964 && `mingold`=8; -- Windfury Sorceress (sample size 24) - UPDATE `creature_template` SET `maxgold`=15 WHERE `entry`=2964 && `maxgold`=16; -- Windfury Sorceress (sample size 24) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2965 && `mingold`=10; -- Windfury Matriarch (sample size 26) - UPDATE `creature_template` SET `maxgold`=16 WHERE `entry`=2965 && `maxgold`=18; -- Windfury Matriarch (sample size 26) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2967 && `mingold`=10; -- Galak Centaur - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2975 && `mingold`=4; -- Venture Co. Hireling (sample size 24) - UPDATE `creature_template` SET `maxgold`=7 WHERE `entry`=2975 && `maxgold`=10; -- Venture Co. Hireling (sample size 24) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2976 && `mingold`=6; -- Venture Co. Laborer - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2977 && `mingold`=7; -- Venture Co. Taskmaster - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=2978 && `mingold`=8; -- Venture Co. Worker (sample size 36) - UPDATE `creature_template` SET `maxgold`=14 WHERE `entry`=2978 && `maxgold`=15; -- Venture Co. Worker (sample size 36) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=2979 && `mingold`=9; -- Venture Co. Supervisor (sample size 22) - UPDATE `creature_template` SET `maxgold`=15 WHERE `entry`=2979 && `maxgold`=17; -- Venture Co. Supervisor (sample size 22) - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=2989 && `mingold`=6; -- Bael'dun Digger - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=2990 && `mingold`=7; -- Bael'dun Appraiser - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=3051 && `mingold`=13; -- Supervisor Fizsprocket - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=3101 && `mingold`=2; -- Vile Familiar - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=3103 && `mingold`=5; -- Makrura Clacker - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=3104 && `mingold`=5; -- Makrura Shellhide - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=3111 && `mingold`=5; -- Razormane Quilboar - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3112 && `mingold`=7; -- Razormane Scout - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=3113 && `mingold`=7; -- Razormane Dustrunner - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=3114 && `mingold`=9; -- Razormane Battleguard - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=3115 && `mingold`=8; -- Dustwind Harpy - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=3116 && `mingold`=7; -- Dustwind Pillager - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=3117 && `mingold`=9; -- Dustwind Savage - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=3118 && `mingold`=11; -- Dustwind Storm Witch - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3119 && `mingold`=5; -- Kolkar Drudge - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=3128 && `mingold`=4; -- Kul Tiras Sailor - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=3129 && `mingold`=5; -- Kul Tiras Marine - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=3195 && `mingold`=8; -- Burning Blade Thug - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=3196 && `mingold`=9; -- Burning Blade Neophyte - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=3197 && `mingold`=9; -- Burning Blade Fanatic (sample size 46) - UPDATE `creature_template` SET `maxgold`=15 WHERE `entry`=3197 && `maxgold`=17; -- Burning Blade Fanatic (sample size 46) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=3198 && `mingold`=10; -- Burning Blade Apprentice (sample size 22) - UPDATE `creature_template` SET `maxgold`=17 WHERE `entry`=3198 && `maxgold`=18; -- Burning Blade Apprentice (sample size 22) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=3199 && `mingold`=10; -- Burning Blade Cultist - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=3203 && `mingold`=12; -- Fizzle Darkstorm - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=3204 && `mingold`=16; -- Gazz'uz - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=3206 && `mingold`=7; -- Voodoo Troll - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=3207 && `mingold`=7; -- Hexed Troll - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=3232 && `mingold`=9; -- Bristleback Interloper - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=3258 && `mingold`=20; -- Bristleback Hunter - UPDATE `creature_template` SET `maxgold`=49 WHERE `entry`=3258 && `maxgold`=31; -- Bristleback Hunter - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=3260 && `mingold`=18; -- Bristleback Water Seeker - UPDATE `creature_template` SET `maxgold`=47 WHERE `entry`=3260 && `maxgold`=29; -- Bristleback Water Seeker - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=3261 && `mingold`=21; -- Bristleback Thornweaver (sample size 35) - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=3261 && `maxgold`=33; -- Bristleback Thornweaver (sample size 35) - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=3263 && `mingold`=22; -- Bristleback Geomancer (sample size 31) - UPDATE `creature_template` SET `maxgold`=62 WHERE `entry`=3263 && `maxgold`=33; -- Bristleback Geomancer (sample size 31) - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=3265 && `mingold`=12; -- Razormane Hunter - UPDATE `creature_template` SET `maxgold`=23 WHERE `entry`=3265 && `maxgold`=20; -- Razormane Hunter - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3266 && `mingold`=13; -- Razormane Defender - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=3266 && `maxgold`=22; -- Razormane Defender - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3267 && `mingold`=11; -- Razormane Water Seeker (sample size 27) - UPDATE `creature_template` SET `maxgold`=17 WHERE `entry`=3267 && `maxgold`=19; -- Razormane Water Seeker (sample size 27) - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=3268 && `mingold`=10; -- Razormane Thornweaver (sample size 24) - UPDATE `creature_template` SET `maxgold`=17 WHERE `entry`=3268 && `maxgold`=18; -- Razormane Thornweaver (sample size 24) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3269 && `mingold`=12; -- Razormane Geomancer - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=3269 && `maxgold`=21; -- Razormane Geomancer - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3271 && `mingold`=14; -- Razormane Mystic - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=3272 && `mingold`=13; -- Kolkar Wrangler (sample size 29) - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=3272 && `maxgold`=22; -- Kolkar Wrangler (sample size 29) - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=3273 && `mingold`=15; -- Kolkar Stormer (sample size 29) - UPDATE `creature_template` SET `maxgold`=29 WHERE `entry`=3273 && `maxgold`=24; -- Kolkar Stormer (sample size 29) - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=3275 && `mingold`=17; -- Kolkar Marauder - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3276 && `mingold`=16; -- Witchwing Harpy (sample size 31) - UPDATE `creature_template` SET `maxgold`=34 WHERE `entry`=3276 && `maxgold`=26; -- Witchwing Harpy (sample size 31) - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=3277 && `mingold`=17; -- Witchwing Roguefeather (sample size 22) - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=3277 && `maxgold`=27; -- Witchwing Roguefeather (sample size 22) - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=3278 && `mingold`=19; -- Witchwing Slayer (sample size 24) - UPDATE `creature_template` SET `maxgold`=46 WHERE `entry`=3278 && `maxgold`=30; -- Witchwing Slayer (sample size 24) - UPDATE `creature_template` SET `maxgold`=47 WHERE `entry`=3280 && `maxgold`=30; -- Witchwing Windcaller - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=3282 && `mingold`=17; -- Venture Co. Mercenary - UPDATE `creature_template` SET `maxgold`=36 WHERE `entry`=3282 && `maxgold`=28; -- Venture Co. Mercenary - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=3283 && `mingold`=19; -- Venture Co. Enforcer - UPDATE `creature_template` SET `maxgold`=36 WHERE `entry`=3283 && `maxgold`=30; -- Venture Co. Enforcer - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3284 && `mingold`=16; -- Venture Co. Drudger (sample size 48) - UPDATE `creature_template` SET `maxgold`=34 WHERE `entry`=3284 && `maxgold`=26; -- Venture Co. Drudger (sample size 48) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3285 && `mingold`=15; -- Venture Co. Peon (sample size 25) - UPDATE `creature_template` SET `maxgold`=29 WHERE `entry`=3285 && `maxgold`=24; -- Venture Co. Peon (sample size 25) - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=3286 && `mingold`=20; -- Venture Co. Overseer - UPDATE `creature_template` SET `maxgold`=43 WHERE `entry`=3286 && `maxgold`=32; -- Venture Co. Overseer - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=3374 && `mingold`=27; -- Bael'dun Excavator (sample size 103) - UPDATE `creature_template` SET `maxgold`=86 WHERE `entry`=3374 && `maxgold`=40; -- Bael'dun Excavator (sample size 103) - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=3375 && `mingold`=29; -- Bael'dun Foreman (sample size 21) - UPDATE `creature_template` SET `maxgold`=95 WHERE `entry`=3375 && `maxgold`=43; -- Bael'dun Foreman (sample size 21) - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=3376 && `mingold`=31; -- Bael'dun Soldier - UPDATE `creature_template` SET `maxgold`=102 WHERE `entry`=3376 && `maxgold`=45; -- Bael'dun Soldier - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=3377 && `mingold`=33; -- Bael'dun Rifleman (sample size 22) - UPDATE `creature_template` SET `maxgold`=111 WHERE `entry`=3377 && `maxgold`=48; -- Bael'dun Rifleman (sample size 22) - UPDATE `creature_template` SET `maxgold`=111 WHERE `entry`=3378 && `maxgold`=52; -- Bael'dun Officer - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=3379 && `mingold`=10; -- Burning Blade Bruiser - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3380 && `mingold`=11; -- Burning Blade Acolyte - UPDATE `creature_template` SET `maxgold`=23 WHERE `entry`=3380 && `maxgold`=19; -- Burning Blade Acolyte - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=3381 && `mingold`=13; -- Southsea Brigand (sample size 38) - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=3381 && `maxgold`=22; -- Southsea Brigand (sample size 38) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=3382 && `mingold`=14; -- Southsea Cannoneer (sample size 25) - UPDATE `creature_template` SET `maxgold`=29 WHERE `entry`=3382 && `maxgold`=24; -- Southsea Cannoneer (sample size 25) - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=3385 && `mingold`=17; -- Theramore Marine (sample size 58) - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=3385 && `maxgold`=28; -- Theramore Marine (sample size 58) - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=3386 && `mingold`=18; -- Theramore Preserver - UPDATE `creature_template` SET `maxgold`=48 WHERE `entry`=3386 && `maxgold`=29; -- Theramore Preserver - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=3392 && `mingold`=31; -- Prospector Khazgorm - UPDATE `creature_template` SET `maxgold`=134 WHERE `entry`=3392 && `maxgold`=45; -- Prospector Khazgorm - UPDATE `creature_template` SET `maxgold`=55 WHERE `entry`=3393 && `maxgold`=37; -- Captain Fairmount - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=3394 && `mingold`=18; -- Barak Kodobane - UPDATE `creature_template` SET `maxgold`=40 WHERE `entry`=3394 && `maxgold`=29; -- Barak Kodobane - UPDATE `creature_template` SET `maxgold`=29 WHERE `entry`=3397 && `maxgold`=24; -- Kolkar Bloodcharger - UPDATE `creature_template` SET `maxgold`=54 WHERE `entry`=3434 && `maxgold`=42; -- Nak - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=3435 && `mingold`=34; -- Lok Orcbane - UPDATE `creature_template` SET `maxgold`=122 WHERE `entry`=3435 && `maxgold`=49; -- Lok Orcbane - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=3436 && `mingold`=34; -- Kuz - UPDATE `creature_template` SET `maxgold`=84 WHERE `entry`=3436 && `maxgold`=49; -- Kuz - UPDATE `creature_template` SET `maxgold`=30 WHERE `entry`=3438 && `maxgold`=27; -- Kreenig Snarlsnout - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=3445 && `mingold`=21; -- Supervisor Lugwizzle - UPDATE `creature_template` SET `maxgold`=53 WHERE `entry`=3445 && `maxgold`=33; -- Supervisor Lugwizzle - UPDATE `creature_template` SET `maxgold`=46 WHERE `entry`=3454 && `maxgold`=35; -- Cannoneer Smythe - UPDATE `creature_template` SET `maxgold`=45 WHERE `entry`=3455 && `maxgold`=35; -- Cannoneer Whessan - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=3456 && `mingold`=25; -- Razormane Pathfinder (sample size 22) - UPDATE `creature_template` SET `maxgold`=68 WHERE `entry`=3456 && `maxgold`=38; -- Razormane Pathfinder (sample size 22) - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=3457 && `mingold`=27; -- Razormane Stalker - UPDATE `creature_template` SET `maxgold`=95 WHERE `entry`=3457 && `maxgold`=41; -- Razormane Stalker - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=3458 && `mingold`=29; -- Razormane Seer - UPDATE `creature_template` SET `maxgold`=104 WHERE `entry`=3458 && `maxgold`=43; -- Razormane Seer - UPDATE `creature_template` SET `mingold`=22 WHERE `entry`=3459 && `mingold`=33; -- Razormane Warfrenzy - UPDATE `creature_template` SET `maxgold`=113 WHERE `entry`=3459 && `maxgold`=48; -- Razormane Warfrenzy - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=3467 && `mingold`=18; -- Baron Longshore - UPDATE `creature_template` SET `maxgold`=42 WHERE `entry`=3467 && `maxgold`=29; -- Baron Longshore - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=3470 && `mingold`=17; -- Rathorian - UPDATE `creature_template` SET `maxgold`=32 WHERE `entry`=3471 && `maxgold`=28; -- Tinkerer Sniggles - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=3530 && `mingold`=64; -- Pyrewood Tailor - UPDATE `creature_template` SET `maxgold`=79 WHERE `entry`=3533 && `maxgold`=47; -- Moonrage Leatherworker - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=3535 && `mingold`=14; -- Blackmoss the Fetid - UPDATE `creature_template` SET `maxgold`=270 WHERE `entry`=3654 && `maxgold`=248; -- Mutanus the Devourer - UPDATE `creature_template` SET `maxgold`=179 WHERE `entry`=3655 && `maxgold`=108; -- Mad Magglish - UPDATE `creature_template` SET `maxgold`=172 WHERE `entry`=3660 && `maxgold`=66; -- Athrikus Narassin - UPDATE `creature_template` SET `maxgold`=69 WHERE `entry`=3664 && `maxgold`=50; -- Ilkrud Magthrull - UPDATE `creature_template` SET `maxgold`=35 WHERE `entry`=3667 && `maxgold`=28; -- Anaya Dawnrunner - UPDATE `creature_template` SET `mingold`=87 WHERE `entry`=3669 && `mingold`=125; -- Lord Cobrahn - UPDATE `creature_template` SET `mingold`=56 WHERE `entry`=3671 && `mingold`=125; -- Lady Anacondra - UPDATE `creature_template` SET `maxgold`=180 WHERE `entry`=3671 && `maxgold`=168; -- Lady Anacondra - UPDATE `creature_template` SET `maxgold`=255 WHERE `entry`=3673 && `maxgold`=209; -- Lord Serpentis - UPDATE `creature_template` SET `maxgold`=151 WHERE `entry`=3696 && `maxgold`=62; -- Ran Bloodtooth - UPDATE `creature_template` SET `mingold`=23 WHERE `entry`=3711 && `mingold`=25; -- Wrathtail Myrmidon - UPDATE `creature_template` SET `maxgold`=57 WHERE `entry`=3711 && `maxgold`=38; -- Wrathtail Myrmidon - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=3712 && `mingold`=23; -- Wrathtail Razortail - UPDATE `creature_template` SET `maxgold`=43 WHERE `entry`=3712 && `maxgold`=34; -- Wrathtail Razortail - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=3713 && `mingold`=22; -- Wrathtail Wave Rider (sample size 41) - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=3713 && `maxgold`=33; -- Wrathtail Wave Rider (sample size 41) - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=3715 && `mingold`=23; -- Wrathtail Sea Witch - UPDATE `creature_template` SET `maxgold`=64 WHERE `entry`=3715 && `maxgold`=34; -- Wrathtail Sea Witch - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=3717 && `mingold`=20; -- Wrathtail Sorceress (sample size 48) - UPDATE `creature_template` SET `maxgold`=60 WHERE `entry`=3717 && `maxgold`=32; -- Wrathtail Sorceress (sample size 48) - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=3725 && `mingold`=20; -- Dark Strand Cultist - UPDATE `creature_template` SET `maxgold`=55 WHERE `entry`=3725 && `maxgold`=32; -- Dark Strand Cultist - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=3727 && `mingold`=26; -- Dark Strand Enforcer - UPDATE `creature_template` SET `maxgold`=70 WHERE `entry`=3727 && `maxgold`=38; -- Dark Strand Enforcer - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=3728 && `mingold`=21; -- Dark Strand Adept - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=3728 && `maxgold`=32; -- Dark Strand Adept - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=3730 && `mingold`=24; -- Dark Strand Excavator - UPDATE `creature_template` SET `maxgold`=51 WHERE `entry`=3730 && `maxgold`=36; -- Dark Strand Excavator - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=3732 && `mingold`=21; -- Forsaken Seeker - UPDATE `creature_template` SET `maxgold`=52 WHERE `entry`=3732 && `maxgold`=32; -- Forsaken Seeker - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=3733 && `mingold`=22; -- Forsaken Herbalist - UPDATE `creature_template` SET `maxgold`=53 WHERE `entry`=3733 && `maxgold`=33; -- Forsaken Herbalist - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=3734 && `mingold`=25; -- Forsaken Thug - UPDATE `creature_template` SET `maxgold`=66 WHERE `entry`=3734 && `maxgold`=37; -- Forsaken Thug - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=3737 && `mingold`=24; -- Saltspittle Puddlejumper - UPDATE `creature_template` SET `maxgold`=52 WHERE `entry`=3737 && `maxgold`=36; -- Saltspittle Puddlejumper - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=3739 && `mingold`=23; -- Saltspittle Warrior - UPDATE `creature_template` SET `maxgold`=61 WHERE `entry`=3739 && `maxgold`=35; -- Saltspittle Warrior - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=3740 && `mingold`=26; -- Saltspittle Muckdweller - UPDATE `creature_template` SET `maxgold`=70 WHERE `entry`=3740 && `maxgold`=38; -- Saltspittle Muckdweller - UPDATE `creature_template` SET `maxgold`=49 WHERE `entry`=3742 && `maxgold`=36; -- Saltspittle Oracle - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=3743 && `mingold`=35; -- Foulweald Warrior (sample size 28) - UPDATE `creature_template` SET `maxgold`=104 WHERE `entry`=3743 && `maxgold`=51; -- Foulweald Warrior (sample size 28) - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=3745 && `mingold`=31; -- Foulweald Pathfinder - UPDATE `creature_template` SET `maxgold`=69 WHERE `entry`=3745 && `maxgold`=45; -- Foulweald Pathfinder - UPDATE `creature_template` SET `maxgold`=68 WHERE `entry`=3746 && `maxgold`=48; -- Foulweald Den Watcher - UPDATE `creature_template` SET `maxgold`=107 WHERE `entry`=3748 && `maxgold`=45; -- Foulweald Shaman - UPDATE `creature_template` SET `maxgold`=99 WHERE `entry`=3749 && `maxgold`=48; -- Foulweald Ursa - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=3750 && `mingold`=29; -- Foulweald Totemic (sample size 22) - UPDATE `creature_template` SET `maxgold`=102 WHERE `entry`=3750 && `maxgold`=43; -- Foulweald Totemic (sample size 22) - UPDATE `creature_template` SET `maxgold`=156 WHERE `entry`=3752 && `maxgold`=61; -- Xavian Rogue - UPDATE `creature_template` SET `mingold`=40 WHERE `entry`=3754 && `mingold`=42; -- Xavian Betrayer - UPDATE `creature_template` SET `maxgold`=128 WHERE `entry`=3754 && `maxgold`=59; -- Xavian Betrayer - UPDATE `creature_template` SET `mingold`=31 WHERE `entry`=3755 && `mingold`=38; -- Xavian Felsworn - UPDATE `creature_template` SET `maxgold`=75 WHERE `entry`=3755 && `maxgold`=55; -- Xavian Felsworn - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=3757 && `mingold`=40; -- Xavian Hellcaller - UPDATE `creature_template` SET `maxgold`=152 WHERE `entry`=3757 && `maxgold`=57; -- Xavian Hellcaller - UPDATE `creature_template` SET `mingold`=25 WHERE `entry`=3758 && `mingold`=35; -- Felmusk Satyr - UPDATE `creature_template` SET `maxgold`=113 WHERE `entry`=3758 && `maxgold`=50; -- Felmusk Satyr - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=3759 && `mingold`=37; -- Felmusk Rogue - UPDATE `creature_template` SET `maxgold`=124 WHERE `entry`=3759 && `maxgold`=53; -- Felmusk Rogue - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=3762 && `mingold`=33; -- Felmusk Felsworn (sample size 29) - UPDATE `creature_template` SET `maxgold`=121 WHERE `entry`=3762 && `maxgold`=48; -- Felmusk Felsworn (sample size 29) - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=3763 && `mingold`=37; -- Felmusk Shadowstalker (sample size 21) - UPDATE `creature_template` SET `maxgold`=128 WHERE `entry`=3763 && `maxgold`=54; -- Felmusk Shadowstalker (sample size 21) - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=3765 && `mingold`=37; -- Bleakheart Satyr (sample size 27) - UPDATE `creature_template` SET `maxgold`=129 WHERE `entry`=3765 && `maxgold`=53; -- Bleakheart Satyr (sample size 27) - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=3767 && `mingold`=40; -- Bleakheart Trickster (sample size 27) - UPDATE `creature_template` SET `maxgold`=140 WHERE `entry`=3767 && `maxgold`=57; -- Bleakheart Trickster (sample size 27) - UPDATE `creature_template` SET `mingold`=22 WHERE `entry`=3770 && `mingold`=39; -- Bleakheart Shadowstalker (sample size 28) - UPDATE `creature_template` SET `maxgold`=133 WHERE `entry`=3770 && `maxgold`=56; -- Bleakheart Shadowstalker (sample size 28) - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=3771 && `mingold`=35; -- Bleakheart Hellcaller - UPDATE `creature_template` SET `maxgold`=128 WHERE `entry`=3771 && `maxgold`=51; -- Bleakheart Hellcaller - UPDATE `creature_template` SET `maxgold`=97 WHERE `entry`=3772 && `maxgold`=43; -- Lesser Felguard - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=3780 && `mingold`=28; -- Shadethicket Moss Eater - UPDATE `creature_template` SET `maxgold`=80 WHERE `entry`=3780 && `maxgold`=41; -- Shadethicket Moss Eater - UPDATE `creature_template` SET `maxgold`=93 WHERE `entry`=3781 && `maxgold`=43; -- Shadethicket Wood Shaper - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=3782 && `mingold`=35; -- Shadethicket Stone Mover - UPDATE `creature_template` SET `maxgold`=94 WHERE `entry`=3782 && `maxgold`=51; -- Shadethicket Stone Mover - UPDATE `creature_template` SET `maxgold`=48 WHERE `entry`=3783 && `maxgold`=41; -- Shadethicket Raincaller - UPDATE `creature_template` SET `mingold`=23 WHERE `entry`=3784 && `mingold`=38; -- Shadethicket Bark Ripper - UPDATE `creature_template` SET `maxgold`=122 WHERE `entry`=3784 && `maxgold`=54; -- Shadethicket Bark Ripper - UPDATE `creature_template` SET `mingold`=35 WHERE `entry`=3789 && `mingold`=41; -- Terrowulf Fleshripper - UPDATE `creature_template` SET `maxgold`=124 WHERE `entry`=3789 && `maxgold`=59; -- Terrowulf Fleshripper - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=3791 && `mingold`=43; -- Terrowulf Shadow Weaver - UPDATE `creature_template` SET `maxgold`=123 WHERE `entry`=3791 && `maxgold`=61; -- Terrowulf Shadow Weaver - UPDATE `creature_template` SET `maxgold`=104 WHERE `entry`=3797 && `maxgold`=48; -- Cenarion Protector - UPDATE `creature_template` SET `maxgold`=133 WHERE `entry`=3799 && `maxgold`=63; -- Severed Druid - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=3801 && `mingold`=38; -- Severed Sleeper - UPDATE `creature_template` SET `maxgold`=130 WHERE `entry`=3801 && `maxgold`=55; -- Severed Sleeper - UPDATE `creature_template` SET `mingold`=30 WHERE `entry`=3802 && `mingold`=39; -- Severed Dreamer - UPDATE `creature_template` SET `maxgold`=166 WHERE `entry`=3802 && `maxgold`=55; -- Severed Dreamer - UPDATE `creature_template` SET `mingold`=37 WHERE `entry`=3803 && `mingold`=41; -- Severed Keeper - UPDATE `creature_template` SET `maxgold`=166 WHERE `entry`=3803 && `maxgold`=58; -- Severed Keeper - UPDATE `creature_template` SET `mingold`=23 WHERE `entry`=3804 && `mingold`=42; -- Forsaken Intruder - UPDATE `creature_template` SET `maxgold`=131 WHERE `entry`=3804 && `maxgold`=59; -- Forsaken Intruder - UPDATE `creature_template` SET `mingold`=31 WHERE `entry`=3806 && `mingold`=43; -- Forsaken Infiltrator - UPDATE `creature_template` SET `maxgold`=156 WHERE `entry`=3806 && `maxgold`=61; -- Forsaken Infiltrator - UPDATE `creature_template` SET `maxgold`=151 WHERE `entry`=3807 && `maxgold`=61; -- Forsaken Assassin - UPDATE `creature_template` SET `maxgold`=150 WHERE `entry`=3808 && `maxgold`=59; -- Forsaken Dark Stalker - UPDATE `creature_template` SET `maxgold`=133 WHERE `entry`=3815 && `maxgold`=53; -- Blink Dragon - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=3833 && `mingold`=36; -- Cenarion Vindicator - UPDATE `creature_template` SET `maxgold`=57 WHERE `entry`=3833 && `maxgold`=52; -- Cenarion Vindicator - UPDATE `creature_template` SET `mingold`=30 WHERE `entry`=3834 && `mingold`=40; -- Crazed Ancient - UPDATE `creature_template` SET `maxgold`=143 WHERE `entry`=3834 && `maxgold`=57; -- Crazed Ancient - UPDATE `creature_template` SET `mingold`=36 WHERE `entry`=3840 && `mingold`=89; -- Druid of the Fang - UPDATE `creature_template` SET `maxgold`=136 WHERE `entry`=3840 && `maxgold`=121; -- Druid of the Fang - UPDATE `creature_template` SET `maxgold`=154 WHERE `entry`=3849 && `maxgold`=119; -- Deathstalker Adamant - UPDATE `creature_template` SET `mingold`=59 WHERE `entry`=3850 && `mingold`=79; -- Sorcerer Ashcrombe - UPDATE `creature_template` SET `mingold`=30 WHERE `entry`=3851 && `mingold`=79; -- Shadowfang Whitescalp (sample size 26) - UPDATE `creature_template` SET `maxgold`=178 WHERE `entry`=3851 && `maxgold`=108; -- Shadowfang Whitescalp (sample size 26) - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=3853 && `mingold`=85; -- Shadowfang Moonwalker (sample size 26) - UPDATE `creature_template` SET `maxgold`=192 WHERE `entry`=3853 && `maxgold`=115; -- Shadowfang Moonwalker (sample size 26) - UPDATE `creature_template` SET `maxgold`=164 WHERE `entry`=3854 && `maxgold`=81; -- Shadowfang Wolfguard - UPDATE `creature_template` SET `mingold`=40 WHERE `entry`=3855 && `mingold`=95; -- Shadowfang Darksoul (sample size 24) - UPDATE `creature_template` SET `maxgold`=209 WHERE `entry`=3855 && `maxgold`=129; -- Shadowfang Darksoul (sample size 24) - UPDATE `creature_template` SET `mingold`=41 WHERE `entry`=3857 && `mingold`=109; -- Shadowfang Glutton - UPDATE `creature_template` SET `maxgold`=202 WHERE `entry`=3857 && `maxgold`=148; -- Shadowfang Glutton - UPDATE `creature_template` SET `mingold`=74 WHERE `entry`=3859 && `mingold`=117; -- Shadowfang Ragetooth - UPDATE `creature_template` SET `maxgold`=303 WHERE `entry`=3859 && `maxgold`=158; -- Shadowfang Ragetooth - UPDATE `creature_template` SET `mingold`=48 WHERE `entry`=3873 && `mingold`=121; -- Tormented Officer - UPDATE `creature_template` SET `maxgold`=290 WHERE `entry`=3873 && `maxgold`=163; -- Tormented Officer - UPDATE `creature_template` SET `mingold`=33 WHERE `entry`=3875 && `mingold`=99; -- Haunted Servitor (sample size 32) - UPDATE `creature_template` SET `maxgold`=215 WHERE `entry`=3875 && `maxgold`=134; -- Haunted Servitor (sample size 32) - UPDATE `creature_template` SET `mingold`=68 WHERE `entry`=3877 && `mingold`=113; -- Wailing Guardsman (sample size 21) - UPDATE `creature_template` SET `maxgold`=259 WHERE `entry`=3877 && `maxgold`=153; -- Wailing Guardsman (sample size 21) - UPDATE `creature_template` SET `maxgold`=60 WHERE `entry`=3879 && `maxgold`=34; -- Dark Strand Assassin - UPDATE `creature_template` SET `mingold`=120 WHERE `entry`=3886 && `mingold`=128; -- Razorclaw the Butcher - UPDATE `creature_template` SET `maxgold`=233 WHERE `entry`=3886 && `maxgold`=172; -- Razorclaw the Butcher - UPDATE `creature_template` SET `mingold`=94 WHERE `entry`=3887 && `mingold`=178; -- Baron Silverlaine - UPDATE `creature_template` SET `maxgold`=279 WHERE `entry`=3887 && `maxgold`=237; -- Baron Silverlaine - UPDATE `creature_template` SET `maxgold`=88 WHERE `entry`=3893 && `maxgold`=49; -- Forsaken Scout - UPDATE `creature_template` SET `maxgold`=90 WHERE `entry`=3898 && `maxgold`=52; -- Aligar the Tormentor - UPDATE `creature_template` SET `mingold`=51 WHERE `entry`=3914 && `mingold`=116; -- Rethilgore - UPDATE `creature_template` SET `maxgold`=206 WHERE `entry`=3914 && `maxgold`=156; -- Rethilgore - UPDATE `creature_template` SET `mingold`=27 WHERE `entry`=3919 && `mingold`=37; -- Withered Ancient - UPDATE `creature_template` SET `maxgold`=117 WHERE `entry`=3919 && `maxgold`=53; -- Withered Ancient - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=3921 && `mingold`=31; -- Thistlefur Ursa (sample size 33) - UPDATE `creature_template` SET `maxgold`=103 WHERE `entry`=3921 && `maxgold`=45; -- Thistlefur Ursa (sample size 33) - UPDATE `creature_template` SET `mingold`=16 WHERE `entry`=3922 && `mingold`=29; -- Thistlefur Totemic (sample size 28) - UPDATE `creature_template` SET `maxgold`=102 WHERE `entry`=3922 && `maxgold`=43; -- Thistlefur Totemic (sample size 28) - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=3923 && `mingold`=31; -- Thistlefur Den Watcher - UPDATE `creature_template` SET `maxgold`=99 WHERE `entry`=3923 && `maxgold`=45; -- Thistlefur Den Watcher - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=3924 && `mingold`=29; -- Thistlefur Shaman (sample size 26) - UPDATE `creature_template` SET `maxgold`=103 WHERE `entry`=3924 && `maxgold`=43; -- Thistlefur Shaman (sample size 26) - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=3925 && `mingold`=31; -- Thistlefur Avenger (sample size 27) - UPDATE `creature_template` SET `maxgold`=103 WHERE `entry`=3925 && `maxgold`=45; -- Thistlefur Avenger (sample size 27) - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=3926 && `mingold`=31; -- Thistlefur Pathfinder - UPDATE `creature_template` SET `maxgold`=104 WHERE `entry`=3926 && `maxgold`=45; -- Thistlefur Pathfinder - UPDATE `creature_template` SET `mingold`=114 WHERE `entry`=3927 && `mingold`=222; -- Wolf Master Nandos - UPDATE `creature_template` SET `maxgold`=338 WHERE `entry`=3927 && `maxgold`=295; -- Wolf Master Nandos - UPDATE `creature_template` SET `maxgold`=123 WHERE `entry`=3931 && `maxgold`=62; -- Shadethicket Oracle - UPDATE `creature_template` SET `mingold`=29 WHERE `entry`=3932 && `mingold`=39; -- Bloodtooth Guard - UPDATE `creature_template` SET `maxgold`=145 WHERE `entry`=3932 && `maxgold`=56; -- Bloodtooth Guard - UPDATE `creature_template` SET `maxgold`=112 WHERE `entry`=3941 && `maxgold`=64; -- Uthil Mooncall - UPDATE `creature_template` SET `maxgold`=126 WHERE `entry`=3942 && `maxgold`=64; -- Mavoris Cloudsbreak - UPDATE `creature_template` SET `maxgold`=95 WHERE `entry`=3943 && `maxgold`=46; -- Ruuzel - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=3944 && `mingold`=24; -- Wrathtail Priestess - UPDATE `creature_template` SET `maxgold`=69 WHERE `entry`=3944 && `maxgold`=37; -- Wrathtail Priestess - UPDATE `creature_template` SET `maxgold`=194 WHERE `entry`=3947 && `maxgold`=121; -- Goblin Shipbuilder - UPDATE `creature_template` SET `mingold`=232 WHERE `entry`=3974 && `mingold`=386; -- Houndmaster Loksey - UPDATE `creature_template` SET `maxgold`=729 WHERE `entry`=3974 && `maxgold`=509; -- Houndmaster Loksey - UPDATE `creature_template` SET `mingold`=336 WHERE `entry`=3975 && `mingold`=575; -- Herod - UPDATE `creature_template` SET `mingold`=285 WHERE `entry`=3976 && `mingold`=319; -- Scarlet Commander Mograine - UPDATE `creature_template` SET `maxgold`=773 WHERE `entry`=3977 && `maxgold`=394; -- High Inquisitor Whitemane - UPDATE `creature_template` SET `maxgold`=588 WHERE `entry`=3983 && `maxgold`=372; -- Interrogator Vishas - UPDATE `creature_template` SET `maxgold`=670 WHERE `entry`=3984 && `maxgold`=263; -- Nancy Vishas - UPDATE `creature_template` SET `maxgold`=630 WHERE `entry`=3985 && `maxgold`=271; -- Grandpa Vishas - UPDATE `creature_template` SET `maxgold`=116 WHERE `entry`=3986 && `maxgold`=45; -- Sarilus Foulborne - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=3987 && `mingold`=34; -- Dal Bloodclaw - UPDATE `creature_template` SET `maxgold`=77 WHERE `entry`=3987 && `maxgold`=50; -- Dal Bloodclaw - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=3988 && `mingold`=23; -- Venture Co. Operator (sample size 22) - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=3988 && `maxgold`=35; -- Venture Co. Operator (sample size 22) - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=3989 && `mingold`=22; -- Venture Co. Logger (sample size 62) - UPDATE `creature_template` SET `maxgold`=59 WHERE `entry`=3989 && `maxgold`=33; -- Venture Co. Logger (sample size 62) - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=3991 && `mingold`=22; -- Venture Co. Deforester (sample size 35) - UPDATE `creature_template` SET `maxgold`=65 WHERE `entry`=3991 && `maxgold`=33; -- Venture Co. Deforester (sample size 35) - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=3992 && `mingold`=25; -- Venture Co. Engineer - UPDATE `creature_template` SET `maxgold`=65 WHERE `entry`=3992 && `maxgold`=38; -- Venture Co. Engineer - UPDATE `creature_template` SET `maxgold`=82 WHERE `entry`=3993 && `maxgold`=40; -- Venture Co. Machine Smith - UPDATE `creature_template` SET `maxgold`=66 WHERE `entry`=4003 && `maxgold`=37; -- Windshear Geomancer - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=4016 && `mingold`=31; -- Fey Dragon - UPDATE `creature_template` SET `maxgold`=65 WHERE `entry`=4016 && `maxgold`=45; -- Fey Dragon - UPDATE `creature_template` SET `maxgold`=93 WHERE `entry`=4017 && `maxgold`=50; -- Wily Fey Dragon - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=4020 && `mingold`=29; -- Sap Beast - UPDATE `creature_template` SET `mingold`=23 WHERE `entry`=4021 && `mingold`=33; -- Corrosive Sap Beast - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=4022 && `mingold`=31; -- Bloodfury Harpy (sample size 41) - UPDATE `creature_template` SET `maxgold`=104 WHERE `entry`=4022 && `maxgold`=45; -- Bloodfury Harpy (sample size 41) - UPDATE `creature_template` SET `maxgold`=121 WHERE `entry`=4023 && `maxgold`=51; -- Bloodfury Roguefeather - UPDATE `creature_template` SET `maxgold`=117 WHERE `entry`=4024 && `maxgold`=48; -- Bloodfury Slayer - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=4025 && `mingold`=26; -- Bloodfury Ambusher (sample size 36) - UPDATE `creature_template` SET `maxgold`=103 WHERE `entry`=4025 && `maxgold`=39; -- Bloodfury Ambusher (sample size 36) - UPDATE `creature_template` SET `mingold`=16 WHERE `entry`=4026 && `mingold`=31; -- Bloodfury Windcaller (sample size 39) - UPDATE `creature_template` SET `maxgold`=113 WHERE `entry`=4026 && `maxgold`=45; -- Bloodfury Windcaller (sample size 39) - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=4027 && `mingold`=35; -- Bloodfury Storm Witch - UPDATE `creature_template` SET `maxgold`=115 WHERE `entry`=4027 && `maxgold`=51; -- Bloodfury Storm Witch - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=4028 && `mingold`=34; -- Charred Ancient - UPDATE `creature_template` SET `maxgold`=86 WHERE `entry`=4028 && `maxgold`=49; -- Charred Ancient - UPDATE `creature_template` SET `maxgold`=116 WHERE `entry`=4029 && `maxgold`=56; -- Blackened Ancient - UPDATE `creature_template` SET `mingold`=91 WHERE `entry`=4050 && `mingold`=125; -- Cenarion Caretaker - UPDATE `creature_template` SET `maxgold`=346 WHERE `entry`=4050 && `maxgold`=168; -- Cenarion Caretaker - UPDATE `creature_template` SET `maxgold`=94 WHERE `entry`=4051 && `maxgold`=43; -- Cenarion Botanist - UPDATE `creature_template` SET `maxgold`=298 WHERE `entry`=4052 && `maxgold`=175; -- Cenarion Druid - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=4053 && `mingold`=30; -- Daughter of Cenarius - UPDATE `creature_template` SET `maxgold`=83 WHERE `entry`=4053 && `maxgold`=44; -- Daughter of Cenarius - UPDATE `creature_template` SET `mingold`=16 WHERE `entry`=4054 && `mingold`=33; -- Laughing Sister - UPDATE `creature_template` SET `maxgold`=106 WHERE `entry`=4054 && `maxgold`=48; -- Laughing Sister - UPDATE `creature_template` SET `mingold`=66 WHERE `entry`=4056 && `mingold`=143; -- Mirkfallon Keeper - UPDATE `creature_template` SET `mingold`=26 WHERE `entry`=4057 && `mingold`=33; -- Son of Cenarius - UPDATE `creature_template` SET `maxgold`=72 WHERE `entry`=4057 && `maxgold`=48; -- Son of Cenarius - UPDATE `creature_template` SET `maxgold`=349 WHERE `entry`=4061 && `maxgold`=179; -- Mirkfallon Dryad - UPDATE `creature_template` SET `mingold`=30 WHERE `entry`=4062 && `mingold`=46; -- Dark Iron Bombardier - UPDATE `creature_template` SET `maxgold`=180 WHERE `entry`=4062 && `maxgold`=65; -- Dark Iron Bombardier - UPDATE `creature_template` SET `maxgold`=225 WHERE `entry`=4063 && `maxgold`=80; -- Feeboz - UPDATE `creature_template` SET `maxgold`=66 WHERE `entry`=4070 && `maxgold`=38; -- Venture Co. Builder - UPDATE `creature_template` SET `maxgold`=68 WHERE `entry`=4073 && `maxgold`=43; -- XT:4 - UPDATE `creature_template` SET `maxgold`=79 WHERE `entry`=4074 && `maxgold`=43; -- XT:9 - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=4093 && `mingold`=35; -- Galak Wrangler (sample size 34) - UPDATE `creature_template` SET `maxgold`=117 WHERE `entry`=4093 && `maxgold`=50; -- Galak Wrangler (sample size 34) - UPDATE `creature_template` SET `mingold`=16 WHERE `entry`=4094 && `mingold`=32; -- Galak Scout (sample size 31) - UPDATE `creature_template` SET `maxgold`=99 WHERE `entry`=4094 && `maxgold`=47; -- Galak Scout (sample size 31) - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=4095 && `mingold`=39; -- Galak Mauler - UPDATE `creature_template` SET `maxgold`=143 WHERE `entry`=4095 && `maxgold`=56; -- Galak Mauler - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=4096 && `mingold`=31; -- Galak Windchaser (sample size 36) - UPDATE `creature_template` SET `maxgold`=111 WHERE `entry`=4096 && `maxgold`=45; -- Galak Windchaser (sample size 36) - UPDATE `creature_template` SET `mingold`=20 WHERE `entry`=4097 && `mingold`=32; -- Galak Stormer - UPDATE `creature_template` SET `maxgold`=134 WHERE `entry`=4097 && `maxgold`=47; -- Galak Stormer - UPDATE `creature_template` SET `mingold`=22 WHERE `entry`=4099 && `mingold`=37; -- Galak Marauder - UPDATE `creature_template` SET `maxgold`=134 WHERE `entry`=4099 && `maxgold`=53; -- Galak Marauder - UPDATE `creature_template` SET `mingold`=27 WHERE `entry`=4111 && `mingold`=37; -- Gravelsnout Kobold - UPDATE `creature_template` SET `maxgold`=125 WHERE `entry`=4111 && `maxgold`=53; -- Gravelsnout Kobold - UPDATE `creature_template` SET `mingold`=18 WHERE `entry`=4112 && `mingold`=35; -- Gravelsnout Vermin - UPDATE `creature_template` SET `maxgold`=71 WHERE `entry`=4112 && `maxgold`=51; -- Gravelsnout Vermin - UPDATE `creature_template` SET `maxgold`=135 WHERE `entry`=4114 && `maxgold`=57; -- Gravelsnout Forager - UPDATE `creature_template` SET `maxgold`=154 WHERE `entry`=4116 && `maxgold`=55; -- Gravelsnout Surveyor - UPDATE `creature_template` SET `maxgold`=109 WHERE `entry`=4202 && `maxgold`=55; -- Gerenzo Wrenchwhistle - UPDATE `creature_template` SET `maxgold`=259 WHERE `entry`=4260 && `maxgold`=84; -- Venture Co. Shredder - UPDATE `creature_template` SET `mingold`=118 WHERE `entry`=4275 && `mingold`=322; -- Archmage Arugal - UPDATE `creature_template` SET `mingold`=115 WHERE `entry`=4278 && `mingold`=161; -- Commander Springvale - UPDATE `creature_template` SET `maxgold`=271 WHERE `entry`=4278 && `maxgold`=215; -- Commander Springvale - UPDATE `creature_template` SET `mingold`=65 WHERE `entry`=4279 && `mingold`=178; -- Odo the Blindwatcher - UPDATE `creature_template` SET `maxgold`=316 WHERE `entry`=4279 && `maxgold`=237; -- Odo the Blindwatcher - UPDATE `creature_template` SET `maxgold`=499 WHERE `entry`=4280 && `maxgold`=204; -- Scarlet Preserver - UPDATE `creature_template` SET `mingold`=167 WHERE `entry`=4281 && `mingold`=174; -- Scarlet Scout - UPDATE `creature_template` SET `maxgold`=339 WHERE `entry`=4281 && `maxgold`=232; -- Scarlet Scout - UPDATE `creature_template` SET `maxgold`=347 WHERE `entry`=4282 && `maxgold`=199; -- Scarlet Magician - UPDATE `creature_template` SET `mingold`=92 WHERE `entry`=4283 && `mingold`=188; -- Scarlet Sentry - UPDATE `creature_template` SET `maxgold`=528 WHERE `entry`=4283 && `maxgold`=251; -- Scarlet Sentry - UPDATE `creature_template` SET `mingold`=159 WHERE `entry`=4284 && `mingold`=167; -- Scarlet Augur - UPDATE `creature_template` SET `maxgold`=531 WHERE `entry`=4284 && `maxgold`=223; -- Scarlet Augur - UPDATE `creature_template` SET `mingold`=92 WHERE `entry`=4285 && `mingold`=167; -- Scarlet Disciple - UPDATE `creature_template` SET `maxgold`=509 WHERE `entry`=4285 && `maxgold`=223; -- Scarlet Disciple - UPDATE `creature_template` SET `mingold`=223 WHERE `entry`=4286 && `mingold`=227; -- Scarlet Soldier - UPDATE `creature_template` SET `maxgold`=787 WHERE `entry`=4286 && `maxgold`=301; -- Scarlet Soldier - UPDATE `creature_template` SET `mingold`=104 WHERE `entry`=4287 && `mingold`=185; -- Scarlet Gallant (sample size 49) - UPDATE `creature_template` SET `maxgold`=676 WHERE `entry`=4287 && `maxgold`=246; -- Scarlet Gallant (sample size 49) - UPDATE `creature_template` SET `maxgold`=604 WHERE `entry`=4288 && `maxgold`=287; -- Scarlet Beastmaster - UPDATE `creature_template` SET `maxgold`=786 WHERE `entry`=4289 && `maxgold`=242; -- Scarlet Evoker - UPDATE `creature_template` SET `mingold`=143 WHERE `entry`=4290 && `mingold`=232; -- Scarlet Guardsman - UPDATE `creature_template` SET `maxgold`=826 WHERE `entry`=4290 && `maxgold`=308; -- Scarlet Guardsman - UPDATE `creature_template` SET `mingold`=106 WHERE `entry`=4291 && `mingold`=191; -- Scarlet Diviner (sample size 35) - UPDATE `creature_template` SET `maxgold`=689 WHERE `entry`=4291 && `maxgold`=254; -- Scarlet Diviner (sample size 35) - UPDATE `creature_template` SET `mingold`=133 WHERE `entry`=4292 && `mingold`=203; -- Scarlet Protector - UPDATE `creature_template` SET `maxgold`=815 WHERE `entry`=4292 && `maxgold`=270; -- Scarlet Protector - UPDATE `creature_template` SET `maxgold`=504 WHERE `entry`=4293 && `maxgold`=349; -- Scarlet Scryer - UPDATE `creature_template` SET `mingold`=150 WHERE `entry`=4294 && `mingold`=187; -- Scarlet Sorcerer - UPDATE `creature_template` SET `maxgold`=905 WHERE `entry`=4294 && `maxgold`=250; -- Scarlet Sorcerer - UPDATE `creature_template` SET `mingold`=142 WHERE `entry`=4295 && `mingold`=243; -- Scarlet Myrmidon (sample size 48) - UPDATE `creature_template` SET `maxgold`=882 WHERE `entry`=4295 && `maxgold`=322; -- Scarlet Myrmidon (sample size 48) - UPDATE `creature_template` SET `mingold`=139 WHERE `entry`=4296 && `mingold`=185; -- Scarlet Adept - UPDATE `creature_template` SET `maxgold`=668 WHERE `entry`=4296 && `maxgold`=246; -- Scarlet Adept - UPDATE `creature_template` SET `maxgold`=488 WHERE `entry`=4297 && `maxgold`=245; -- Scarlet Conjuror - UPDATE `creature_template` SET `mingold`=206 WHERE `entry`=4298 && `mingold`=243; -- Scarlet Defender (sample size 45) - UPDATE `creature_template` SET `maxgold`=864 WHERE `entry`=4298 && `maxgold`=322; -- Scarlet Defender (sample size 45) - UPDATE `creature_template` SET `mingold`=117 WHERE `entry`=4299 && `mingold`=195; -- Scarlet Chaplain (sample size 43) - UPDATE `creature_template` SET `maxgold`=674 WHERE `entry`=4299 && `maxgold`=260; -- Scarlet Chaplain (sample size 43) - UPDATE `creature_template` SET `mingold`=137 WHERE `entry`=4300 && `mingold`=223; -- Scarlet Wizard (sample size 41) - UPDATE `creature_template` SET `maxgold`=923 WHERE `entry`=4300 && `maxgold`=296; -- Scarlet Wizard (sample size 41) - UPDATE `creature_template` SET `mingold`=151 WHERE `entry`=4301 && `mingold`=253; -- Scarlet Centurion (sample size 63) - UPDATE `creature_template` SET `maxgold`=899 WHERE `entry`=4301 && `maxgold`=335; -- Scarlet Centurion (sample size 63) - UPDATE `creature_template` SET `mingold`=209 WHERE `entry`=4302 && `mingold`=216; -- Scarlet Champion (sample size 27) - UPDATE `creature_template` SET `maxgold`=1008 WHERE `entry`=4302 && `maxgold`=287; -- Scarlet Champion (sample size 27) - UPDATE `creature_template` SET `maxgold`=984 WHERE `entry`=4303 && `maxgold`=298; -- Scarlet Abbot - UPDATE `creature_template` SET `mingold`=81 WHERE `entry`=4306 && `mingold`=184; -- Scarlet Torturer - UPDATE `creature_template` SET `maxgold`=542 WHERE `entry`=4306 && `maxgold`=245; -- Scarlet Torturer - UPDATE `creature_template` SET `mingold`=29 WHERE `entry`=4308 && `mingold`=49; -- Unfettered Spirit (sample size 87) - UPDATE `creature_template` SET `maxgold`=196 WHERE `entry`=4308 && `maxgold`=69; -- Unfettered Spirit (sample size 87) - UPDATE `creature_template` SET `mingold`=54 WHERE `entry`=4323 && `mingold`=74; -- Searing Hatchling (sample size 71) - UPDATE `creature_template` SET `maxgold`=372 WHERE `entry`=4323 && `maxgold`=102; -- Searing Hatchling (sample size 71) - UPDATE `creature_template` SET `mingold`=63 WHERE `entry`=4324 && `mingold`=67; -- Searing Whelp (sample size 63) - UPDATE `creature_template` SET `maxgold`=399 WHERE `entry`=4324 && `maxgold`=92; -- Searing Whelp (sample size 63) - UPDATE `creature_template` SET `mingold`=69 WHERE `entry`=4328 && `mingold`=72; -- Firemane Scalebane (sample size 26) - UPDATE `creature_template` SET `maxgold`=426 WHERE `entry`=4328 && `maxgold`=99; -- Firemane Scalebane (sample size 26) - UPDATE `creature_template` SET `mingold`=59 WHERE `entry`=4329 && `mingold`=74; -- Firemane Scout (sample size 42) - UPDATE `creature_template` SET `maxgold`=381 WHERE `entry`=4329 && `maxgold`=102; -- Firemane Scout (sample size 42) - UPDATE `creature_template` SET `mingold`=69 WHERE `entry`=4331 && `mingold`=67; -- Firemane Ash Tail (sample size 34) - UPDATE `creature_template` SET `maxgold`=392 WHERE `entry`=4331 && `maxgold`=92; -- Firemane Ash Tail (sample size 34) - UPDATE `creature_template` SET `mingold`=69 WHERE `entry`=4334 && `mingold`=72; -- Firemane Flamecaller - UPDATE `creature_template` SET `maxgold`=409 WHERE `entry`=4334 && `maxgold`=99; -- Firemane Flamecaller - UPDATE `creature_template` SET `maxgold`=249 WHERE `entry`=4358 && `maxgold`=145; -- Mirefin Puddlejumper - UPDATE `creature_template` SET `maxgold`=259 WHERE `entry`=4359 && `maxgold`=81; -- Mirefin Murloc - UPDATE `creature_template` SET `mingold`=55 WHERE `entry`=4360 && `mingold`=29; -- Mirefin Warrior (sample size 21) - UPDATE `creature_template` SET `maxgold`=300 WHERE `entry`=4360 && `maxgold`=145; -- Mirefin Warrior (sample size 21) - UPDATE `creature_template` SET `mingold`=44 WHERE `entry`=4361 && `mingold`=62; -- Mirefin Muckdweller (sample size 48) - UPDATE `creature_template` SET `maxgold`=276 WHERE `entry`=4361 && `maxgold`=85; -- Mirefin Muckdweller (sample size 48) - UPDATE `creature_template` SET `mingold`=46 WHERE `entry`=4362 && `mingold`=59; -- Mirefin Coastrunner (sample size 37) - UPDATE `creature_template` SET `maxgold`=266 WHERE `entry`=4362 && `maxgold`=83; -- Mirefin Coastrunner (sample size 37) - UPDATE `creature_template` SET `mingold`=48 WHERE `entry`=4363 && `mingold`=56; -- Mirefin Oracle (sample size 28) - UPDATE `creature_template` SET `maxgold`=302 WHERE `entry`=4363 && `maxgold`=78; -- Mirefin Oracle (sample size 28) - UPDATE `creature_template` SET `maxgold`=2054 WHERE `entry`=4364 && `maxgold`=654; -- Strashaz Warrior - UPDATE `creature_template` SET `maxgold`=2915 WHERE `entry`=4366 && `maxgold`=659; -- Strashaz Serpent Guard - UPDATE `creature_template` SET `maxgold`=2807 WHERE `entry`=4368 && `maxgold`=661; -- Strashaz Myrmidon - UPDATE `creature_template` SET `maxgold`=3087 WHERE `entry`=4370 && `maxgold`=562; -- Strashaz Sorceress - UPDATE `creature_template` SET `maxgold`=2727 WHERE `entry`=4371 && `maxgold`=543; -- Strashaz Siren - UPDATE `creature_template` SET `maxgold`=164 WHERE `entry`=4382 && `maxgold`=81; -- Withervine Creeper - UPDATE `creature_template` SET `maxgold`=190 WHERE `entry`=4386 && `maxgold`=145; -- Withervine Bark Ripper - UPDATE `creature_template` SET `maxgold`=186 WHERE `entry`=4391 && `maxgold`=138; -- Swamp Ooze - UPDATE `creature_template` SET `maxgold`=289 WHERE `entry`=4392 && `maxgold`=217; -- Corrosive Swamp Ooze - UPDATE `creature_template` SET `mingold`=64 WHERE `entry`=4393 && `mingold`=71; -- Acidic Swamp Ooze - UPDATE `creature_template` SET `maxgold`=318 WHERE `entry`=4401 && `maxgold`=91; -- Muckshell Clacker - UPDATE `creature_template` SET `maxgold`=215 WHERE `entry`=4402 && `maxgold`=205; -- Muckshell Snapclaw - UPDATE `creature_template` SET `maxgold`=357 WHERE `entry`=4404 && `maxgold`=95; -- Muckshell Scrabbler - UPDATE `creature_template` SET `maxgold`=375 WHERE `entry`=4405 && `maxgold`=222; -- Muckshell Razorclaw - UPDATE `creature_template` SET `maxgold`=339 WHERE `entry`=4409 && `maxgold`=173; -- Gatekeeper Kordurus - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=4416 && `mingold`=24; -- Defias Strip Miner (sample size 28) - UPDATE `creature_template` SET `maxgold`=56 WHERE `entry`=4416 && `maxgold`=36; -- Defias Strip Miner (sample size 28) - UPDATE `creature_template` SET `mingold`=66 WHERE `entry`=4417 && `mingold`=83; -- Defias Taskmaster - UPDATE `creature_template` SET `maxgold`=171 WHERE `entry`=4417 && `maxgold`=113; -- Defias Taskmaster - UPDATE `creature_template` SET `maxgold`=169 WHERE `entry`=4418 && `maxgold`=108; -- Defias Wizard - UPDATE `creature_template` SET `mingold`=156 WHERE `entry`=4420 && `mingold`=366; -- Overlord Ramtusk - UPDATE `creature_template` SET `mingold`=328 WHERE `entry`=4421 && `mingold`=457; -- Charlga Razorflank - UPDATE `creature_template` SET `mingold`=116 WHERE `entry`=4424 && `mingold`=227; -- Aggem Thorncurse - UPDATE `creature_template` SET `maxgold`=356 WHERE `entry`=4424 && `maxgold`=301; -- Aggem Thorncurse - UPDATE `creature_template` SET `mingold`=226 WHERE `entry`=4428 && `mingold`=227; -- Death Speaker Jargba - UPDATE `creature_template` SET `mingold`=94 WHERE `entry`=4435 && `mingold`=136; -- Razorfen Warrior - UPDATE `creature_template` SET `maxgold`=350 WHERE `entry`=4436 && `maxgold`=184; -- Razorfen Quilguard - UPDATE `creature_template` SET `mingold`=112 WHERE `entry`=4437 && `mingold`=133; -- Razorfen Warden - UPDATE `creature_template` SET `maxgold`=459 WHERE `entry`=4438 && `maxgold`=222; -- Razorfen Spearhide - UPDATE `creature_template` SET `maxgold`=284 WHERE `entry`=4440 && `maxgold`=199; -- Razorfen Totemic - UPDATE `creature_template` SET `maxgold`=400 WHERE `entry`=4442 && `maxgold`=205; -- Razorfen Defender - UPDATE `creature_template` SET `maxgold`=159 WHERE `entry`=4458 && `maxgold`=87; -- Murkgill Hunter - UPDATE `creature_template` SET `maxgold`=200 WHERE `entry`=4461 && `maxgold`=87; -- Murkgill Warrior - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=4463 && `mingold`=27; -- Blackrock Summoner - UPDATE `creature_template` SET `maxgold`=82 WHERE `entry`=4463 && `maxgold`=40; -- Blackrock Summoner - UPDATE `creature_template` SET `mingold`=285 WHERE `entry`=4465 && `mingold`=316; -- Vilebranch Warrior - UPDATE `creature_template` SET `maxgold`=1292 WHERE `entry`=4465 && `maxgold`=417; -- Vilebranch Warrior - UPDATE `creature_template` SET `mingold`=76 WHERE `entry`=4466 && `mingold`=89; -- Vilebranch Scalper (sample size 72) - UPDATE `creature_template` SET `maxgold`=507 WHERE `entry`=4466 && `maxgold`=121; -- Vilebranch Scalper (sample size 72) - UPDATE `creature_template` SET `mingold`=80 WHERE `entry`=4467 && `mingold`=74; -- Vilebranch Soothsayer (sample size 32) - UPDATE `creature_template` SET `maxgold`=505 WHERE `entry`=4467 && `maxgold`=102; -- Vilebranch Soothsayer (sample size 32) - UPDATE `creature_template` SET `mingold`=165 WHERE `entry`=4468 && `mingold`=340; -- Jade Sludge - UPDATE `creature_template` SET `maxgold`=890 WHERE `entry`=4468 && `maxgold`=449; -- Jade Sludge - UPDATE `creature_template` SET `mingold`=221 WHERE `entry`=4469 && `mingold`=283; -- Emerald Ooze - UPDATE `creature_template` SET `maxgold`=762 WHERE `entry`=4469 && `maxgold`=375; -- Emerald Ooze - UPDATE `creature_template` SET `maxgold`=907 WHERE `entry`=4472 && `maxgold`=153; -- Haunting Vision - UPDATE `creature_template` SET `mingold`=113 WHERE `entry`=4474 && `mingold`=114; -- Rotting Cadaver - UPDATE `creature_template` SET `maxgold`=736 WHERE `entry`=4474 && `maxgold`=154; -- Rotting Cadaver - UPDATE `creature_template` SET `maxgold`=686 WHERE `entry`=4475 && `maxgold`=145; -- Blighted Zombie - UPDATE `creature_template` SET `maxgold`=155 WHERE `entry`=4479 && `maxgold`=71; -- Fardel Dabyrie - UPDATE `creature_template` SET `maxgold`=280 WHERE `entry`=4480 && `maxgold`=160; -- Kenata Dabyrie - UPDATE `creature_template` SET `maxgold`=244 WHERE `entry`=4481 && `maxgold`=75; -- Marcel Dabyrie - UPDATE `creature_template` SET `maxgold`=823 WHERE `entry`=4493 && `maxgold`=169; -- Scarlet Avenger - UPDATE `creature_template` SET `maxgold`=845 WHERE `entry`=4494 && `maxgold`=142; -- Scarlet Spellbinder - UPDATE `creature_template` SET `maxgold`=270 WHERE `entry`=4504 && `maxgold`=145; -- Frostmaw - UPDATE `creature_template` SET `mingold`=67 WHERE `entry`=4505 && `mingold`=78; -- Bloodsail Deckhand (sample size 26) - UPDATE `creature_template` SET `maxgold`=422 WHERE `entry`=4505 && `maxgold`=107; -- Bloodsail Deckhand (sample size 26) - UPDATE `creature_template` SET `mingold`=71 WHERE `entry`=4506 && `mingold`=80; -- Bloodsail Swabby (sample size 22) - UPDATE `creature_template` SET `maxgold`=424 WHERE `entry`=4506 && `maxgold`=110; -- Bloodsail Swabby (sample size 22) - UPDATE `creature_template` SET `maxgold`=378 WHERE `entry`=4515 && `maxgold`=196; -- Death's Head Acolyte - UPDATE `creature_template` SET `mingold`=128 WHERE `entry`=4516 && `mingold`=162; -- Death's Head Adept - UPDATE `creature_template` SET `mingold`=74 WHERE `entry`=4517 && `mingold`=130; -- Death's Head Priest - UPDATE `creature_template` SET `maxgold`=298 WHERE `entry`=4517 && `maxgold`=175; -- Death's Head Priest - UPDATE `creature_template` SET `mingold`=150 WHERE `entry`=4518 && `mingold`=157; -- Death's Head Sage - UPDATE `creature_template` SET `maxgold`=424 WHERE `entry`=4518 && `maxgold`=210; -- Death's Head Sage - UPDATE `creature_template` SET `maxgold`=373 WHERE `entry`=4519 && `maxgold`=196; -- Death's Head Seer - UPDATE `creature_template` SET `mingold`=86 WHERE `entry`=4520 && `mingold`=120; -- Razorfen Geomancer - UPDATE `creature_template` SET `maxgold`=228 WHERE `entry`=4520 && `maxgold`=162; -- Razorfen Geomancer - UPDATE `creature_template` SET `mingold`=103 WHERE `entry`=4523 && `mingold`=141; -- Razorfen Groundshaker - UPDATE `creature_template` SET `maxgold`=351 WHERE `entry`=4523 && `maxgold`=189; -- Razorfen Groundshaker - UPDATE `creature_template` SET `maxgold`=355 WHERE `entry`=4525 && `maxgold`=217; -- Razorfen Earthbreaker - UPDATE `creature_template` SET `mingold`=117 WHERE `entry`=4530 && `mingold`=137; -- Razorfen Handler - UPDATE `creature_template` SET `maxgold`=314 WHERE `entry`=4531 && `maxgold`=219; -- Razorfen Beast Trainer - UPDATE `creature_template` SET `mingold`=135 WHERE `entry`=4532 && `mingold`=184; -- Razorfen Beastmaster - UPDATE `creature_template` SET `maxgold`=410 WHERE `entry`=4532 && `maxgold`=245; -- Razorfen Beastmaster - UPDATE `creature_template` SET `mingold`=125 WHERE `entry`=4540 && `mingold`=227; -- Scarlet Monk (sample size 63) - UPDATE `creature_template` SET `maxgold`=791 WHERE `entry`=4540 && `maxgold`=301; -- Scarlet Monk (sample size 63) - UPDATE `creature_template` SET `mingold`=96 WHERE `entry`=4541 && `mingold`=153; -- Blood of Agamaggan - UPDATE `creature_template` SET `mingold`=172 WHERE `entry`=4542 && `mingold`=329; -- High Inquisitor Fairbanks - UPDATE `creature_template` SET `maxgold`=497 WHERE `entry`=4542 && `maxgold`=434; -- High Inquisitor Fairbanks - UPDATE `creature_template` SET `mingold`=121 WHERE `entry`=4543 && `mingold`=386; -- Bloodmage Thalnos - UPDATE `creature_template` SET `maxgold`=720 WHERE `entry`=4543 && `maxgold`=509; -- Bloodmage Thalnos - UPDATE `creature_template` SET `mingold`=48 WHERE `entry`=4619 && `mingold`=50; -- Geltharis - UPDATE `creature_template` SET `maxgold`=134 WHERE `entry`=4619 && `maxgold`=70; -- Geltharis - UPDATE `creature_template` SET `mingold`=137 WHERE `entry`=4623 && `mingold`=180; -- Quilguard Champion - UPDATE `creature_template` SET `maxgold`=506 WHERE `entry`=4623 && `maxgold`=240; -- Quilguard Champion - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=4632 && `mingold`=46; -- Kolkar Centaur (sample size 23) - UPDATE `creature_template` SET `maxgold`=163 WHERE `entry`=4632 && `maxgold`=65; -- Kolkar Centaur (sample size 23) - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=4633 && `mingold`=46; -- Kolkar Scout (sample size 21) - UPDATE `creature_template` SET `maxgold`=182 WHERE `entry`=4633 && `maxgold`=65; -- Kolkar Scout (sample size 21) - UPDATE `creature_template` SET `mingold`=45 WHERE `entry`=4634 && `mingold`=49; -- Kolkar Mauler (sample size 21) - UPDATE `creature_template` SET `maxgold`=186 WHERE `entry`=4634 && `maxgold`=69; -- Kolkar Mauler (sample size 21) - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=4635 && `mingold`=44; -- Kolkar Windchaser - UPDATE `creature_template` SET `maxgold`=189 WHERE `entry`=4635 && `maxgold`=63; -- Kolkar Windchaser - UPDATE `creature_template` SET `maxgold`=202 WHERE `entry`=4636 && `maxgold`=70; -- Kolkar Battle Lord - UPDATE `creature_template` SET `maxgold`=174 WHERE `entry`=4637 && `maxgold`=65; -- Kolkar Destroyer - UPDATE `creature_template` SET `mingold`=35 WHERE `entry`=4638 && `mingold`=50; -- Magram Scout - UPDATE `creature_template` SET `maxgold`=185 WHERE `entry`=4638 && `maxgold`=70; -- Magram Scout - UPDATE `creature_template` SET `mingold`=31 WHERE `entry`=4639 && `mingold`=50; -- Magram Outrunner - UPDATE `creature_template` SET `maxgold`=213 WHERE `entry`=4639 && `maxgold`=70; -- Magram Outrunner - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=4640 && `mingold`=53; -- Magram Wrangler (sample size 23) - UPDATE `creature_template` SET `maxgold`=227 WHERE `entry`=4640 && `maxgold`=74; -- Magram Wrangler (sample size 23) - UPDATE `creature_template` SET `mingold`=36 WHERE `entry`=4641 && `mingold`=48; -- Magram Windchaser - UPDATE `creature_template` SET `maxgold`=167 WHERE `entry`=4641 && `maxgold`=68; -- Magram Windchaser - UPDATE `creature_template` SET `mingold`=43 WHERE `entry`=4642 && `mingold`=49; -- Magram Stormer - UPDATE `creature_template` SET `maxgold`=246 WHERE `entry`=4642 && `maxgold`=69; -- Magram Stormer - UPDATE `creature_template` SET `mingold`=41 WHERE `entry`=4644 && `mingold`=59; -- Magram Marauder - UPDATE `creature_template` SET `maxgold`=244 WHERE `entry`=4644 && `maxgold`=81; -- Magram Marauder - UPDATE `creature_template` SET `maxgold`=260 WHERE `entry`=4645 && `maxgold`=81; -- Magram Mauler - UPDATE `creature_template` SET `maxgold`=210 WHERE `entry`=4646 && `maxgold`=70; -- Gelkis Outrunner - UPDATE `creature_template` SET `mingold`=31 WHERE `entry`=4647 && `mingold`=50; -- Gelkis Scout - UPDATE `creature_template` SET `maxgold`=213 WHERE `entry`=4647 && `maxgold`=70; -- Gelkis Scout - UPDATE `creature_template` SET `mingold`=41 WHERE `entry`=4648 && `mingold`=53; -- Gelkis Stamper - UPDATE `creature_template` SET `maxgold`=213 WHERE `entry`=4648 && `maxgold`=74; -- Gelkis Stamper - UPDATE `creature_template` SET `mingold`=42 WHERE `entry`=4649 && `mingold`=48; -- Gelkis Windchaser (sample size 21) - UPDATE `creature_template` SET `maxgold`=230 WHERE `entry`=4649 && `maxgold`=68; -- Gelkis Windchaser (sample size 21) - UPDATE `creature_template` SET `mingold`=58 WHERE `entry`=4651 && `mingold`=47; -- Gelkis Earthcaller (sample size 21) - UPDATE `creature_template` SET `maxgold`=238 WHERE `entry`=4651 && `maxgold`=66; -- Gelkis Earthcaller (sample size 21) - UPDATE `creature_template` SET `maxgold`=245 WHERE `entry`=4652 && `maxgold`=81; -- Gelkis Mauler - UPDATE `creature_template` SET `maxgold`=264 WHERE `entry`=4653 && `maxgold`=81; -- Gelkis Marauder - UPDATE `creature_template` SET `mingold`=44 WHERE `entry`=4654 && `mingold`=62; -- Maraudine Scout - UPDATE `creature_template` SET `maxgold`=296 WHERE `entry`=4654 && `maxgold`=86; -- Maraudine Scout - UPDATE `creature_template` SET `maxgold`=157 WHERE `entry`=4655 && `maxgold`=86; -- Maraudine Wrangler - UPDATE `creature_template` SET `mingold`=56 WHERE `entry`=4656 && `mingold`=61; -- Maraudine Mauler - UPDATE `creature_template` SET `maxgold`=207 WHERE `entry`=4656 && `maxgold`=85; -- Maraudine Mauler - UPDATE `creature_template` SET `maxgold`=268 WHERE `entry`=4657 && `maxgold`=82; -- Maraudine Windchaser - UPDATE `creature_template` SET `maxgold`=238 WHERE `entry`=4658 && `maxgold`=80; -- Maraudine Stormer - UPDATE `creature_template` SET `maxgold`=291 WHERE `entry`=4659 && `maxgold`=94; -- Maraudine Marauder - UPDATE `creature_template` SET `mingold`=33 WHERE `entry`=4663 && `mingold`=40; -- Burning Blade Augur (sample size 21) - UPDATE `creature_template` SET `maxgold`=176 WHERE `entry`=4663 && `maxgold`=58; -- Burning Blade Augur (sample size 21) - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=4664 && `mingold`=46; -- Burning Blade Reaver (sample size 25) - UPDATE `creature_template` SET `maxgold`=176 WHERE `entry`=4664 && `maxgold`=65; -- Burning Blade Reaver (sample size 25) - UPDATE `creature_template` SET `mingold`=40 WHERE `entry`=4665 && `mingold`=42; -- Burning Blade Adept (sample size 23) - UPDATE `creature_template` SET `maxgold`=193 WHERE `entry`=4665 && `maxgold`=60; -- Burning Blade Adept (sample size 23) - UPDATE `creature_template` SET `mingold`=30 WHERE `entry`=4666 && `mingold`=49; -- Burning Blade Felsworn (sample size 47) - UPDATE `creature_template` SET `maxgold`=197 WHERE `entry`=4666 && `maxgold`=69; -- Burning Blade Felsworn (sample size 47) - UPDATE `creature_template` SET `maxgold`=193 WHERE `entry`=4667 && `maxgold`=62; -- Burning Blade Shadowmage - UPDATE `creature_template` SET `maxgold`=201 WHERE `entry`=4668 && `maxgold`=76; -- Burning Blade Summoner - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=4670 && `mingold`=49; -- Hatefury Rogue (sample size 23) - UPDATE `creature_template` SET `maxgold`=196 WHERE `entry`=4670 && `maxgold`=69; -- Hatefury Rogue (sample size 23) - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=4671 && `mingold`=49; -- Hatefury Trickster (sample size 35) - UPDATE `creature_template` SET `maxgold`=194 WHERE `entry`=4671 && `maxgold`=69; -- Hatefury Trickster (sample size 35) - UPDATE `creature_template` SET `mingold`=29 WHERE `entry`=4672 && `mingold`=49; -- Hatefury Felsworn (sample size 27) - UPDATE `creature_template` SET `maxgold`=193 WHERE `entry`=4672 && `maxgold`=69; -- Hatefury Felsworn (sample size 27) - UPDATE `creature_template` SET `mingold`=30 WHERE `entry`=4673 && `mingold`=50; -- Hatefury Betrayer (sample size 32) - UPDATE `creature_template` SET `maxgold`=213 WHERE `entry`=4673 && `maxgold`=70; -- Hatefury Betrayer (sample size 32) - UPDATE `creature_template` SET `mingold`=42 WHERE `entry`=4674 && `mingold`=50; -- Hatefury Shadowstalker (sample size 22) - UPDATE `creature_template` SET `maxgold`=201 WHERE `entry`=4674 && `maxgold`=70; -- Hatefury Shadowstalker (sample size 22) - UPDATE `creature_template` SET `maxgold`=211 WHERE `entry`=4675 && `maxgold`=65; -- Hatefury Hellcaller - UPDATE `creature_template` SET `mingold`=47 WHERE `entry`=4677 && `mingold`=62; -- Doomwarder - UPDATE `creature_template` SET `maxgold`=299 WHERE `entry`=4677 && `maxgold`=86; -- Doomwarder - UPDATE `creature_template` SET `maxgold`=267 WHERE `entry`=4679 && `maxgold`=78; -- Nether Maiden - UPDATE `creature_template` SET `mingold`=54 WHERE `entry`=4680 && `mingold`=65; -- Doomwarder Captain - UPDATE `creature_template` SET `maxgold`=292 WHERE `entry`=4680 && `maxgold`=90; -- Doomwarder Captain - UPDATE `creature_template` SET `mingold`=59 WHERE `entry`=4682 && `mingold`=61; -- Nether Sister - UPDATE `creature_template` SET `maxgold`=230 WHERE `entry`=4682 && `maxgold`=85; -- Nether Sister - UPDATE `creature_template` SET `maxgold`=335 WHERE `entry`=4684 && `maxgold`=78; -- Nether Sorceress - UPDATE `creature_template` SET `mingold`=93 WHERE `entry`=4686 && `mingold`=249; -- Deepstrider Giant - UPDATE `creature_template` SET `maxgold`=208 WHERE `entry`=4711 && `maxgold`=70; -- Slitherblade Naga (sample size 22) - UPDATE `creature_template` SET `maxgold`=196 WHERE `entry`=4712 && `maxgold`=62; -- Slitherblade Sorceress - UPDATE `creature_template` SET `mingold`=43 WHERE `entry`=4713 && `mingold`=53; -- Slitherblade Warrior - UPDATE `creature_template` SET `maxgold`=229 WHERE `entry`=4713 && `maxgold`=74; -- Slitherblade Warrior - UPDATE `creature_template` SET `mingold`=36 WHERE `entry`=4714 && `mingold`=54; -- Slitherblade Myrmidon (sample size 27) - UPDATE `creature_template` SET `maxgold`=239 WHERE `entry`=4714 && `maxgold`=75; -- Slitherblade Myrmidon (sample size 27) - UPDATE `creature_template` SET `mingold`=40 WHERE `entry`=4715 && `mingold`=59; -- Slitherblade Razortail (sample size 33) - UPDATE `creature_template` SET `maxgold`=264 WHERE `entry`=4715 && `maxgold`=81; -- Slitherblade Razortail (sample size 33) - UPDATE `creature_template` SET `mingold`=42 WHERE `entry`=4716 && `mingold`=53; -- Slitherblade Tidehunter - UPDATE `creature_template` SET `maxgold`=257 WHERE `entry`=4716 && `maxgold`=74; -- Slitherblade Tidehunter - UPDATE `creature_template` SET `mingold`=39 WHERE `entry`=4718 && `mingold`=49; -- Slitherblade Oracle - UPDATE `creature_template` SET `maxgold`=237 WHERE `entry`=4718 && `maxgold`=69; -- Slitherblade Oracle - UPDATE `creature_template` SET `maxgold`=259 WHERE `entry`=4719 && `maxgold`=73; -- Slitherblade Sea Witch (sample size 23) - UPDATE `creature_template` SET `maxgold`=311 WHERE `entry`=4723 && `maxgold`=79; -- Foreman Cozzle - UPDATE `creature_template` SET `mingold`=35 WHERE `entry`=4788 && `mingold`=95; -- Fallenroot Satyr - UPDATE `creature_template` SET `maxgold`=203 WHERE `entry`=4788 && `maxgold`=129; -- Fallenroot Satyr - UPDATE `creature_template` SET `mingold`=95 WHERE `entry`=4789 && `mingold`=109; -- Fallenroot Rogue - UPDATE `creature_template` SET `maxgold`=227 WHERE `entry`=4789 && `maxgold`=148; -- Fallenroot Rogue - UPDATE `creature_template` SET `mingold`=48 WHERE `entry`=4798 && `mingold`=108; -- Fallenroot Shadowstalker - UPDATE `creature_template` SET `maxgold`=271 WHERE `entry`=4798 && `maxgold`=146; -- Fallenroot Shadowstalker - UPDATE `creature_template` SET `mingold`=65 WHERE `entry`=4799 && `mingold`=114; -- Fallenroot Hellcaller - UPDATE `creature_template` SET `maxgold`=225 WHERE `entry`=4799 && `maxgold`=154; -- Fallenroot Hellcaller - UPDATE `creature_template` SET `mingold`=41 WHERE `entry`=4802 && `mingold`=95; -- Blackfathom Tide Priestess - UPDATE `creature_template` SET `mingold`=55 WHERE `entry`=4803 && `mingold`=101; -- Blackfathom Oracle - UPDATE `creature_template` SET `maxgold`=185 WHERE `entry`=4803 && `maxgold`=136; -- Blackfathom Oracle - UPDATE `creature_template` SET `mingold`=53 WHERE `entry`=4805 && `mingold`=113; -- Blackfathom Sea Witch - UPDATE `creature_template` SET `maxgold`=285 WHERE `entry`=4805 && `maxgold`=152; -- Blackfathom Sea Witch - UPDATE `creature_template` SET `mingold`=72 WHERE `entry`=4807 && `mingold`=153; -- Blackfathom Myrmidon - UPDATE `creature_template` SET `maxgold`=259 WHERE `entry`=4807 && `maxgold`=205; -- Blackfathom Myrmidon - UPDATE `creature_template` SET `maxgold`=306 WHERE `entry`=4809 && `maxgold`=160; -- Twilight Acolyte - UPDATE `creature_template` SET `maxgold`=311 WHERE `entry`=4811 && `maxgold`=162; -- Twilight Aquamancer - UPDATE `creature_template` SET `maxgold`=298 WHERE `entry`=4812 && `maxgold`=154; -- Twilight Loreseeker - UPDATE `creature_template` SET `mingold`=103 WHERE `entry`=4813 && `mingold`=126; -- Twilight Shadowmage - UPDATE `creature_template` SET `maxgold`=385 WHERE `entry`=4813 && `maxgold`=170; -- Twilight Shadowmage - UPDATE `creature_template` SET `maxgold`=270 WHERE `entry`=4814 && `maxgold`=175; -- Twilight Elementalist - UPDATE `creature_template` SET `mingold`=72 WHERE `entry`=4815 && `mingold`=115; -- Murkshallow Snapclaw - UPDATE `creature_template` SET `maxgold`=262 WHERE `entry`=4815 && `maxgold`=155; -- Murkshallow Snapclaw - UPDATE `creature_template` SET `mingold`=54 WHERE `entry`=4818 && `mingold`=111; -- Blindlight Murloc - UPDATE `creature_template` SET `maxgold`=262 WHERE `entry`=4818 && `maxgold`=150; -- Blindlight Murloc - UPDATE `creature_template` SET `mingold`=68 WHERE `entry`=4819 && `mingold`=137; -- Blindlight Muckdweller - UPDATE `creature_template` SET `mingold`=76 WHERE `entry`=4820 && `mingold`=116; -- Blindlight Oracle - UPDATE `creature_template` SET `maxgold`=290 WHERE `entry`=4820 && `maxgold`=156; -- Blindlight Oracle - UPDATE `creature_template` SET `mingold`=143 WHERE `entry`=4831 && `mingold`=248; -- Lady Sarevess - UPDATE `creature_template` SET `mingold`=43 WHERE `entry`=4834 && `mingold`=59; -- Theramore Infiltrator (sample size 25) - UPDATE `creature_template` SET `maxgold`=241 WHERE `entry`=4834 && `maxgold`=81; -- Theramore Infiltrator (sample size 25) - UPDATE `creature_template` SET `mingold`=142 WHERE `entry`=4844 && `mingold`=180; -- Shadowforge Surveyor (sample size 40) - UPDATE `creature_template` SET `maxgold`=776 WHERE `entry`=4844 && `maxgold`=240; -- Shadowforge Surveyor (sample size 40) - UPDATE `creature_template` SET `mingold`=211 WHERE `entry`=4845 && `mingold`=228; -- Shadowforge Ruffian - UPDATE `creature_template` SET `maxgold`=821 WHERE `entry`=4845 && `maxgold`=303; -- Shadowforge Ruffian - UPDATE `creature_template` SET `mingold`=138 WHERE `entry`=4846 && `mingold`=222; -- Shadowforge Digger (sample size 60) - UPDATE `creature_template` SET `maxgold`=774 WHERE `entry`=4846 && `maxgold`=295; -- Shadowforge Digger (sample size 60) - UPDATE `creature_template` SET `maxgold`=930 WHERE `entry`=4848 && `maxgold`=341; -- Shadowforge Darkcaster - UPDATE `creature_template` SET `maxgold`=867 WHERE `entry`=4850 && `maxgold`=330; -- Stonevault Cave Lurker - UPDATE `creature_template` SET `mingold`=216 WHERE `entry`=4851 && `mingold`=232; -- Stonevault Rockchewer - UPDATE `creature_template` SET `maxgold`=831 WHERE `entry`=4851 && `maxgold`=308; -- Stonevault Rockchewer - UPDATE `creature_template` SET `mingold`=133 WHERE `entry`=4852 && `mingold`=200; -- Stonevault Oracle (sample size 30) - UPDATE `creature_template` SET `maxgold`=887 WHERE `entry`=4852 && `maxgold`=266; -- Stonevault Oracle (sample size 30) - UPDATE `creature_template` SET `maxgold`=911 WHERE `entry`=4853 && `maxgold`=341; -- Stonevault Geomancer - UPDATE `creature_template` SET `maxgold`=1378 WHERE `entry`=4854 && `maxgold`=512; -- Grimlok - UPDATE `creature_template` SET `mingold`=247 WHERE `entry`=4855 && `mingold`=300; -- Stonevault Brawler - UPDATE `creature_template` SET `maxgold`=1195 WHERE `entry`=4855 && `maxgold`=396; -- Stonevault Brawler - UPDATE `creature_template` SET `maxgold`=397 WHERE `entry`=4856 && `maxgold`=303; -- Stonevault Cave Hunter - UPDATE `creature_template` SET `maxgold`=1455 WHERE `entry`=4857 && `maxgold`=425; -- Stone Keeper - UPDATE `creature_template` SET `mingold`=211 WHERE `entry`=4860 && `mingold`=297; -- Stone Steward - UPDATE `creature_template` SET `maxgold`=993 WHERE `entry`=4860 && `maxgold`=393; -- Stone Steward - UPDATE `creature_template` SET `mingold`=155 WHERE `entry`=4872 && `mingold`=249; -- Obsidian Golem - UPDATE `creature_template` SET `maxgold`=92 WHERE `entry`=4969 && `maxgold`=63; -- Old Town Thug - UPDATE `creature_template` SET `maxgold`=278 WHERE `entry`=5044 && `maxgold`=132; -- Theramore Skirmisher - UPDATE `creature_template` SET `maxgold`=255 WHERE `entry`=5046 && `maxgold`=138; -- Lieutenant Caldwell - UPDATE `creature_template` SET `mingold`=50 WHERE `entry`=5184 && `mingold`=61; -- Theramore Sentry - UPDATE `creature_template` SET `maxgold`=237 WHERE `entry`=5184 && `maxgold`=84; -- Theramore Sentry - UPDATE `creature_template` SET `mingold`=337 WHERE `entry`=5228 && `mingold`=349; -- Saturated Ooze - UPDATE `creature_template` SET `maxgold`=1182 WHERE `entry`=5228 && `maxgold`=461; -- Saturated Ooze - UPDATE `creature_template` SET `mingold`=72 WHERE `entry`=5229 && `mingold`=71; -- Gordunni Ogre (sample size 23) - UPDATE `creature_template` SET `maxgold`=322 WHERE `entry`=5229 && `maxgold`=98; -- Gordunni Ogre (sample size 23) - UPDATE `creature_template` SET `mingold`=62 WHERE `entry`=5232 && `mingold`=75; -- Gordunni Brute (sample size 33) - UPDATE `creature_template` SET `maxgold`=401 WHERE `entry`=5232 && `maxgold`=103; -- Gordunni Brute (sample size 33) - UPDATE `creature_template` SET `mingold`=71 WHERE `entry`=5234 && `mingold`=78; -- Gordunni Mauler (sample size 31) - UPDATE `creature_template` SET `maxgold`=422 WHERE `entry`=5234 && `maxgold`=107; -- Gordunni Mauler (sample size 31) - UPDATE `creature_template` SET `maxgold`=785 WHERE `entry`=5235 && `maxgold`=423; -- Fungal Ooze - UPDATE `creature_template` SET `mingold`=88 WHERE `entry`=5236 && `mingold`=73; -- Gordunni Shaman (sample size 23) - UPDATE `creature_template` SET `maxgold`=414 WHERE `entry`=5236 && `maxgold`=100; -- Gordunni Shaman (sample size 23) - UPDATE `creature_template` SET `mingold`=60 WHERE `entry`=5237 && `mingold`=66; -- Gordunni Ogre Mage (sample size 27) - UPDATE `creature_template` SET `maxgold`=374 WHERE `entry`=5237 && `maxgold`=91; -- Gordunni Ogre Mage (sample size 27) - UPDATE `creature_template` SET `mingold`=76 WHERE `entry`=5238 && `mingold`=86; -- Gordunni Battlemaster (sample size 28) - UPDATE `creature_template` SET `maxgold`=475 WHERE `entry`=5238 && `maxgold`=118; -- Gordunni Battlemaster (sample size 28) - UPDATE `creature_template` SET `maxgold`=467 WHERE `entry`=5239 && `maxgold`=98; -- Gordunni Mage-Lord - UPDATE `creature_template` SET `mingold`=62 WHERE `entry`=5240 && `mingold`=65; -- Gordunni Warlock (sample size 38) - UPDATE `creature_template` SET `maxgold`=421 WHERE `entry`=5240 && `maxgold`=90; -- Gordunni Warlock (sample size 38) - UPDATE `creature_template` SET `maxgold`=455 WHERE `entry`=5241 && `maxgold`=121; -- Gordunni Warlord - UPDATE `creature_template` SET `maxgold`=767 WHERE `entry`=5243 && `maxgold`=423; -- Cursed Atal'ai - UPDATE `creature_template` SET `mingold`=60 WHERE `entry`=5249 && `mingold`=71; -- Woodpaw Mongrel (sample size 22) - UPDATE `creature_template` SET `maxgold`=335 WHERE `entry`=5249 && `maxgold`=98; -- Woodpaw Mongrel (sample size 22) - UPDATE `creature_template` SET `mingold`=56 WHERE `entry`=5251 && `mingold`=74; -- Woodpaw Trapper (sample size 29) - UPDATE `creature_template` SET `maxgold`=361 WHERE `entry`=5251 && `maxgold`=102; -- Woodpaw Trapper (sample size 29) - UPDATE `creature_template` SET `mingold`=57 WHERE `entry`=5253 && `mingold`=74; -- Woodpaw Brute (sample size 36) - UPDATE `creature_template` SET `maxgold`=381 WHERE `entry`=5253 && `maxgold`=102; -- Woodpaw Brute (sample size 36) - UPDATE `creature_template` SET `mingold`=66 WHERE `entry`=5254 && `mingold`=67; -- Woodpaw Mystic - UPDATE `creature_template` SET `maxgold`=386 WHERE `entry`=5254 && `maxgold`=92; -- Woodpaw Mystic - UPDATE `creature_template` SET `mingold`=63 WHERE `entry`=5255 && `mingold`=75; -- Woodpaw Reaver - UPDATE `creature_template` SET `maxgold`=398 WHERE `entry`=5255 && `maxgold`=103; -- Woodpaw Reaver - UPDATE `creature_template` SET `maxgold`=1621 WHERE `entry`=5256 && `maxgold`=468; -- Atal'ai Warrior - UPDATE `creature_template` SET `mingold`=74 WHERE `entry`=5258 && `mingold`=78; -- Woodpaw Alpha - UPDATE `creature_template` SET `maxgold`=376 WHERE `entry`=5258 && `maxgold`=107; -- Woodpaw Alpha - UPDATE `creature_template` SET `mingold`=262 WHERE `entry`=5259 && `mingold`=306; -- Atal'ai Witch Doctor (sample size 28) - UPDATE `creature_template` SET `maxgold`=1779 WHERE `entry`=5259 && `maxgold`=404; -- Atal'ai Witch Doctor (sample size 28) - UPDATE `creature_template` SET `maxgold`=1033 WHERE `entry`=5261 && `maxgold`=423; -- Enthralled Atal'ai - UPDATE `creature_template` SET `maxgold`=1450 WHERE `entry`=5263 && `maxgold`=431; -- Mummified Atal'ai - UPDATE `creature_template` SET `mingold`=259 WHERE `entry`=5267 && `mingold`=351; -- Unliving Atal'ai - UPDATE `creature_template` SET `maxgold`=1466 WHERE `entry`=5267 && `maxgold`=463; -- Unliving Atal'ai - UPDATE `creature_template` SET `maxgold`=1240 WHERE `entry`=5269 && `maxgold`=370; -- Atal'ai Priest - UPDATE `creature_template` SET `maxgold`=1672 WHERE `entry`=5270 && `maxgold`=476; -- Atal'ai Corpse Eater - UPDATE `creature_template` SET `maxgold`=1760 WHERE `entry`=5271 && `maxgold`=423; -- Atal'ai Deathwalker - UPDATE `creature_template` SET `maxgold`=1843 WHERE `entry`=5273 && `maxgold`=423; -- Atal'ai High Priest - UPDATE `creature_template` SET `maxgold`=1824 WHERE `entry`=5277 && `maxgold`=495; -- Nightmare Scalebane - UPDATE `creature_template` SET `mingold`=57 WHERE `entry`=5278 && `mingold`=72; -- Sprite Darter (sample size 92) - UPDATE `creature_template` SET `maxgold`=405 WHERE `entry`=5278 && `maxgold`=99; -- Sprite Darter (sample size 92) - UPDATE `creature_template` SET `maxgold`=1809 WHERE `entry`=5280 && `maxgold`=423; -- Nightmare Wyrmkin - UPDATE `creature_template` SET `mingold`=289 WHERE `entry`=5283 && `mingold`=361; -- Nightmare Wanderer - UPDATE `creature_template` SET `maxgold`=1196 WHERE `entry`=5283 && `maxgold`=476; -- Nightmare Wanderer - UPDATE `creature_template` SET `mingold`=65 WHERE `entry`=5292 && `mingold`=74; -- Feral Scar Yeti (sample size 50) - UPDATE `creature_template` SET `maxgold`=427 WHERE `entry`=5292 && `maxgold`=101; -- Feral Scar Yeti (sample size 50) - UPDATE `creature_template` SET `maxgold`=455 WHERE `entry`=5293 && `maxgold`=123; -- Hulking Feral Scar - UPDATE `creature_template` SET `mingold`=72 WHERE `entry`=5295 && `mingold`=81; -- Enraged Feral Scar (sample size 29) - UPDATE `creature_template` SET `maxgold`=455 WHERE `entry`=5295 && `maxgold`=111; -- Enraged Feral Scar (sample size 29) - UPDATE `creature_template` SET `mingold`=84 WHERE `entry`=5296 && `mingold`=89; -- Rage Scar Yeti - UPDATE `creature_template` SET `maxgold`=419 WHERE `entry`=5296 && `maxgold`=121; -- Rage Scar Yeti - UPDATE `creature_template` SET `mingold`=107 WHERE `entry`=5297 && `mingold`=95; -- Elder Rage Scar (sample size 22) - UPDATE `creature_template` SET `maxgold`=557 WHERE `entry`=5297 && `maxgold`=129; -- Elder Rage Scar (sample size 22) - UPDATE `creature_template` SET `mingold`=77 WHERE `entry`=5299 && `mingold`=92; -- Ferocious Rage Scar (sample size 32) - UPDATE `creature_template` SET `maxgold`=533 WHERE `entry`=5299 && `maxgold`=125; -- Ferocious Rage Scar (sample size 32) - UPDATE `creature_template` SET `maxgold`=1619 WHERE `entry`=5357 && `maxgold`=324; -- Land Walker - UPDATE `creature_template` SET `maxgold`=1394 WHERE `entry`=5358 && `maxgold`=326; -- Cliff Giant - UPDATE `creature_template` SET `maxgold`=571 WHERE `entry`=5362 && `maxgold`=113; -- Northspring Harpy - UPDATE `creature_template` SET `maxgold`=394 WHERE `entry`=5363 && `maxgold`=113; -- Northspring Roguefeather - UPDATE `creature_template` SET `maxgold`=573 WHERE `entry`=5364 && `maxgold`=116; -- Northspring Slayer - UPDATE `creature_template` SET `mingold`=121 WHERE `entry`=5366 && `mingold`=85; -- Northspring Windcaller (sample size 21) - UPDATE `creature_template` SET `maxgold`=603 WHERE `entry`=5366 && `maxgold`=116; -- Northspring Windcaller (sample size 21) - UPDATE `creature_template` SET `maxgold`=671 WHERE `entry`=5402 && `maxgold`=534; -- Khan Hratha - UPDATE `creature_template` SET `mingold`=155 WHERE `entry`=5469 && `mingold`=351; -- Dune Smasher - UPDATE `creature_template` SET `mingold`=72 WHERE `entry`=5471 && `mingold`=88; -- Dunemaul Ogre - UPDATE `creature_template` SET `maxgold`=442 WHERE `entry`=5471 && `maxgold`=120; -- Dunemaul Ogre - UPDATE `creature_template` SET `mingold`=78 WHERE `entry`=5472 && `mingold`=89; -- Dunemaul Enforcer (sample size 64) - UPDATE `creature_template` SET `maxgold`=502 WHERE `entry`=5472 && `maxgold`=121; -- Dunemaul Enforcer (sample size 64) - UPDATE `creature_template` SET `maxgold`=434 WHERE `entry`=5473 && `maxgold`=108; -- Dunemaul Ogre Mage - UPDATE `creature_template` SET `mingold`=79 WHERE `entry`=5474 && `mingold`=90; -- Dunemaul Brute (sample size 69) - UPDATE `creature_template` SET `maxgold`=540 WHERE `entry`=5474 && `maxgold`=123; -- Dunemaul Brute (sample size 69) - UPDATE `creature_template` SET `maxgold`=515 WHERE `entry`=5475 && `maxgold`=111; -- Dunemaul Warlock - UPDATE `creature_template` SET `maxgold`=202 WHERE `entry`=5477 && `maxgold`=91; -- Noboru the Cudgel - UPDATE `creature_template` SET `mingold`=86 WHERE `entry`=5481 && `mingold`=92; -- Thistleshrub Dew Collector (sample size 67) - UPDATE `creature_template` SET `maxgold`=528 WHERE `entry`=5481 && `maxgold`=125; -- Thistleshrub Dew Collector (sample size 67) - UPDATE `creature_template` SET `mingold`=87 WHERE `entry`=5485 && `mingold`=85; -- Thistleshrub Rootshaper (sample size 54) - UPDATE `creature_template` SET `maxgold`=603 WHERE `entry`=5485 && `maxgold`=116; -- Thistleshrub Rootshaper (sample size 54) - UPDATE `creature_template` SET `mingold`=85 WHERE `entry`=5490 && `mingold`=95; -- Gnarled Thistleshrub (sample size 44) - UPDATE `creature_template` SET `maxgold`=566 WHERE `entry`=5490 && `maxgold`=129; -- Gnarled Thistleshrub (sample size 44) - UPDATE `creature_template` SET `maxgold`=221 WHERE `entry`=5600 && `maxgold`=170; -- Khan Dez'hepah - UPDATE `creature_template` SET `maxgold`=238 WHERE `entry`=5601 && `maxgold`=184; -- Khan Jehn - UPDATE `creature_template` SET `mingold`=94 WHERE `entry`=5602 && `mingold`=150; -- Khan Shaka - UPDATE `creature_template` SET `mingold`=61 WHERE `entry`=5615 && `mingold`=78; -- Wastewander Rogue (sample size 42) - UPDATE `creature_template` SET `maxgold`=412 WHERE `entry`=5615 && `maxgold`=107; -- Wastewander Rogue (sample size 42) - UPDATE `creature_template` SET `mingold`=54 WHERE `entry`=5616 && `mingold`=71; -- Wastewander Thief (sample size 49) - UPDATE `creature_template` SET `maxgold`=351 WHERE `entry`=5616 && `maxgold`=98; -- Wastewander Thief (sample size 49) - UPDATE `creature_template` SET `mingold`=69 WHERE `entry`=5617 && `mingold`=62; -- Wastewander Shadow Mage (sample size 56) - UPDATE `creature_template` SET `maxgold`=405 WHERE `entry`=5617 && `maxgold`=86; -- Wastewander Shadow Mage (sample size 56) - UPDATE `creature_template` SET `mingold`=60 WHERE `entry`=5618 && `mingold`=74; -- Wastewander Bandit (sample size 59) - UPDATE `creature_template` SET `maxgold`=380 WHERE `entry`=5618 && `maxgold`=102; -- Wastewander Bandit (sample size 59) - UPDATE `creature_template` SET `maxgold`=237 WHERE `entry`=5622 && `maxgold`=84; -- Ongeku - UPDATE `creature_template` SET `mingold`=80 WHERE `entry`=5623 && `mingold`=83; -- Wastewander Assassin (sample size 30) - UPDATE `creature_template` SET `maxgold`=453 WHERE `entry`=5623 && `maxgold`=114; -- Wastewander Assassin (sample size 30) - UPDATE `creature_template` SET `maxgold`=255 WHERE `entry`=5643 && `maxgold`=74; -- Tyranis Malem - UPDATE `creature_template` SET `maxgold`=970 WHERE `entry`=5645 && `maxgold`=383; -- Sandfury Hideskinner - UPDATE `creature_template` SET `maxgold`=878 WHERE `entry`=5647 && `maxgold`=307; -- Sandfury Firecaller - UPDATE `creature_template` SET `mingold`=221 WHERE `entry`=5648 && `mingold`=236; -- Sandfury Shadowcaster (sample size 50) - UPDATE `creature_template` SET `maxgold`=1282 WHERE `entry`=5648 && `maxgold`=313; -- Sandfury Shadowcaster (sample size 50) - UPDATE `creature_template` SET `mingold`=209 WHERE `entry`=5649 && `mingold`=306; -- Sandfury Blood Drinker (sample size 110) - UPDATE `creature_template` SET `maxgold`=1360 WHERE `entry`=5649 && `maxgold`=404; -- Sandfury Blood Drinker (sample size 110) - UPDATE `creature_template` SET `mingold`=258 WHERE `entry`=5650 && `mingold`=263; -- Sandfury Witch Doctor (sample size 74) - UPDATE `creature_template` SET `maxgold`=1346 WHERE `entry`=5650 && `maxgold`=348; -- Sandfury Witch Doctor (sample size 74) - UPDATE `creature_template` SET `mingold`=672 WHERE `entry`=5709 && `mingold`=1536; -- Shade of Eranikus - UPDATE `creature_template` SET `maxgold`=2430 WHERE `entry`=5709 && `maxgold`=2010; -- Shade of Eranikus - UPDATE `creature_template` SET `maxgold`=1598 WHERE `entry`=5710 && `maxgold`=676; -- Jammal'an the Prophet - UPDATE `creature_template` SET `maxgold`=1745 WHERE `entry`=5711 && `maxgold`=452; -- Ogom the Wretched - UPDATE `creature_template` SET `maxgold`=1994 WHERE `entry`=5712 && `maxgold`=625; -- Zolo - UPDATE `creature_template` SET `maxgold`=1058 WHERE `entry`=5713 && `maxgold`=497; -- Gasher - UPDATE `creature_template` SET `maxgold`=1771 WHERE `entry`=5714 && `maxgold`=497; -- Loro - UPDATE `creature_template` SET `maxgold`=1959 WHERE `entry`=5715 && `maxgold`=583; -- Hukku - UPDATE `creature_template` SET `mingold`=387 WHERE `entry`=5716 && `mingold`=850; -- Zul'Lor - UPDATE `creature_template` SET `maxgold`=1262 WHERE `entry`=5716 && `maxgold`=1115; -- Zul'Lor - UPDATE `creature_template` SET `maxgold`=1628 WHERE `entry`=5717 && `maxgold`=727; -- Mijan - UPDATE `creature_template` SET `maxgold`=1968 WHERE `entry`=5720 && `maxgold`=620; -- Weaver - UPDATE `creature_template` SET `maxgold`=1765 WHERE `entry`=5721 && `maxgold`=643; -- Dreamscythe - UPDATE `creature_template` SET `maxgold`=1475 WHERE `entry`=5722 && `maxgold`=785; -- Hazzas - UPDATE `creature_template` SET `mingold`=255 WHERE `entry`=5760 && `mingold`=261; -- Lord Azrethoc - UPDATE `creature_template` SET `mingold`=29 WHERE `entry`=5761 && `mingold`=89; -- Deviate Shambler - UPDATE `creature_template` SET `maxgold`=178 WHERE `entry`=5761 && `maxgold`=121; -- Deviate Shambler - UPDATE `creature_template` SET `maxgold`=354 WHERE `entry`=5771 && `maxgold`=84; -- Jugkar Grim'rod - UPDATE `creature_template` SET `mingold`=27 WHERE `entry`=5785 && `mingold`=53; -- Sister Hatelash - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=5787 && `mingold`=13; -- Enforcer Emilgund - UPDATE `creature_template` SET `maxgold`=329 WHERE `entry`=5799 && `maxgold`=247; -- Hannah Bladeleaf - UPDATE `creature_template` SET `mingold`=93 WHERE `entry`=5800 && `mingold`=192; -- Marcus Bel - UPDATE `creature_template` SET `mingold`=49 WHERE `entry`=5824 && `mingold`=72; -- Captain Flat Tusk - UPDATE `creature_template` SET `maxgold`=42 WHERE `entry`=5838 && `maxgold`=31; -- Brokespear - UPDATE `creature_template` SET `mingold`=85 WHERE `entry`=5839 && `mingold`=65; -- Dark Iron Geologist (sample size 32) - UPDATE `creature_template` SET `maxgold`=423 WHERE `entry`=5839 && `maxgold`=90; -- Dark Iron Geologist (sample size 32) - UPDATE `creature_template` SET `mingold`=83 WHERE `entry`=5840 && `mingold`=89; -- Dark Iron Steamsmith (sample size 25) - UPDATE `creature_template` SET `maxgold`=479 WHERE `entry`=5840 && `maxgold`=121; -- Dark Iron Steamsmith (sample size 25) - UPDATE `creature_template` SET `mingold`=101 WHERE `entry`=5843 && `mingold`=91; -- Slave Worker (sample size 24) - UPDATE `creature_template` SET `maxgold`=477 WHERE `entry`=5843 && `maxgold`=123; -- Slave Worker (sample size 24) - UPDATE `creature_template` SET `mingold`=70 WHERE `entry`=5844 && `mingold`=88; -- Dark Iron Slaver (sample size 142) - UPDATE `creature_template` SET `maxgold`=480 WHERE `entry`=5844 && `maxgold`=120; -- Dark Iron Slaver (sample size 142) - UPDATE `creature_template` SET `mingold`=78 WHERE `entry`=5846 && `mingold`=94; -- Dark Iron Taskmaster (sample size 135) - UPDATE `creature_template` SET `maxgold`=536 WHERE `entry`=5846 && `maxgold`=128; -- Dark Iron Taskmaster (sample size 135) - UPDATE `creature_template` SET `maxgold`=67 WHERE `entry`=5847 && `maxgold`=45; -- Heggin Stonewhisker - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=5849 && `mingold`=32; -- Digger Flameforge - UPDATE `creature_template` SET `mingold`=77 WHERE `entry`=5853 && `mingold`=88; -- Tempered War Golem - UPDATE `creature_template` SET `maxgold`=454 WHERE `entry`=5853 && `maxgold`=120; -- Tempered War Golem - UPDATE `creature_template` SET `maxgold`=540 WHERE `entry`=5854 && `maxgold`=125; -- Heavy War Golem (sample size 90) - UPDATE `creature_template` SET `mingold`=235 WHERE `entry`=5860 && `mingold`=289; -- Twilight Dark Shaman (sample size 21) - UPDATE `creature_template` SET `maxgold`=1459 WHERE `entry`=5860 && `maxgold`=383; -- Twilight Dark Shaman (sample size 21) - UPDATE `creature_template` SET `mingold`=271 WHERE `entry`=5861 && `mingold`=351; -- Twilight Fire Guard (sample size 24) - UPDATE `creature_template` SET `maxgold`=1697 WHERE `entry`=5861 && `maxgold`=463; -- Twilight Fire Guard (sample size 24) - UPDATE `creature_template` SET `maxgold`=1738 WHERE `entry`=5862 && `maxgold`=376; -- Twilight Geomancer - UPDATE `creature_template` SET `maxgold`=456 WHERE `entry`=5881 && `maxgold`=112; -- Cursed Sycamore - UPDATE `creature_template` SET `maxgold`=285 WHERE `entry`=5916 && `maxgold`=266; -- Sentinel Amarassan - UPDATE `creature_template` SET `mingold`=46 WHERE `entry`=5932 && `mingold`=161; -- Taskmaster Whipfang - UPDATE `creature_template` SET `maxgold`=433 WHERE `entry`=5974 && `maxgold`=123; -- Dreadmaul Ogre - UPDATE `creature_template` SET `maxgold`=391 WHERE `entry`=5975 && `maxgold`=99; -- Dreadmaul Ogre Mage - UPDATE `creature_template` SET `maxgold`=455 WHERE `entry`=5976 && `maxgold`=124; -- Dreadmaul Brute - UPDATE `creature_template` SET `maxgold`=666 WHERE `entry`=5977 && `maxgold`=154; -- Dreadmaul Mauler - UPDATE `creature_template` SET `maxgold`=420 WHERE `entry`=5979 && `maxgold`=109; -- Wretched Lost One - UPDATE `creature_template` SET `maxgold`=644 WHERE `entry`=5981 && `maxgold`=305; -- Portal Seeker - UPDATE `creature_template` SET `mingold`=113 WHERE `entry`=6004 && `mingold`=108; -- Shadowsworn Cultist (sample size 32) - UPDATE `creature_template` SET `maxgold`=674 WHERE `entry`=6004 && `maxgold`=146; -- Shadowsworn Cultist (sample size 32) - UPDATE `creature_template` SET `maxgold`=704 WHERE `entry`=6005 && `maxgold`=150; -- Shadowsworn Thug - UPDATE `creature_template` SET `mingold`=117 WHERE `entry`=6006 && `mingold`=96; -- Shadowsworn Adept (sample size 36) - UPDATE `creature_template` SET `maxgold`=706 WHERE `entry`=6006 && `maxgold`=131; -- Shadowsworn Adept (sample size 36) - UPDATE `creature_template` SET `maxgold`=672 WHERE `entry`=6007 && `maxgold`=151; -- Shadowsworn Enforcer - UPDATE `creature_template` SET `maxgold`=614 WHERE `entry`=6008 && `maxgold`=124; -- Shadowsworn Warlock - UPDATE `creature_template` SET `maxgold`=503 WHERE `entry`=6009 && `maxgold`=136; -- Shadowsworn Dreadweaver - UPDATE `creature_template` SET `maxgold`=166 WHERE `entry`=6011 && `maxgold`=158; -- Felguard Sentry - UPDATE `creature_template` SET `maxgold`=43 WHERE `entry`=6020 && `maxgold`=36; -- Slimeshell Makrura - UPDATE `creature_template` SET `maxgold`=354 WHERE `entry`=6035 && `maxgold`=224; -- Razorfen Stalker - UPDATE `creature_template` SET `maxgold`=329 WHERE `entry`=6069 && `maxgold`=145; -- Maraudine Khan Guard - UPDATE `creature_template` SET `mingold`=85 WHERE `entry`=6116 && `mingold`=86; -- Highborne Apparition - UPDATE `creature_template` SET `maxgold`=482 WHERE `entry`=6116 && `maxgold`=118; -- Highborne Apparition - UPDATE `creature_template` SET `maxgold`=477 WHERE `entry`=6117 && `maxgold`=99; -- Highborne Lichling - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=6123 && `mingold`=9; -- Dark Iron Spy - UPDATE `creature_template` SET `mingold`=78 WHERE `entry`=6125 && `mingold`=86; -- Haldarr Satyr - UPDATE `creature_template` SET `maxgold`=411 WHERE `entry`=6125 && `maxgold`=118; -- Haldarr Satyr - UPDATE `creature_template` SET `maxgold`=457 WHERE `entry`=6126 && `maxgold`=120; -- Haldarr Trickster - UPDATE `creature_template` SET `maxgold`=396 WHERE `entry`=6127 && `maxgold`=99; -- Haldarr Felsworn - UPDATE `creature_template` SET `mingold`=101 WHERE `entry`=6132 && `mingold`=121; -- Razorfen Servitor - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=6133 && `mingold`=11; -- Shade of Elura - UPDATE `creature_template` SET `maxgold`=733 WHERE `entry`=6135 && `maxgold`=154; -- Arkkoran Clacker - UPDATE `creature_template` SET `mingold`=110 WHERE `entry`=6136 && `mingold`=114; -- Arkkoran Muckdweller - UPDATE `creature_template` SET `maxgold`=408 WHERE `entry`=6136 && `maxgold`=154; -- Arkkoran Muckdweller - UPDATE `creature_template` SET `maxgold`=729 WHERE `entry`=6137 && `maxgold`=158; -- Arkkoran Pincer - UPDATE `creature_template` SET `maxgold`=765 WHERE `entry`=6138 && `maxgold`=136; -- Arkkoran Oracle - UPDATE `creature_template` SET `maxgold`=1948 WHERE `entry`=6146 && `maxgold`=559; -- Cliff Breaker - UPDATE `creature_template` SET `maxgold`=1922 WHERE `entry`=6147 && `maxgold`=540; -- Cliff Thunderer - UPDATE `creature_template` SET `maxgold`=1788 WHERE `entry`=6148 && `maxgold`=527; -- Cliff Walker - UPDATE `creature_template` SET `mingold`=128 WHERE `entry`=6168 && `mingold`=142; -- Roogug - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=6170 && `mingold`=45; -- Gutspill - UPDATE `creature_template` SET `maxgold`=130 WHERE `entry`=6170 && `maxgold`=64; -- Gutspill - UPDATE `creature_template` SET `maxgold`=43 WHERE `entry`=6180 && `maxgold`=24; -- Defias Raider - UPDATE `creature_template` SET `mingold`=73 WHERE `entry`=6188 && `mingold`=86; -- Timbermaw Shaman - UPDATE `creature_template` SET `maxgold`=273 WHERE `entry`=6188 && `maxgold`=118; -- Timbermaw Shaman - UPDATE `creature_template` SET `maxgold`=464 WHERE `entry`=6190 && `maxgold`=124; -- Spitelash Warrior - UPDATE `creature_template` SET `maxgold`=539 WHERE `entry`=6194 && `maxgold`=113; -- Spitelash Serpent Guard - UPDATE `creature_template` SET `mingold`=122 WHERE `entry`=6195 && `mingold`=91; -- Spitelash Siren (sample size 34) - UPDATE `creature_template` SET `maxgold`=678 WHERE `entry`=6195 && `maxgold`=124; -- Spitelash Siren (sample size 34) - UPDATE `creature_template` SET `mingold`=102 WHERE `entry`=6196 && `mingold`=105; -- Spitelash Myrmidon - UPDATE `creature_template` SET `maxgold`=612 WHERE `entry`=6196 && `maxgold`=143; -- Spitelash Myrmidon - UPDATE `creature_template` SET `maxgold`=682 WHERE `entry`=6198 && `maxgold`=124; -- Blood Elf Surveyor - UPDATE `creature_template` SET `maxgold`=690 WHERE `entry`=6199 && `maxgold`=120; -- Blood Elf Reclaimer - UPDATE `creature_template` SET `mingold`=112 WHERE `entry`=6206 && `mingold`=154; -- Caverndeep Burrower - UPDATE `creature_template` SET `maxgold`=360 WHERE `entry`=6206 && `maxgold`=206; -- Caverndeep Burrower - UPDATE `creature_template` SET `maxgold`=120 WHERE `entry`=6207 && `maxgold`=50; -- Caverndeep Ambusher - UPDATE `creature_template` SET `mingold`=120 WHERE `entry`=6208 && `mingold`=133; -- Caverndeep Invader - UPDATE `creature_template` SET `maxgold`=266 WHERE `entry`=6208 && `maxgold`=179; -- Caverndeep Invader - UPDATE `creature_template` SET `maxgold`=326 WHERE `entry`=6210 && `maxgold`=176; -- Caverndeep Pillager - UPDATE `creature_template` SET `mingold`=68 WHERE `entry`=6211 && `mingold`=153; -- Caverndeep Reaver - UPDATE `creature_template` SET `maxgold`=431 WHERE `entry`=6211 && `maxgold`=205; -- Caverndeep Reaver - UPDATE `creature_template` SET `mingold`=125 WHERE `entry`=6212 && `mingold`=200; -- Dark Iron Agent - UPDATE `creature_template` SET `maxgold`=538 WHERE `entry`=6212 && `maxgold`=266; -- Dark Iron Agent - UPDATE `creature_template` SET `mingold`=105 WHERE `entry`=6213 && `mingold`=114; -- Irradiated Invader - UPDATE `creature_template` SET `maxgold`=340 WHERE `entry`=6213 && `maxgold`=154; -- Irradiated Invader - UPDATE `creature_template` SET `mingold`=29 WHERE `entry`=6218 && `mingold`=153; -- Irradiated Slime - UPDATE `creature_template` SET `mingold`=16 WHERE `entry`=6221 && `mingold`=32; -- Addled Leper (sample size 22) - UPDATE `creature_template` SET `maxgold`=113 WHERE `entry`=6221 && `maxgold`=47; -- Addled Leper (sample size 22) - UPDATE `creature_template` SET `mingold`=32 WHERE `entry`=6222 && `mingold`=45; -- Leprous Technician - UPDATE `creature_template` SET `maxgold`=166 WHERE `entry`=6222 && `maxgold`=64; -- Leprous Technician - UPDATE `creature_template` SET `mingold`=119 WHERE `entry`=6223 && `mingold`=164; -- Leprous Defender - UPDATE `creature_template` SET `maxgold`=465 WHERE `entry`=6223 && `maxgold`=219; -- Leprous Defender - UPDATE `creature_template` SET `maxgold`=169 WHERE `entry`=6224 && `maxgold`=61; -- Leprous Machinesmith - UPDATE `creature_template` SET `mingold`=125 WHERE `entry`=6225 && `mingold`=174; -- Mechano-Tank - UPDATE `creature_template` SET `maxgold`=365 WHERE `entry`=6225 && `maxgold`=232; -- Mechano-Tank - UPDATE `creature_template` SET `maxgold`=511 WHERE `entry`=6226 && `maxgold`=217; -- Mechano-Flamewalker - UPDATE `creature_template` SET `mingold`=164 WHERE `entry`=6227 && `mingold`=169; -- Mechano-Frostwalker - UPDATE `creature_template` SET `maxgold`=480 WHERE `entry`=6227 && `maxgold`=225; -- Mechano-Frostwalker - UPDATE `creature_template` SET `mingold`=72 WHERE `entry`=6233 && `mingold`=202; -- Mechanized Sentry - UPDATE `creature_template` SET `maxgold`=444 WHERE `entry`=6233 && `maxgold`=269; -- Mechanized Sentry - UPDATE `creature_template` SET `mingold`=113 WHERE `entry`=6234 && `mingold`=190; -- Mechanized Guardian - UPDATE `creature_template` SET `maxgold`=515 WHERE `entry`=6234 && `maxgold`=253; -- Mechanized Guardian - UPDATE `creature_template` SET `mingold`=231 WHERE `entry`=6243 && `mingold`=232; -- Gelihast - UPDATE `creature_template` SET `mingold`=69 WHERE `entry`=6329 && `mingold`=125; -- Irradiated Pillager - UPDATE `creature_template` SET `maxgold`=369 WHERE `entry`=6329 && `maxgold`=168; -- Irradiated Pillager - UPDATE `creature_template` SET `mingold`=116 WHERE `entry`=6350 && `mingold`=117; -- Makrinni Razorclaw - UPDATE `creature_template` SET `mingold`=90 WHERE `entry`=6426 && `mingold`=198; -- Anguished Dead (sample size 29) - UPDATE `creature_template` SET `maxgold`=541 WHERE `entry`=6426 && `maxgold`=264; -- Anguished Dead (sample size 29) - UPDATE `creature_template` SET `mingold`=95 WHERE `entry`=6427 && `mingold`=196; -- Haunting Phantasm (sample size 25) - UPDATE `creature_template` SET `maxgold`=591 WHERE `entry`=6427 && `maxgold`=261; -- Haunting Phantasm (sample size 25) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=6466 && `mingold`=25; -- Gamon - UPDATE `creature_template` SET `mingold`=230 WHERE `entry`=6487 && `mingold`=434; -- Arcanist Doan - UPDATE `creature_template` SET `maxgold`=770 WHERE `entry`=6487 && `maxgold`=572; -- Arcanist Doan - UPDATE `creature_template` SET `maxgold`=453 WHERE `entry`=6488 && `maxgold`=394; -- Fallen Champion - UPDATE `creature_template` SET `mingold`=182 WHERE `entry`=6489 && `mingold`=298; -- Ironspine - UPDATE `creature_template` SET `maxgold`=624 WHERE `entry`=6490 && `maxgold`=314; -- Azshir the Sleepless - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=6494 && `maxgold`=23; -- Tazan - UPDATE `creature_template` SET `mingold`=6 WHERE `entry`=6497 && `mingold`=19; -- Astor Hadren - UPDATE `creature_template` SET `maxgold`=643 WHERE `entry`=6517 && `maxgold`=140; -- Tar Beast (sample size 50) - UPDATE `creature_template` SET `mingold`=103 WHERE `entry`=6518 && `mingold`=111; -- Tar Lurker (sample size 56) - UPDATE `creature_template` SET `maxgold`=714 WHERE `entry`=6518 && `maxgold`=150; -- Tar Lurker (sample size 56) - UPDATE `creature_template` SET `mingold`=127 WHERE `entry`=6519 && `mingold`=99; -- Tar Lord (sample size 54) - UPDATE `creature_template` SET `maxgold`=742 WHERE `entry`=6519 && `maxgold`=135; -- Tar Lord (sample size 54) - UPDATE `creature_template` SET `mingold`=94 WHERE `entry`=6523 && `mingold`=153; -- Dark Iron Rifleman - UPDATE `creature_template` SET `maxgold`=357 WHERE `entry`=6523 && `maxgold`=205; -- Dark Iron Rifleman - UPDATE `creature_template` SET `mingold`=97 WHERE `entry`=6527 && `mingold`=91; -- Tar Creeper (sample size 55) - UPDATE `creature_template` SET `maxgold`=667 WHERE `entry`=6527 && `maxgold`=124; -- Tar Creeper (sample size 55) - UPDATE `creature_template` SET `mingold`=81 WHERE `entry`=6556 && `mingold`=95; -- Muculent Ooze - UPDATE `creature_template` SET `maxgold`=322 WHERE `entry`=6556 && `maxgold`=129; -- Muculent Ooze - UPDATE `creature_template` SET `mingold`=63 WHERE `entry`=6557 && `mingold`=103; -- Primal Ooze (sample size 37) - UPDATE `creature_template` SET `maxgold`=399 WHERE `entry`=6557 && `maxgold`=140; -- Primal Ooze (sample size 37) - UPDATE `creature_template` SET `mingold`=56 WHERE `entry`=6559 && `mingold`=113; -- Glutinous Ooze (sample size 31) - UPDATE `creature_template` SET `maxgold`=247 WHERE `entry`=6559 && `maxgold`=153; -- Glutinous Ooze (sample size 31) - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=6575 && `mingold`=13; -- Scarlet Trainee (sample size 37) - UPDATE `creature_template` SET `maxgold`=30 WHERE `entry`=6575 && `maxgold`=63; -- Scarlet Trainee (sample size 37) - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=6606 && `mingold`=18; -- Overseer Glibby - UPDATE `creature_template` SET `maxgold`=31 WHERE `entry`=6606 && `maxgold`=29; -- Overseer Glibby - UPDATE `creature_template` SET `maxgold`=62 WHERE `entry`=6668 && `maxgold`=43; -- Lord Cyrik Blackforge - UPDATE `creature_template` SET `maxgold`=947 WHERE `entry`=6733 && `maxgold`=348; -- Stonevault Basher - UPDATE `creature_template` SET `mingold`=2 WHERE `entry`=6846 && `mingold`=10; -- Defias Dockmaster - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=6866 && `mingold`=5; -- Defias Bodyguard - UPDATE `creature_template` SET `maxgold`=1116 WHERE `entry`=6906 && `maxgold`=358; -- Baelog - UPDATE `creature_template` SET `mingold`=231 WHERE `entry`=6907 && `mingold`=265; -- Eric "The Swift" - UPDATE `creature_template` SET `maxgold`=676 WHERE `entry`=6907 && `maxgold`=351; -- Eric "The Swift" - UPDATE `creature_template` SET `maxgold`=919 WHERE `entry`=6908 && `maxgold`=390; -- Olaf - UPDATE `creature_template` SET `maxgold`=696 WHERE `entry`=6910 && `maxgold`=301; -- Revelosh - UPDATE `creature_template` SET `maxgold`=304 WHERE `entry`=7011 && `maxgold`=103; -- Earthen Rocksmasher - UPDATE `creature_template` SET `maxgold`=1087 WHERE `entry`=7012 && `maxgold`=89; -- Earthen Sculptor - UPDATE `creature_template` SET `maxgold`=34 WHERE `entry`=7015 && `maxgold`=29; -- Flagglemurk the Cruel - UPDATE `creature_template` SET `maxgold`=1162 WHERE `entry`=7023 && `maxgold`=549; -- Obsidian Sentinel - UPDATE `creature_template` SET `maxgold`=822 WHERE `entry`=7025 && `maxgold`=165; -- Blackrock Soldier - UPDATE `creature_template` SET `maxgold`=626 WHERE `entry`=7026 && `maxgold`=134; -- Blackrock Sorcerer - UPDATE `creature_template` SET `mingold`=124 WHERE `entry`=7027 && `mingold`=125; -- Blackrock Slayer - UPDATE `creature_template` SET `maxgold`=859 WHERE `entry`=7027 && `maxgold`=169; -- Blackrock Slayer - UPDATE `creature_template` SET `maxgold`=792 WHERE `entry`=7028 && `maxgold`=135; -- Blackrock Warlock - UPDATE `creature_template` SET `maxgold`=996 WHERE `entry`=7030 && `maxgold`=306; -- Shadowforge Geologist - UPDATE `creature_template` SET `mingold`=110 WHERE `entry`=7033 && `mingold`=114; -- Firegut Ogre (sample size 53) - UPDATE `creature_template` SET `maxgold`=636 WHERE `entry`=7033 && `maxgold`=154; -- Firegut Ogre (sample size 53) - UPDATE `creature_template` SET `mingold`=119 WHERE `entry`=7034 && `mingold`=100; -- Firegut Ogre Mage (sample size 33) - UPDATE `creature_template` SET `maxgold`=680 WHERE `entry`=7034 && `maxgold`=135; -- Firegut Ogre Mage (sample size 33) - UPDATE `creature_template` SET `mingold`=115 WHERE `entry`=7035 && `mingold`=118; -- Firegut Brute (sample size 47) - UPDATE `creature_template` SET `maxgold`=705 WHERE `entry`=7035 && `maxgold`=159; -- Firegut Brute (sample size 47) - UPDATE `creature_template` SET `maxgold`=187 WHERE `entry`=7036 && `maxgold`=154; -- Thaurissan Spy - UPDATE `creature_template` SET `maxgold`=209 WHERE `entry`=7037 && `maxgold`=154; -- Thaurissan Firewalker - UPDATE `creature_template` SET `maxgold`=714 WHERE `entry`=7038 && `maxgold`=158; -- Thaurissan Agent - UPDATE `creature_template` SET `maxgold`=2149 WHERE `entry`=7040 && `maxgold`=527; -- Black Dragonspawn - UPDATE `creature_template` SET `maxgold`=2071 WHERE `entry`=7041 && `maxgold`=413; -- Black Wyrmkin - UPDATE `creature_template` SET `maxgold`=1992 WHERE `entry`=7042 && `maxgold`=592; -- Flamescale Dragonspawn - UPDATE `creature_template` SET `maxgold`=1210 WHERE `entry`=7044 && `maxgold`=512; -- Black Drake - UPDATE `creature_template` SET `mingold`=103 WHERE `entry`=7047 && `mingold`=93; -- Black Broodling (sample size 26) - UPDATE `creature_template` SET `maxgold`=651 WHERE `entry`=7047 && `maxgold`=127; -- Black Broodling (sample size 26) - UPDATE `creature_template` SET `maxgold`=753 WHERE `entry`=7048 && `maxgold`=126; -- Scalding Broodling - UPDATE `creature_template` SET `mingold`=34 WHERE `entry`=7076 && `mingold`=52; -- Earthen Guardian - UPDATE `creature_template` SET `maxgold`=101 WHERE `entry`=7076 && `maxgold`=72; -- Earthen Guardian - UPDATE `creature_template` SET `mingold`=33 WHERE `entry`=7077 && `mingold`=51; -- Earthen Hallshaper - UPDATE `creature_template` SET `mingold`=53 WHERE `entry`=7086 && `mingold`=96; -- Cursed Ooze (sample size 21) - UPDATE `creature_template` SET `maxgold`=295 WHERE `entry`=7086 && `maxgold`=130; -- Cursed Ooze (sample size 21) - UPDATE `creature_template` SET `maxgold`=309 WHERE `entry`=7091 && `maxgold`=110; -- Shadowforge Ambusher - UPDATE `creature_template` SET `mingold`=52 WHERE `entry`=7092 && `mingold`=108; -- Tainted Ooze - UPDATE `creature_template` SET `maxgold`=296 WHERE `entry`=7092 && `maxgold`=146; -- Tainted Ooze - UPDATE `creature_template` SET `maxgold`=423 WHERE `entry`=7093 && `maxgold`=146; -- Vile Ooze - UPDATE `creature_template` SET `mingold`=111 WHERE `entry`=7100 && `mingold`=109; -- Warpwood Moss Flayer (sample size 40) - UPDATE `creature_template` SET `maxgold`=712 WHERE `entry`=7100 && `maxgold`=148; -- Warpwood Moss Flayer (sample size 40) - UPDATE `creature_template` SET `mingold`=127 WHERE `entry`=7101 && `mingold`=112; -- Warpwood Shredder (sample size 23) - UPDATE `creature_template` SET `maxgold`=725 WHERE `entry`=7101 && `maxgold`=151; -- Warpwood Shredder (sample size 23) - UPDATE `creature_template` SET `mingold`=94 WHERE `entry`=7106 && `mingold`=103; -- Jadefire Rogue - UPDATE `creature_template` SET `maxgold`=495 WHERE `entry`=7106 && `maxgold`=140; -- Jadefire Rogue - UPDATE `creature_template` SET `mingold`=112 WHERE `entry`=7107 && `mingold`=94; -- Jadefire Trickster (sample size 25) - UPDATE `creature_template` SET `maxgold`=684 WHERE `entry`=7107 && `maxgold`=128; -- Jadefire Trickster (sample size 25) - UPDATE `creature_template` SET `maxgold`=706 WHERE `entry`=7108 && `maxgold`=148; -- Jadefire Betrayer - UPDATE `creature_template` SET `mingold`=105 WHERE `entry`=7109 && `mingold`=91; -- Jadefire Felsworn (sample size 21) - UPDATE `creature_template` SET `maxgold`=630 WHERE `entry`=7109 && `maxgold`=123; -- Jadefire Felsworn (sample size 21) - UPDATE `creature_template` SET `maxgold`=609 WHERE `entry`=7110 && `maxgold`=144; -- Jadefire Shadowstalker - UPDATE `creature_template` SET `maxgold`=718 WHERE `entry`=7111 && `maxgold`=126; -- Jadefire Hellcaller - UPDATE `creature_template` SET `mingold`=102 WHERE `entry`=7112 && `mingold`=85; -- Jaedenar Cultist (sample size 51) - UPDATE `creature_template` SET `maxgold`=664 WHERE `entry`=7112 && `maxgold`=116; -- Jaedenar Cultist (sample size 51) - UPDATE `creature_template` SET `mingold`=130 WHERE `entry`=7113 && `mingold`=101; -- Jaedenar Guardian (sample size 49) - UPDATE `creature_template` SET `maxgold`=639 WHERE `entry`=7113 && `maxgold`=137; -- Jaedenar Guardian (sample size 49) - UPDATE `creature_template` SET `mingold`=104 WHERE `entry`=7114 && `mingold`=107; -- Jaedenar Enforcer (sample size 32) - UPDATE `creature_template` SET `maxgold`=706 WHERE `entry`=7114 && `maxgold`=145; -- Jaedenar Enforcer (sample size 32) - UPDATE `creature_template` SET `mingold`=127 WHERE `entry`=7115 && `mingold`=85; -- Jaedenar Adept (sample size 37) - UPDATE `creature_template` SET `maxgold`=675 WHERE `entry`=7115 && `maxgold`=116; -- Jaedenar Adept (sample size 37) - UPDATE `creature_template` SET `mingold`=168 WHERE `entry`=7118 && `mingold`=99; -- Jaedenar Darkweaver (sample size 40) - UPDATE `creature_template` SET `maxgold`=752 WHERE `entry`=7118 && `maxgold`=135; -- Jaedenar Darkweaver (sample size 40) - UPDATE `creature_template` SET `mingold`=156 WHERE `entry`=7120 && `mingold`=99; -- Jaedenar Warlock (sample size 40) - UPDATE `creature_template` SET `maxgold`=726 WHERE `entry`=7120 && `maxgold`=135; -- Jaedenar Warlock (sample size 40) - UPDATE `creature_template` SET `maxgold`=555 WHERE `entry`=7138 && `maxgold`=150; -- Irontree Wanderer - UPDATE `creature_template` SET `maxgold`=717 WHERE `entry`=7139 && `maxgold`=148; -- Irontree Stomper - UPDATE `creature_template` SET `mingold`=94 WHERE `entry`=7153 && `mingold`=93; -- Deadwood Warrior (sample size 38) - UPDATE `creature_template` SET `maxgold`=573 WHERE `entry`=7153 && `maxgold`=126; -- Deadwood Warrior (sample size 38) - UPDATE `creature_template` SET `mingold`=86 WHERE `entry`=7154 && `mingold`=82; -- Deadwood Gardener (sample size 32) - UPDATE `creature_template` SET `maxgold`=570 WHERE `entry`=7154 && `maxgold`=113; -- Deadwood Gardener (sample size 32) - UPDATE `creature_template` SET `mingold`=90 WHERE `entry`=7155 && `mingold`=96; -- Deadwood Pathfinder (sample size 24) - UPDATE `creature_template` SET `maxgold`=557 WHERE `entry`=7155 && `maxgold`=130; -- Deadwood Pathfinder (sample size 24) - UPDATE `creature_template` SET `mingold`=109 WHERE `entry`=7156 && `mingold`=112; -- Deadwood Den Watcher (sample size 26) - UPDATE `creature_template` SET `maxgold`=679 WHERE `entry`=7156 && `maxgold`=151; -- Deadwood Den Watcher (sample size 26) - UPDATE `creature_template` SET `mingold`=114 WHERE `entry`=7157 && `mingold`=117; -- Deadwood Avenger (sample size 24) - UPDATE `creature_template` SET `maxgold`=754 WHERE `entry`=7157 && `maxgold`=158; -- Deadwood Avenger (sample size 24) - UPDATE `creature_template` SET `mingold`=108 WHERE `entry`=7158 && `mingold`=99; -- Deadwood Shaman (sample size 25) - UPDATE `creature_template` SET `maxgold`=754 WHERE `entry`=7158 && `maxgold`=135; -- Deadwood Shaman (sample size 25) - UPDATE `creature_template` SET `mingold`=50 WHERE `entry`=7175 && `mingold`=54; -- Stonevault Ambusher - UPDATE `creature_template` SET `maxgold`=228 WHERE `entry`=7175 && `maxgold`=76; -- Stonevault Ambusher - UPDATE `creature_template` SET `mingold`=249 WHERE `entry`=7206 && `mingold`=454; -- Ancient Stone Keeper - UPDATE `creature_template` SET `maxgold`=904 WHERE `entry`=7206 && `maxgold`=598; -- Ancient Stone Keeper - UPDATE `creature_template` SET `mingold`=379 WHERE `entry`=7228 && `mingold`=703; -- Ironaya - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=7234 && `mingold`=7; -- Ferocitas the Dream Eater - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=7235 && `mingold`=5; -- Gnarlpine Mystic - UPDATE `creature_template` SET `maxgold`=12 WHERE `entry`=7235 && `maxgold`=11; -- Gnarlpine Mystic - UPDATE `creature_template` SET `mingold`=208 WHERE `entry`=7246 && `mingold`=273; -- Sandfury Shadowhunter (sample size 31) - UPDATE `creature_template` SET `maxgold`=1318 WHERE `entry`=7246 && `maxgold`=362; -- Sandfury Shadowhunter (sample size 31) - UPDATE `creature_template` SET `mingold`=225 WHERE `entry`=7247 && `mingold`=273; -- Sandfury Soul Eater - UPDATE `creature_template` SET `maxgold`=1403 WHERE `entry`=7247 && `maxgold`=362; -- Sandfury Soul Eater - UPDATE `creature_template` SET `mingold`=399 WHERE `entry`=7267 && `mingold`=674; -- Chief Ukorz Sandscalp - UPDATE `creature_template` SET `maxgold`=1620 WHERE `entry`=7267 && `maxgold`=885; -- Chief Ukorz Sandscalp - UPDATE `creature_template` SET `mingold`=367 WHERE `entry`=7271 && `mingold`=543; -- Witch Doctor Zum'rah - UPDATE `creature_template` SET `maxgold`=1510 WHERE `entry`=7271 && `maxgold`=714; -- Witch Doctor Zum'rah - UPDATE `creature_template` SET `maxgold`=1191 WHERE `entry`=7274 && `maxgold`=636; -- Sandfury Executioner - UPDATE `creature_template` SET `maxgold`=1320 WHERE `entry`=7275 && `maxgold`=514; -- Shadowpriest Sezz'ziz - UPDATE `creature_template` SET `mingold`=244 WHERE `entry`=7276 && `mingold`=78; -- Zul'Farrak Dead Hero (sample size 23) - UPDATE `creature_template` SET `maxgold`=1362 WHERE `entry`=7276 && `maxgold`=106; -- Zul'Farrak Dead Hero (sample size 23) - UPDATE `creature_template` SET `mingold`=183 WHERE `entry`=7286 && `mingold`=107; -- Zul'Farrak Zombie (sample size 343) - UPDATE `creature_template` SET `maxgold`=1286 WHERE `entry`=7286 && `maxgold`=534; -- Zul'Farrak Zombie (sample size 343) - UPDATE `creature_template` SET `maxgold`=1233 WHERE `entry`=7290 && `maxgold`=396; -- Shadowforge Sharpshooter - UPDATE `creature_template` SET `mingold`=415 WHERE `entry`=7291 && `mingold`=626; -- Galgann Firehammer - UPDATE `creature_template` SET `maxgold`=1324 WHERE `entry`=7291 && `maxgold`=822; -- Galgann Firehammer - UPDATE `creature_template` SET `mingold`=28 WHERE `entry`=7309 && `mingold`=47; -- Earthen Custodian - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=7318 && `mingold`=10; -- Rageclaw - UPDATE `creature_template` SET `mingold`=220 WHERE `entry`=7320 && `mingold`=310; -- Stonevault Mauler - UPDATE `creature_template` SET `maxgold`=1056 WHERE `entry`=7320 && `maxgold`=409; -- Stonevault Mauler - UPDATE `creature_template` SET `maxgold`=687 WHERE `entry`=7321 && `maxgold`=326; -- Stonevault Flameweaver - UPDATE `creature_template` SET `mingold`=105 WHERE `entry`=7327 && `mingold`=216; -- Withered Warrior - UPDATE `creature_template` SET `maxgold`=733 WHERE `entry`=7327 && `maxgold`=287; -- Withered Warrior - UPDATE `creature_template` SET `mingold`=196 WHERE `entry`=7328 && `mingold`=222; -- Withered Reaver - UPDATE `creature_template` SET `maxgold`=761 WHERE `entry`=7328 && `maxgold`=295; -- Withered Reaver - UPDATE `creature_template` SET `mingold`=129 WHERE `entry`=7329 && `mingold`=222; -- Withered Quilguard (sample size 21) - UPDATE `creature_template` SET `maxgold`=779 WHERE `entry`=7329 && `maxgold`=295; -- Withered Quilguard (sample size 21) - UPDATE `creature_template` SET `mingold`=148 WHERE `entry`=7332 && `mingold`=212; -- Withered Spearhide - UPDATE `creature_template` SET `maxgold`=711 WHERE `entry`=7332 && `maxgold`=282; -- Withered Spearhide - UPDATE `creature_template` SET `mingold`=128 WHERE `entry`=7335 && `mingold`=180; -- Death's Head Geomancer - UPDATE `creature_template` SET `maxgold`=762 WHERE `entry`=7335 && `maxgold`=240; -- Death's Head Geomancer - UPDATE `creature_template` SET `mingold`=184 WHERE `entry`=7337 && `mingold`=203; -- Death's Head Necromancer - UPDATE `creature_template` SET `maxgold`=820 WHERE `entry`=7337 && `maxgold`=270; -- Death's Head Necromancer - UPDATE `creature_template` SET `maxgold`=823 WHERE `entry`=7341 && `maxgold`=261; -- Skeletal Frostweaver - UPDATE `creature_template` SET `mingold`=153 WHERE `entry`=7342 && `mingold`=208; -- Skeletal Summoner - UPDATE `creature_template` SET `maxgold`=892 WHERE `entry`=7342 && `maxgold`=276; -- Skeletal Summoner - UPDATE `creature_template` SET `mingold`=63 WHERE `entry`=7344 && `mingold`=65; -- Splinterbone Warrior - UPDATE `creature_template` SET `maxgold`=257 WHERE `entry`=7344 && `maxgold`=89; -- Splinterbone Warrior - UPDATE `creature_template` SET `maxgold`=872 WHERE `entry`=7345 && `maxgold`=348; -- Splinterbone Captain - UPDATE `creature_template` SET `mingold`=58 WHERE `entry`=7346 && `mingold`=65; -- Splinterbone Centurion - UPDATE `creature_template` SET `maxgold`=316 WHERE `entry`=7346 && `maxgold`=90; -- Splinterbone Centurion - UPDATE `creature_template` SET `mingold`=220 WHERE `entry`=7347 && `mingold`=249; -- Boneflayer Ghoul - UPDATE `creature_template` SET `maxgold`=812 WHERE `entry`=7347 && `maxgold`=330; -- Boneflayer Ghoul - UPDATE `creature_template` SET `maxgold`=835 WHERE `entry`=7348 && `maxgold`=316; -- Thorn Eater Ghoul - UPDATE `creature_template` SET `maxgold`=995 WHERE `entry`=7353 && `maxgold`=298; -- Freezing Spirit - UPDATE `creature_template` SET `maxgold`=941 WHERE `entry`=7356 && `maxgold`=401; -- Plaguemaw the Rotting - UPDATE `creature_template` SET `mingold`=328 WHERE `entry`=7357 && `mingold`=416; -- Mordresh Fire Eye - UPDATE `creature_template` SET `maxgold`=832 WHERE `entry`=7357 && `maxgold`=548; -- Mordresh Fire Eye - UPDATE `creature_template` SET `mingold`=340 WHERE `entry`=7358 && `mingold`=496; -- Amnennar the Coldbringer - UPDATE `creature_template` SET `maxgold`=679 WHERE `entry`=7358 && `maxgold`=653; -- Amnennar the Coldbringer - UPDATE `creature_template` SET `maxgold`=626 WHERE `entry`=7361 && `maxgold`=349; -- Grubbis - UPDATE `creature_template` SET `mingold`=187 WHERE `entry`=7370 && `mingold`=195; -- Restless Shade - UPDATE `creature_template` SET `maxgold`=947 WHERE `entry`=7370 && `maxgold`=260; -- Restless Shade - UPDATE `creature_template` SET `maxgold`=422 WHERE `entry`=7396 && `maxgold`=114; -- Earthen Stonebreaker - UPDATE `creature_template` SET `maxgold`=197 WHERE `entry`=7397 && `maxgold`=97; -- Earthen Stonecarver - UPDATE `creature_template` SET `maxgold`=172 WHERE `entry`=7404 && `maxgold`=62; -- Galak Flame Guard - UPDATE `creature_template` SET `maxgold`=2337 WHERE `entry`=7437 && `maxgold`=472; -- Cobalt Mageweaver - UPDATE `creature_template` SET `mingold`=141 WHERE `entry`=7438 && `mingold`=126; -- Winterfall Ursa (sample size 91) - UPDATE `creature_template` SET `maxgold`=907 WHERE `entry`=7438 && `maxgold`=170; -- Winterfall Ursa (sample size 91) - UPDATE `creature_template` SET `mingold`=127 WHERE `entry`=7439 && `mingold`=110; -- Winterfall Shaman (sample size 51) - UPDATE `creature_template` SET `maxgold`=871 WHERE `entry`=7439 && `maxgold`=149; -- Winterfall Shaman (sample size 51) - UPDATE `creature_template` SET `mingold`=121 WHERE `entry`=7440 && `mingold`=122; -- Winterfall Den Watcher (sample size 144) - UPDATE `creature_template` SET `maxgold`=830 WHERE `entry`=7440 && `maxgold`=165; -- Winterfall Den Watcher (sample size 144) - UPDATE `creature_template` SET `mingold`=115 WHERE `entry`=7441 && `mingold`=100; -- Winterfall Totemic (sample size 100) - UPDATE `creature_template` SET `maxgold`=790 WHERE `entry`=7441 && `maxgold`=136; -- Winterfall Totemic (sample size 100) - UPDATE `creature_template` SET `mingold`=118 WHERE `entry`=7442 && `mingold`=112; -- Winterfall Pathfinder (sample size 168) - UPDATE `creature_template` SET `maxgold`=750 WHERE `entry`=7442 && `maxgold`=151; -- Winterfall Pathfinder (sample size 168) - UPDATE `creature_template` SET `mingold`=154 WHERE `entry`=7450 && `mingold`=114; -- Ragged Owlbeast (sample size 29) - UPDATE `creature_template` SET `maxgold`=724 WHERE `entry`=7450 && `maxgold`=154; -- Ragged Owlbeast (sample size 29) - UPDATE `creature_template` SET `mingold`=121 WHERE `entry`=7451 && `mingold`=122; -- Raging Owlbeast (sample size 31) - UPDATE `creature_template` SET `maxgold`=789 WHERE `entry`=7451 && `maxgold`=164; -- Raging Owlbeast (sample size 31) - UPDATE `creature_template` SET `mingold`=145 WHERE `entry`=7452 && `mingold`=125; -- Crazed Owlbeast (sample size 23) - UPDATE `creature_template` SET `maxgold`=829 WHERE `entry`=7452 && `maxgold`=169; -- Crazed Owlbeast (sample size 23) - UPDATE `creature_template` SET `mingold`=135 WHERE `entry`=7453 && `mingold`=111; -- Moontouched Owlbeast (sample size 31) - UPDATE `creature_template` SET `maxgold`=907 WHERE `entry`=7453 && `maxgold`=150; -- Moontouched Owlbeast (sample size 31) - UPDATE `creature_template` SET `maxgold`=823 WHERE `entry`=7454 && `maxgold`=176; -- Berserk Owlbeast - UPDATE `creature_template` SET `mingold`=118 WHERE `entry`=7457 && `mingold`=114; -- Rogue Ice Thistle (sample size 49) - UPDATE `creature_template` SET `maxgold`=729 WHERE `entry`=7457 && `maxgold`=154; -- Rogue Ice Thistle (sample size 49) - UPDATE `creature_template` SET `mingold`=119 WHERE `entry`=7458 && `mingold`=120; -- Ice Thistle Yeti (sample size 118) - UPDATE `creature_template` SET `maxgold`=828 WHERE `entry`=7458 && `maxgold`=162; -- Ice Thistle Yeti (sample size 118) - UPDATE `creature_template` SET `mingold`=132 WHERE `entry`=7459 && `mingold`=125; -- Ice Thistle Matriarch (sample size 46) - UPDATE `creature_template` SET `maxgold`=871 WHERE `entry`=7459 && `maxgold`=169; -- Ice Thistle Matriarch (sample size 46) - UPDATE `creature_template` SET `mingold`=135 WHERE `entry`=7460 && `mingold`=128; -- Ice Thistle Patriarch (sample size 40) - UPDATE `creature_template` SET `maxgold`=827 WHERE `entry`=7460 && `maxgold`=172; -- Ice Thistle Patriarch (sample size 40) - UPDATE `creature_template` SET `maxgold`=2858 WHERE `entry`=7461 && `maxgold`=853; -- Hederine Initiate - UPDATE `creature_template` SET `maxgold`=665 WHERE `entry`=7523 && `maxgold`=139; -- Suffering Highborne - UPDATE `creature_template` SET `maxgold`=821 WHERE `entry`=7524 && `maxgold`=145; -- Anguished Highborne - UPDATE `creature_template` SET `mingold`=88 WHERE `entry`=7584 && `mingold`=92; -- Wandering Forest Walker - UPDATE `creature_template` SET `maxgold`=434 WHERE `entry`=7584 && `maxgold`=125; -- Wandering Forest Walker - UPDATE `creature_template` SET `mingold`=22 WHERE `entry`=7603 && `mingold`=44; -- Leprous Assistant (sample size 41) - UPDATE `creature_template` SET `maxgold`=155 WHERE `entry`=7603 && `maxgold`=63; -- Leprous Assistant (sample size 41) - UPDATE `creature_template` SET `mingold`=400 WHERE `entry`=7604 && `mingold`=839; -- Sergeant Bly - UPDATE `creature_template` SET `maxgold`=1265 WHERE `entry`=7606 && `maxgold`=348; -- Oro Eyegouge - UPDATE `creature_template` SET `mingold`=243 WHERE `entry`=7608 && `mingold`=289; -- Murta Grimgut - UPDATE `creature_template` SET `maxgold`=1084 WHERE `entry`=7608 && `maxgold`=382; -- Murta Grimgut - UPDATE `creature_template` SET `maxgold`=2713 WHERE `entry`=7664 && `maxgold`=838; -- Razelikh the Defiler - UPDATE `creature_template` SET `maxgold`=2777 WHERE `entry`=7665 && `maxgold`=1406; -- Grol the Destroyer - UPDATE `creature_template` SET `mingold`=164 WHERE `entry`=7666 && `mingold`=691; -- Archmage Allistarj - UPDATE `creature_template` SET `mingold`=499 WHERE `entry`=7667 && `mingold`=990; -- Lady Sevine - UPDATE `creature_template` SET `maxgold`=755 WHERE `entry`=7668 && `maxgold`=175; -- Servant of Razelikh - UPDATE `creature_template` SET `maxgold`=693 WHERE `entry`=7669 && `maxgold`=154; -- Servant of Grol - UPDATE `creature_template` SET `maxgold`=719 WHERE `entry`=7670 && `maxgold`=161; -- Servant of Allistarj - UPDATE `creature_template` SET `maxgold`=799 WHERE `entry`=7671 && `maxgold`=168; -- Servant of Sevine - UPDATE `creature_template` SET `mingold`=99 WHERE `entry`=7725 && `mingold`=75; -- Grimtotem Raider (sample size 23) - UPDATE `creature_template` SET `maxgold`=403 WHERE `entry`=7725 && `maxgold`=103; -- Grimtotem Raider (sample size 23) - UPDATE `creature_template` SET `mingold`=73 WHERE `entry`=7726 && `mingold`=66; -- Grimtotem Naturalist (sample size 23) - UPDATE `creature_template` SET `maxgold`=373 WHERE `entry`=7726 && `maxgold`=91; -- Grimtotem Naturalist (sample size 23) - UPDATE `creature_template` SET `mingold`=61 WHERE `entry`=7727 && `mingold`=70; -- Grimtotem Shaman (sample size 21) - UPDATE `creature_template` SET `maxgold`=420 WHERE `entry`=7727 && `maxgold`=96; -- Grimtotem Shaman (sample size 21) - UPDATE `creature_template` SET `maxgold`=1414 WHERE `entry`=7728 && `maxgold`=684; -- Kirith the Damned - UPDATE `creature_template` SET `maxgold`=982 WHERE `entry`=7795 && `maxgold`=336; -- Hydromancer Velratha - UPDATE `creature_template` SET `maxgold`=723 WHERE `entry`=7800 && `maxgold`=587; -- Mekgineer Thermaplugg - UPDATE `creature_template` SET `maxgold`=360 WHERE `entry`=7805 && `maxgold`=222; -- Wastewander Scofflaw - UPDATE `creature_template` SET `maxgold`=374 WHERE `entry`=7808 && `maxgold`=222; -- Marauding Owlbeast - UPDATE `creature_template` SET `maxgold`=498 WHERE `entry`=7809 && `maxgold`=213; -- Vilebranch Ambusher - UPDATE `creature_template` SET `maxgold`=402 WHERE `entry`=7847 && `maxgold`=119; -- Caliph Scorpidsting - UPDATE `creature_template` SET `maxgold`=440 WHERE `entry`=7848 && `maxgold`=213; -- Lurking Feral Scar - UPDATE `creature_template` SET `mingold`=85 WHERE `entry`=7855 && `mingold`=81; -- Southsea Pirate (sample size 26) - UPDATE `creature_template` SET `maxgold`=446 WHERE `entry`=7855 && `maxgold`=111; -- Southsea Pirate (sample size 26) - UPDATE `creature_template` SET `mingold`=65 WHERE `entry`=7856 && `mingold`=81; -- Southsea Freebooter (sample size 30) - UPDATE `creature_template` SET `maxgold`=443 WHERE `entry`=7856 && `maxgold`=111; -- Southsea Freebooter (sample size 30) - UPDATE `creature_template` SET `mingold`=68 WHERE `entry`=7857 && `mingold`=81; -- Southsea Dock Worker (sample size 37) - UPDATE `creature_template` SET `maxgold`=422 WHERE `entry`=7857 && `maxgold`=111; -- Southsea Dock Worker (sample size 37) - UPDATE `creature_template` SET `mingold`=73 WHERE `entry`=7858 && `mingold`=81; -- Southsea Swashbuckler (sample size 44) - UPDATE `creature_template` SET `maxgold`=451 WHERE `entry`=7858 && `maxgold`=111; -- Southsea Swashbuckler (sample size 44) - UPDATE `creature_template` SET `maxgold`=424 WHERE `entry`=7864 && `maxgold`=129; -- Lingering Highborne - UPDATE `creature_template` SET `maxgold`=475 WHERE `entry`=7872 && `maxgold`=224; -- Death's Head Cultist - UPDATE `creature_template` SET `mingold`=205 WHERE `entry`=7873 && `mingold`=206; -- Razorfen Battleguard - UPDATE `creature_template` SET `maxgold`=553 WHERE `entry`=7873 && `maxgold`=274; -- Razorfen Battleguard - UPDATE `creature_template` SET `mingold`=144 WHERE `entry`=7874 && `mingold`=172; -- Razorfen Thornweaver - UPDATE `creature_template` SET `maxgold`=689 WHERE `entry`=7874 && `maxgold`=230; -- Razorfen Thornweaver - UPDATE `creature_template` SET `maxgold`=120 WHERE `entry`=7883 && `maxgold`=115; -- Andre Firebeard - UPDATE `creature_template` SET `maxgold`=386 WHERE `entry`=7885 && `maxgold`=157; -- Spitelash Battlemaster - UPDATE `creature_template` SET `maxgold`=486 WHERE `entry`=7886 && `maxgold`=136; -- Spitelash Enchantress - UPDATE `creature_template` SET `maxgold`=370 WHERE `entry`=7899 && `maxgold`=213; -- Treasure Hunting Pirate - UPDATE `creature_template` SET `maxgold`=312 WHERE `entry`=7901 && `maxgold`=213; -- Treasure Hunting Swashbuckler - UPDATE `creature_template` SET `maxgold`=296 WHERE `entry`=7902 && `maxgold`=222; -- Treasure Hunting Buccaneer - UPDATE `creature_template` SET `maxgold`=2194 WHERE `entry`=7995 && `maxgold`=569; -- Vile Priestess Hexx - UPDATE `creature_template` SET `maxgold`=1948 WHERE `entry`=7996 && `maxgold`=539; -- Qiaga the Keeper - UPDATE `creature_template` SET `maxgold`=318 WHERE `entry`=7997 && `maxgold`=100; -- Captured Sprite Darter - UPDATE `creature_template` SET `maxgold`=1908 WHERE `entry`=8075 && `maxgold`=576; -- Edana Hatetalon - UPDATE `creature_template` SET `maxgold`=1111 WHERE `entry`=8127 && `maxgold`=829; -- Antu'sul - UPDATE `creature_template` SET `maxgold`=385 WHERE `entry`=8203 && `maxgold`=125; -- Kregg Keelhaul - UPDATE `creature_template` SET `maxgold`=237 WHERE `entry`=8212 && `maxgold`=130; -- The Reak - UPDATE `creature_template` SET `maxgold`=495 WHERE `entry`=8214 && `maxgold`=130; -- Jalinde Summerdrake - UPDATE `creature_template` SET `maxgold`=1040 WHERE `entry`=8217 && `maxgold`=649; -- Mith'rethis the Enchanter - UPDATE `creature_template` SET `maxgold`=212 WHERE `entry`=8283 && `maxgold`=134; -- Slave Master Blackheart - UPDATE `creature_template` SET `maxgold`=428 WHERE `entry`=8296 && `maxgold`=107; -- Mojo the Twisted - UPDATE `creature_template` SET `maxgold`=336 WHERE `entry`=8304 && `maxgold`=170; -- Dreadscorn - UPDATE `creature_template` SET `mingold`=82 WHERE `entry`=8318 && `mingold`=91; -- Atal'ai Slave (sample size 32) - UPDATE `creature_template` SET `maxgold`=494 WHERE `entry`=8318 && `maxgold`=124; -- Atal'ai Slave (sample size 32) - UPDATE `creature_template` SET `mingold`=113 WHERE `entry`=8319 && `mingold`=98; -- Nightmare Whelp (sample size 37) - UPDATE `creature_template` SET `maxgold`=604 WHERE `entry`=8319 && `maxgold`=133; -- Nightmare Whelp (sample size 37) - UPDATE `creature_template` SET `maxgold`=384 WHERE `entry`=8337 && `maxgold`=222; -- Dark Iron Steelshifter - UPDATE `creature_template` SET `mingold`=311 WHERE `entry`=8384 && `mingold`=362; -- Deep Lurker - UPDATE `creature_template` SET `maxgold`=1615 WHERE `entry`=8384 && `maxgold`=477; -- Deep Lurker - UPDATE `creature_template` SET `mingold`=407 WHERE `entry`=8400 && `mingold`=765; -- Obsidion - UPDATE `creature_template` SET `maxgold`=632 WHERE `entry`=8408 && `maxgold`=156; -- Warlord Krellian - UPDATE `creature_template` SET `mingold`=261 WHERE `entry`=8419 && `mingold`=318; -- Twilight Idolater - UPDATE `creature_template` SET `maxgold`=1754 WHERE `entry`=8419 && `maxgold`=421; -- Twilight Idolater - UPDATE `creature_template` SET `maxgold`=1219 WHERE `entry`=8497 && `maxgold`=504; -- Nightmare Suppressor - UPDATE `creature_template` SET `mingold`=103 WHERE `entry`=8504 && `mingold`=107; -- Dark Iron Sentry - UPDATE `creature_template` SET `maxgold`=640 WHERE `entry`=8504 && `maxgold`=534; -- Dark Iron Sentry - UPDATE `creature_template` SET `maxgold`=268 WHERE `entry`=8518 && `maxgold`=215; -- Rynthariel the Keymaster - UPDATE `creature_template` SET `maxgold`=708 WHERE `entry`=8523 && `maxgold`=154; -- Scourge Soldier - UPDATE `creature_template` SET `maxgold`=751 WHERE `entry`=8524 && `maxgold`=130; -- Cursed Mage - UPDATE `creature_template` SET `maxgold`=821 WHERE `entry`=8525 && `maxgold`=143; -- Scourge Warder - UPDATE `creature_template` SET `maxgold`=441 WHERE `entry`=8527 && `maxgold`=172; -- Scourge Guard - UPDATE `creature_template` SET `maxgold`=558 WHERE `entry`=8528 && `maxgold`=143; -- Dread Weaver - UPDATE `creature_template` SET `maxgold`=998 WHERE `entry`=8529 && `maxgold`=180; -- Scourge Champion - UPDATE `creature_template` SET `mingold`=116 WHERE `entry`=8530 && `mingold`=115; -- Cannibal Ghoul (sample size 29) - UPDATE `creature_template` SET `maxgold`=789 WHERE `entry`=8530 && `maxgold`=155; -- Cannibal Ghoul (sample size 29) - UPDATE `creature_template` SET `maxgold`=754 WHERE `entry`=8531 && `maxgold`=169; -- Gibbering Ghoul - UPDATE `creature_template` SET `maxgold`=835 WHERE `entry`=8532 && `maxgold`=179; -- Diseased Flayer - UPDATE `creature_template` SET `mingold`=131 WHERE `entry`=8539 && `mingold`=128; -- Eyeless Watcher (sample size 24) - UPDATE `creature_template` SET `maxgold`=865 WHERE `entry`=8539 && `maxgold`=172; -- Eyeless Watcher (sample size 24) - UPDATE `creature_template` SET `maxgold`=673 WHERE `entry`=8540 && `maxgold`=157; -- Torn Screamer - UPDATE `creature_template` SET `maxgold`=812 WHERE `entry`=8541 && `maxgold`=165; -- Hate Shrieker - UPDATE `creature_template` SET `mingold`=131 WHERE `entry`=8542 && `mingold`=133; -- Death Singer - UPDATE `creature_template` SET `maxgold`=840 WHERE `entry`=8542 && `maxgold`=178; -- Death Singer - UPDATE `creature_template` SET `mingold`=149 WHERE `entry`=8543 && `mingold`=130; -- Stitched Horror (sample size 25) - UPDATE `creature_template` SET `maxgold`=908 WHERE `entry`=8543 && `maxgold`=175; -- Stitched Horror (sample size 25) - UPDATE `creature_template` SET `maxgold`=567 WHERE `entry`=8545 && `maxgold`=183; -- Abomination - UPDATE `creature_template` SET `mingold`=142 WHERE `entry`=8546 && `mingold`=133; -- Dark Adept (sample size 109) - UPDATE `creature_template` SET `maxgold`=959 WHERE `entry`=8546 && `maxgold`=179; -- Dark Adept (sample size 109) - UPDATE `creature_template` SET `mingold`=145 WHERE `entry`=8550 && `mingold`=111; -- Shadowmage (sample size 118) - UPDATE `creature_template` SET `maxgold`=1005 WHERE `entry`=8550 && `maxgold`=150; -- Shadowmage (sample size 118) - UPDATE `creature_template` SET `maxgold`=927 WHERE `entry`=8561 && `maxgold`=179; -- Mossflayer Shadowhunter - UPDATE `creature_template` SET `maxgold`=890 WHERE `entry`=8562 && `maxgold`=156; -- Mossflayer Cannibal - UPDATE `creature_template` SET `maxgold`=959 WHERE `entry`=8563 && `maxgold`=174; -- Woodsman - UPDATE `creature_template` SET `maxgold`=751 WHERE `entry`=8564 && `maxgold`=180; -- Ranger - UPDATE `creature_template` SET `maxgold`=905 WHERE `entry`=8565 && `maxgold`=170; -- Pathstrider - UPDATE `creature_template` SET `mingold`=80 WHERE `entry`=8566 && `mingold`=94; -- Dark Iron Lookout (sample size 64) - UPDATE `creature_template` SET `maxgold`=537 WHERE `entry`=8566 && `maxgold`=128; -- Dark Iron Lookout (sample size 64) - UPDATE `creature_template` SET `mingold`=259 WHERE `entry`=8567 && `mingold`=575; -- Glutton - UPDATE `creature_template` SET `maxgold`=873 WHERE `entry`=8567 && `maxgold`=756; -- Glutton - UPDATE `creature_template` SET `mingold`=497 WHERE `entry`=8580 && `mingold`=762; -- Atal'alarion - UPDATE `creature_template` SET `maxgold`=1757 WHERE `entry`=8580 && `maxgold`=1000; -- Atal'alarion - UPDATE `creature_template` SET `mingold`=118 WHERE `entry`=8606 && `mingold`=122; -- Living Decay - UPDATE `creature_template` SET `maxgold`=471 WHERE `entry`=8607 && `maxgold`=161; -- Rotting Sludge - UPDATE `creature_template` SET `maxgold`=437 WHERE `entry`=8637 && `maxgold`=111; -- Dark Iron Watchman - UPDATE `creature_template` SET `mingold`=103 WHERE `entry`=8766 && `mingold`=109; -- Forest Ooze - UPDATE `creature_template` SET `maxgold`=646 WHERE `entry`=8766 && `maxgold`=148; -- Forest Ooze - UPDATE `creature_template` SET `mingold`=275 WHERE `entry`=8889 && `mingold`=355; -- Anvilrage Overseer (sample size 40) - UPDATE `creature_template` SET `maxgold`=1667 WHERE `entry`=8889 && `maxgold`=468; -- Anvilrage Overseer (sample size 40) - UPDATE `creature_template` SET `mingold`=274 WHERE `entry`=8890 && `mingold`=365; -- Anvilrage Warden (sample size 68) - UPDATE `creature_template` SET `maxgold`=1820 WHERE `entry`=8890 && `maxgold`=482; -- Anvilrage Warden (sample size 68) - UPDATE `creature_template` SET `mingold`=286 WHERE `entry`=8891 && `mingold`=375; -- Anvilrage Guardsman (sample size 107) - UPDATE `creature_template` SET `maxgold`=1930 WHERE `entry`=8891 && `maxgold`=495; -- Anvilrage Guardsman (sample size 107) - UPDATE `creature_template` SET `mingold`=355 WHERE `entry`=8892 && `mingold`=394; -- Anvilrage Footman (sample size 65) - UPDATE `creature_template` SET `maxgold`=1944 WHERE `entry`=8892 && `maxgold`=519; -- Anvilrage Footman (sample size 65) - UPDATE `creature_template` SET `maxgold`=2049 WHERE `entry`=8893 && `maxgold`=594; -- Anvilrage Soldier - UPDATE `creature_template` SET `mingold`=311 WHERE `entry`=8894 && `mingold`=366; -- Anvilrage Medic - UPDATE `creature_template` SET `maxgold`=2119 WHERE `entry`=8894 && `maxgold`=483; -- Anvilrage Medic - UPDATE `creature_template` SET `maxgold`=1987 WHERE `entry`=8895 && `maxgold`=502; -- Anvilrage Officer - UPDATE `creature_template` SET `mingold`=135 WHERE `entry`=8896 && `mingold`=103; -- Shadowforge Peasant (sample size 40) - UPDATE `creature_template` SET `maxgold`=698 WHERE `entry`=8896 && `maxgold`=139; -- Shadowforge Peasant (sample size 40) - UPDATE `creature_template` SET `mingold`=108 WHERE `entry`=8897 && `mingold`=113; -- Doomforge Craftsman (sample size 40) - UPDATE `creature_template` SET `maxgold`=694 WHERE `entry`=8897 && `maxgold`=153; -- Doomforge Craftsman (sample size 40) - UPDATE `creature_template` SET `maxgold`=2149 WHERE `entry`=8898 && `maxgold`=476; -- Anvilrage Marshal - UPDATE `creature_template` SET `mingold`=339 WHERE `entry`=8899 && `mingold`=420; -- Doomforge Dragoon (sample size 26) - UPDATE `creature_template` SET `maxgold`=2373 WHERE `entry`=8899 && `maxgold`=554; -- Doomforge Dragoon (sample size 26) - UPDATE `creature_template` SET `maxgold`=611 WHERE `entry`=8900 && `maxgold`=130; -- Doomforge Arcanasmith - UPDATE `creature_template` SET `maxgold`=702 WHERE `entry`=8902 && `maxgold`=125; -- Shadowforge Citizen - UPDATE `creature_template` SET `maxgold`=1606 WHERE `entry`=8903 && `maxgold`=578; -- Anvilrage Captain - UPDATE `creature_template` SET `maxgold`=797 WHERE `entry`=8904 && `maxgold`=140; -- Shadowforge Senator - UPDATE `creature_template` SET `maxgold`=2225 WHERE `entry`=8905 && `maxgold`=540; -- Warbringer Construct - UPDATE `creature_template` SET `maxgold`=2104 WHERE `entry`=8906 && `maxgold`=565; -- Ragereaver Golem - UPDATE `creature_template` SET `maxgold`=2436 WHERE `entry`=8907 && `maxgold`=573; -- Wrath Hammer Construct - UPDATE `creature_template` SET `maxgold`=1223 WHERE `entry`=8908 && `maxgold`=789; -- Molten War Golem - UPDATE `creature_template` SET `mingold`=299 WHERE `entry`=8912 && `mingold`=324; -- Twilight's Hammer Torturer (sample size 25) - UPDATE `creature_template` SET `maxgold`=1890 WHERE `entry`=8912 && `maxgold`=428; -- Twilight's Hammer Torturer (sample size 25) - UPDATE `creature_template` SET `mingold`=109 WHERE `entry`=8913 && `mingold`=311; -- Twilight Emissary - UPDATE `creature_template` SET `maxgold`=666 WHERE `entry`=8913 && `maxgold`=411; -- Twilight Emissary - UPDATE `creature_template` SET `maxgold`=1894 WHERE `entry`=8914 && `maxgold`=463; -- Twilight Bodyguard - UPDATE `creature_template` SET `maxgold`=324 WHERE `entry`=8915 && `maxgold`=139; -- Twilight's Hammer Ambassador - UPDATE `creature_template` SET `maxgold`=642 WHERE `entry`=8916 && `maxgold`=150; -- Arena Spectator - UPDATE `creature_template` SET `mingold`=115 WHERE `entry`=8920 && `mingold`=102; -- Weapon Technician (sample size 41) - UPDATE `creature_template` SET `maxgold`=754 WHERE `entry`=8920 && `maxgold`=139; -- Weapon Technician (sample size 41) - UPDATE `creature_template` SET `maxgold`=2561 WHERE `entry`=8923 && `maxgold`=737; -- Panzor the Invincible - UPDATE `creature_template` SET `maxgold`=935 WHERE `entry`=8983 && `maxgold`=849; -- Golem Lord Argelmach - UPDATE `creature_template` SET `maxgold`=1649 WHERE `entry`=9018 && `maxgold`=644; -- High Interrogator Gerstahn - UPDATE `creature_template` SET `maxgold`=945 WHERE `entry`=9024 && `maxgold`=865; -- Pyromancer Loregrain - UPDATE `creature_template` SET `maxgold`=1784 WHERE `entry`=9027 && `maxgold`=737; -- Gorosh the Dervish - UPDATE `creature_template` SET `maxgold`=2301 WHERE `entry`=9028 && `maxgold`=713; -- Grizzle - UPDATE `creature_template` SET `maxgold`=1352 WHERE `entry`=9033 && `maxgold`=1349; -- General Angerforge - UPDATE `creature_template` SET `maxgold`=2306 WHERE `entry`=9045 && `maxgold`=487; -- Scarshield Acolyte - UPDATE `creature_template` SET `mingold`=376 WHERE `entry`=9056 && `mingold`=1279; -- Fineous Darkvire - UPDATE `creature_template` SET `mingold`=497 WHERE `entry`=9096 && `mingold`=691; -- Rage Talon Dragonspawn (sample size 21) - UPDATE `creature_template` SET `maxgold`=2819 WHERE `entry`=9096 && `maxgold`=907; -- Rage Talon Dragonspawn (sample size 21) - UPDATE `creature_template` SET `mingold`=402 WHERE `entry`=9097 && `mingold`=425; -- Scarshield Legionnaire (sample size 65) - UPDATE `creature_template` SET `maxgold`=2367 WHERE `entry`=9097 && `maxgold`=559; -- Scarshield Legionnaire (sample size 65) - UPDATE `creature_template` SET `maxgold`=2313 WHERE `entry`=9098 && `maxgold`=476; -- Scarshield Spellbinder - UPDATE `creature_template` SET `maxgold`=2000 WHERE `entry`=9156 && `maxgold`=1682; -- Ambassador Flamelash - UPDATE `creature_template` SET `maxgold`=620 WHERE `entry`=9176 && `maxgold`=153; -- Gor'tesh - UPDATE `creature_template` SET `mingold`=920 WHERE `entry`=9196 && `mingold`=1117; -- Highlord Omokk - UPDATE `creature_template` SET `maxgold`=2139 WHERE `entry`=9196 && `maxgold`=1464; -- Highlord Omokk - UPDATE `creature_template` SET `maxgold`=2274 WHERE `entry`=9197 && `maxgold`=738; -- Spirestone Battle Mage - UPDATE `creature_template` SET `mingold`=394 WHERE `entry`=9199 && `mingold`=641; -- Spirestone Enforcer - UPDATE `creature_template` SET `maxgold`=2303 WHERE `entry`=9199 && `maxgold`=842; -- Spirestone Enforcer - UPDATE `creature_template` SET `mingold`=388 WHERE `entry`=9200 && `mingold`=643; -- Spirestone Reaver - UPDATE `creature_template` SET `maxgold`=2391 WHERE `entry`=9200 && `maxgold`=845; -- Spirestone Reaver - UPDATE `creature_template` SET `maxgold`=1687 WHERE `entry`=9201 && `maxgold`=681; -- Spirestone Ogre Magus - UPDATE `creature_template` SET `maxgold`=2376 WHERE `entry`=9216 && `maxgold`=905; -- Spirestone Warlord - UPDATE `creature_template` SET `maxgold`=2245 WHERE `entry`=9219 && `maxgold`=1606; -- Spirestone Butcher - UPDATE `creature_template` SET `maxgold`=2172 WHERE `entry`=9236 && `maxgold`=1295; -- Shadow Hunter Vosh'gajin - UPDATE `creature_template` SET `maxgold`=2212 WHERE `entry`=9237 && `maxgold`=1741; -- War Master Voone - UPDATE `creature_template` SET `maxgold`=2470 WHERE `entry`=9239 && `maxgold`=495; -- Smolderthorn Mystic - UPDATE `creature_template` SET `mingold`=427 WHERE `entry`=9240 && `mingold`=371; -- Smolderthorn Shadow Priest (sample size 26) - UPDATE `creature_template` SET `maxgold`=2460 WHERE `entry`=9240 && `maxgold`=489; -- Smolderthorn Shadow Priest (sample size 26) - UPDATE `creature_template` SET `maxgold`=2378 WHERE `entry`=9241 && `maxgold`=603; -- Smolderthorn Headhunter - UPDATE `creature_template` SET `maxgold`=2228 WHERE `entry`=9257 && `maxgold`=487; -- Scarshield Warlock - UPDATE `creature_template` SET `mingold`=419 WHERE `entry`=9258 && `mingold`=439; -- Scarshield Raider - UPDATE `creature_template` SET `maxgold`=2288 WHERE `entry`=9258 && `maxgold`=578; -- Scarshield Raider - UPDATE `creature_template` SET `mingold`=474 WHERE `entry`=9259 && `mingold`=449; -- Firebrand Grunt (sample size 24) - UPDATE `creature_template` SET `maxgold`=2573 WHERE `entry`=9259 && `maxgold`=592; -- Firebrand Grunt (sample size 24) - UPDATE `creature_template` SET `maxgold`=2655 WHERE `entry`=9260 && `maxgold`=610; -- Firebrand Legionnaire - UPDATE `creature_template` SET `maxgold`=2553 WHERE `entry`=9261 && `maxgold`=514; -- Firebrand Darkweaver - UPDATE `creature_template` SET `maxgold`=2574 WHERE `entry`=9262 && `maxgold`=508; -- Firebrand Invoker - UPDATE `creature_template` SET `maxgold`=2694 WHERE `entry`=9263 && `maxgold`=527; -- Firebrand Dreadweaver - UPDATE `creature_template` SET `maxgold`=2532 WHERE `entry`=9264 && `maxgold`=522; -- Firebrand Pyromancer - UPDATE `creature_template` SET `maxgold`=2242 WHERE `entry`=9265 && `maxgold`=508; -- Smolderthorn Shadow Hunter - UPDATE `creature_template` SET `maxgold`=2611 WHERE `entry`=9266 && `maxgold`=503; -- Smolderthorn Witch Doctor - UPDATE `creature_template` SET `mingold`=379 WHERE `entry`=9267 && `mingold`=443; -- Smolderthorn Axe Thrower (sample size 29) - UPDATE `creature_template` SET `maxgold`=2466 WHERE `entry`=9267 && `maxgold`=584; -- Smolderthorn Axe Thrower (sample size 29) - UPDATE `creature_template` SET `maxgold`=2533 WHERE `entry`=9268 && `maxgold`=610; -- Smolderthorn Berserker - UPDATE `creature_template` SET `maxgold`=2594 WHERE `entry`=9269 && `maxgold`=508; -- Smolderthorn Seer - UPDATE `creature_template` SET `maxgold`=1388 WHERE `entry`=9445 && `maxgold`=737; -- Dark Guard - UPDATE `creature_template` SET `maxgold`=593 WHERE `entry`=9454 && `maxgold`=155; -- Xavathras - UPDATE `creature_template` SET `mingold`=16 WHERE `entry`=9456 && `mingold`=17; -- Warlord Krom'zar - UPDATE `creature_template` SET `maxgold`=309 WHERE `entry`=9462 && `maxgold`=166; -- Chieftain Bloodmaw - UPDATE `creature_template` SET `maxgold`=364 WHERE `entry`=9464 && `maxgold`=138; -- Overlord Ror - UPDATE `creature_template` SET `maxgold`=1133 WHERE `entry`=9476 && `maxgold`=761; -- Watchman Doomgrip - UPDATE `creature_template` SET `maxgold`=1955 WHERE `entry`=9502 && `maxgold`=1122; -- Phalanx - UPDATE `creature_template` SET `maxgold`=905 WHERE `entry`=9517 && `maxgold`=136; -- Shadow Lord Fel'dan - UPDATE `creature_template` SET `maxgold`=852 WHERE `entry`=9518 && `maxgold`=155; -- Rakaiah - UPDATE `creature_template` SET `maxgold`=27 WHERE `entry`=9523 && `maxgold`=23; -- Kolkar Stormseer - UPDATE `creature_template` SET `mingold`=14 WHERE `entry`=9524 && `mingold`=5; -- Kolkar Invader (sample size 29) - UPDATE `creature_template` SET `maxgold`=49 WHERE `entry`=9524 && `maxgold`=23; -- Kolkar Invader (sample size 29) - UPDATE `creature_template` SET `maxgold`=2123 WHERE `entry`=9537 && `maxgold`=737; -- Hurley Blackbreath - UPDATE `creature_template` SET `maxgold`=1575 WHERE `entry`=9541 && `maxgold`=737; -- Blackbreath Crony - UPDATE `creature_template` SET `mingold`=240 WHERE `entry`=9543 && `mingold`=406; -- Ribbly Screwspigot - UPDATE `creature_template` SET `maxgold`=572 WHERE `entry`=9545 && `maxgold`=126; -- Grim Patron - UPDATE `creature_template` SET `maxgold`=530 WHERE `entry`=9547 && `maxgold`=107; -- Guzzling Patron - UPDATE `creature_template` SET `mingold`=377 WHERE `entry`=9554 && `mingold`=389; -- Hammered Patron - UPDATE `creature_template` SET `maxgold`=924 WHERE `entry`=9554 && `maxgold`=513; -- Hammered Patron - UPDATE `creature_template` SET `mingold`=1124 WHERE `entry`=9568 && `mingold`=1502; -- Overlord Wyrmthalak - UPDATE `creature_template` SET `mingold`=620 WHERE `entry`=9583 && `mingold`=474; -- Bloodaxe Veteran (sample size 24) - UPDATE `creature_template` SET `maxgold`=2692 WHERE `entry`=9583 && `maxgold`=624; -- Bloodaxe Veteran (sample size 24) - UPDATE `creature_template` SET `maxgold`=2688 WHERE `entry`=9596 && `maxgold`=955; -- Bannok Grimaxe - UPDATE `creature_template` SET `maxgold`=1460 WHERE `entry`=9680 && `maxgold`=681; -- Crest Killer - UPDATE `creature_template` SET `maxgold`=1732 WHERE `entry`=9692 && `maxgold`=610; -- Bloodaxe Raider - UPDATE `creature_template` SET `maxgold`=2640 WHERE `entry`=9693 && `maxgold`=546; -- Bloodaxe Evoker - UPDATE `creature_template` SET `maxgold`=2526 WHERE `entry`=9716 && `maxgold`=616; -- Bloodaxe Warmonger - UPDATE `creature_template` SET `maxgold`=2104 WHERE `entry`=9717 && `maxgold`=510; -- Bloodaxe Summoner - UPDATE `creature_template` SET `mingold`=737 WHERE `entry`=9736 && `mingold`=1677; -- Quartermaster Zigris - UPDATE `creature_template` SET `maxgold`=376 WHERE `entry`=9776 && `maxgold`=102; -- Flamekin Spitter - UPDATE `creature_template` SET `maxgold`=567 WHERE `entry`=9777 && `maxgold`=88; -- Flamekin Sprite - UPDATE `creature_template` SET `maxgold`=2911 WHERE `entry`=9817 && `maxgold`=548; -- Blackhand Dreadweaver - UPDATE `creature_template` SET `maxgold`=2937 WHERE `entry`=9818 && `maxgold`=543; -- Blackhand Summoner - UPDATE `creature_template` SET `maxgold`=3001 WHERE `entry`=9819 && `maxgold`=631; -- Blackhand Veteran - UPDATE `creature_template` SET `maxgold`=565 WHERE `entry`=9860 && `maxgold`=155; -- Salia - UPDATE `creature_template` SET `maxgold`=301 WHERE `entry`=9861 && `maxgold`=125; -- Moora - UPDATE `creature_template` SET `maxgold`=760 WHERE `entry`=9862 && `maxgold`=154; -- Jaedenar Legionnaire - UPDATE `creature_template` SET `maxgold`=797 WHERE `entry`=9877 && `maxgold`=140; -- Prince Xavalis - UPDATE `creature_template` SET `maxgold`=467 WHERE `entry`=9916 && `maxgold`=119; -- Jarquia - UPDATE `creature_template` SET `maxgold`=752 WHERE `entry`=9956 && `maxgold`=94; -- Shadowforge Flame Keeper - UPDATE `creature_template` SET `maxgold`=868 WHERE `entry`=10043 && `maxgold`=513; -- Ribbly's Crony - UPDATE `creature_template` SET `maxgold`=1307 WHERE `entry`=10082 && `maxgold`=463; -- Zerillis - UPDATE `creature_template` SET `maxgold`=2600 WHERE `entry`=10083 && `maxgold`=535; -- Rage Talon Flamescale - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=10158 && `mingold`=13; -- Moonkin - UPDATE `creature_template` SET `maxgold`=26 WHERE `entry`=10158 && `maxgold`=22; -- Moonkin - UPDATE `creature_template` SET `mingold`=9 WHERE `entry`=10160 && `mingold`=14; -- Raging Moonkin - UPDATE `creature_template` SET `maxgold`=24 WHERE `entry`=10160 && `maxgold`=23; -- Raging Moonkin - UPDATE `creature_template` SET `mingold`=193 WHERE `entry`=10316 && `mingold`=215; -- Blackhand Incarcerator - UPDATE `creature_template` SET `maxgold`=985 WHERE `entry`=10316 && `maxgold`=286; -- Blackhand Incarcerator - UPDATE `creature_template` SET `mingold`=528 WHERE `entry`=10317 && `mingold`=779; -- Blackhand Elite - UPDATE `creature_template` SET `maxgold`=3166 WHERE `entry`=10317 && `maxgold`=1022; -- Blackhand Elite - UPDATE `creature_template` SET `mingold`=766 WHERE `entry`=10318 && `mingold`=779; -- Blackhand Assassin - UPDATE `creature_template` SET `maxgold`=2658 WHERE `entry`=10318 && `maxgold`=1022; -- Blackhand Assassin - UPDATE `creature_template` SET `maxgold`=2771 WHERE `entry`=10319 && `maxgold`=800; -- Blackhand Iron Guard - UPDATE `creature_template` SET `maxgold`=55 WHERE `entry`=10323 && `maxgold`=27; -- Murkdeep - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=10358 && `mingold`=13; -- Fellicent's Shade - UPDATE `creature_template` SET `mingold`=1439 WHERE `entry`=10363 && `mingold`=1771; -- General Drakkisath - UPDATE `creature_template` SET `maxgold`=2717 WHERE `entry`=10366 && `maxgold`=1189; -- Rage Talon Dragon Guard - UPDATE `creature_template` SET `maxgold`=2568 WHERE `entry`=10371 && `maxgold`=1193; -- Rage Talon Captain - UPDATE `creature_template` SET `mingold`=619 WHERE `entry`=10372 && `mingold`=907; -- Rage Talon Fire Tongue - UPDATE `creature_template` SET `maxgold`=2979 WHERE `entry`=10372 && `maxgold`=1189; -- Rage Talon Fire Tongue - UPDATE `creature_template` SET `mingold`=423 WHERE `entry`=10381 && `mingold`=449; -- Ravaged Cadaver (sample size 34) - UPDATE `creature_template` SET `maxgold`=2614 WHERE `entry`=10381 && `maxgold`=592; -- Ravaged Cadaver (sample size 34) - UPDATE `creature_template` SET `mingold`=411 WHERE `entry`=10382 && `mingold`=435; -- Mangled Cadaver (sample size 30) - UPDATE `creature_template` SET `maxgold`=2481 WHERE `entry`=10382 && `maxgold`=573; -- Mangled Cadaver (sample size 30) - UPDATE `creature_template` SET `maxgold`=522 WHERE `entry`=10384 && `maxgold`=456; -- Spectral Citizen - UPDATE `creature_template` SET `mingold`=122 WHERE `entry`=10390 && `mingold`=112; -- Skeletal Guardian (sample size 85) - UPDATE `creature_template` SET `maxgold`=821 WHERE `entry`=10390 && `maxgold`=151; -- Skeletal Guardian (sample size 85) - UPDATE `creature_template` SET `mingold`=136 WHERE `entry`=10391 && `mingold`=108; -- Skeletal Berserker (sample size 74) - UPDATE `creature_template` SET `maxgold`=843 WHERE `entry`=10391 && `maxgold`=146; -- Skeletal Berserker (sample size 74) - UPDATE `creature_template` SET `maxgold`=2854 WHERE `entry`=10393 && `maxgold`=1728; -- Skul - UPDATE `creature_template` SET `maxgold`=2416 WHERE `entry`=10394 && `maxgold`=761; -- Black Guard Sentry - UPDATE `creature_template` SET `maxgold`=2613 WHERE `entry`=10398 && `maxgold`=502; -- Thuzadin Shadowcaster - UPDATE `creature_template` SET `mingold`=472 WHERE `entry`=10399 && `mingold`=113; -- Thuzadin Acolyte (sample size 26) - UPDATE `creature_template` SET `maxgold`=3028 WHERE `entry`=10399 && `maxgold`=153; -- Thuzadin Acolyte (sample size 26) - UPDATE `creature_template` SET `maxgold`=2812 WHERE `entry`=10400 && `maxgold`=501; -- Thuzadin Necromancer - UPDATE `creature_template` SET `mingold`=420 WHERE `entry`=10405 && `mingold`=468; -- Plague Ghoul (sample size 45) - UPDATE `creature_template` SET `maxgold`=2677 WHERE `entry`=10405 && `maxgold`=616; -- Plague Ghoul (sample size 45) - UPDATE `creature_template` SET `mingold`=547 WHERE `entry`=10406 && `mingold`=474; -- Ghoul Ravener (sample size 24) - UPDATE `creature_template` SET `maxgold`=2727 WHERE `entry`=10406 && `maxgold`=624; -- Ghoul Ravener (sample size 24) - UPDATE `creature_template` SET `maxgold`=2930 WHERE `entry`=10407 && `maxgold`=648; -- Fleshflayer Ghoul - UPDATE `creature_template` SET `maxgold`=808 WHERE `entry`=10411 && `maxgold`=143; -- Eye of Naxxramas - UPDATE `creature_template` SET `maxgold`=2663 WHERE `entry`=10414 && `maxgold`=1071; -- Patchwork Horror - UPDATE `creature_template` SET `mingold`=503 WHERE `entry`=10416 && `mingold`=735; -- Bile Spewer - UPDATE `creature_template` SET `maxgold`=2070 WHERE `entry`=10416 && `maxgold`=964; -- Bile Spewer - UPDATE `creature_template` SET `mingold`=743 WHERE `entry`=10417 && `mingold`=779; -- Venom Belcher - UPDATE `creature_template` SET `maxgold`=2721 WHERE `entry`=10417 && `maxgold`=1022; -- Venom Belcher - UPDATE `creature_template` SET `mingold`=393 WHERE `entry`=10418 && `mingold`=464; -- Crimson Guardsman (sample size 37) - UPDATE `creature_template` SET `maxgold`=2709 WHERE `entry`=10418 && `maxgold`=610; -- Crimson Guardsman (sample size 37) - UPDATE `creature_template` SET `maxgold`=2525 WHERE `entry`=10419 && `maxgold`=477; -- Crimson Conjuror - UPDATE `creature_template` SET `mingold`=460 WHERE `entry`=10420 && `mingold`=396; -- Crimson Initiate (sample size 21) - UPDATE `creature_template` SET `maxgold`=2637 WHERE `entry`=10420 && `maxgold`=522; -- Crimson Initiate (sample size 21) - UPDATE `creature_template` SET `maxgold`=2844 WHERE `entry`=10421 && `maxgold`=529; -- Crimson Defender - UPDATE `creature_template` SET `maxgold`=2364 WHERE `entry`=10422 && `maxgold`=485; -- Crimson Sorcerer - UPDATE `creature_template` SET `maxgold`=2296 WHERE `entry`=10423 && `maxgold`=485; -- Crimson Priest - UPDATE `creature_template` SET `mingold`=438 WHERE `entry`=10424 && `mingold`=416; -- Crimson Gallant (sample size 22) - UPDATE `creature_template` SET `maxgold`=2897 WHERE `entry`=10424 && `maxgold`=548; -- Crimson Gallant (sample size 22) - UPDATE `creature_template` SET `maxgold`=2054 WHERE `entry`=10425 && `maxgold`=504; -- Crimson Battle Mage - UPDATE `creature_template` SET `maxgold`=2388 WHERE `entry`=10426 && `maxgold`=532; -- Crimson Inquisitor - UPDATE `creature_template` SET `maxgold`=2654 WHERE `entry`=10435 && `maxgold`=1684; -- Magistrate Barthilas - UPDATE `creature_template` SET `maxgold`=2697 WHERE `entry`=10438 && `maxgold`=1357; -- Maleki the Pallid - UPDATE `creature_template` SET `maxgold`=1757 WHERE `entry`=10439 && `maxgold`=900; -- Ramstein the Gorger - UPDATE `creature_template` SET `mingold`=159 WHERE `entry`=10442 && `mingold`=120; -- Chromatic Whelp (sample size 21) - UPDATE `creature_template` SET `maxgold`=896 WHERE `entry`=10442 && `maxgold`=161; -- Chromatic Whelp (sample size 21) - UPDATE `creature_template` SET `mingold`=663 WHERE `entry`=10447 && `mingold`=735; -- Chromatic Dragonspawn - UPDATE `creature_template` SET `maxgold`=2288 WHERE `entry`=10447 && `maxgold`=964; -- Chromatic Dragonspawn - UPDATE `creature_template` SET `maxgold`=2746 WHERE `entry`=10463 && `maxgold`=610; -- Shrieking Banshee - UPDATE `creature_template` SET `maxgold`=2869 WHERE `entry`=10464 && `maxgold`=629; -- Wailing Banshee - UPDATE `creature_template` SET `mingold`=516 WHERE `entry`=10469 && `mingold`=402; -- Scholomance Adept (sample size 45) - UPDATE `creature_template` SET `maxgold`=2862 WHERE `entry`=10469 && `maxgold`=529; -- Scholomance Adept (sample size 45) - UPDATE `creature_template` SET `maxgold`=2748 WHERE `entry`=10470 && `maxgold`=472; -- Scholomance Neophyte - UPDATE `creature_template` SET `maxgold`=2587 WHERE `entry`=10471 && `maxgold`=510; -- Scholomance Acolyte - UPDATE `creature_template` SET `mingold`=511 WHERE `entry`=10476 && `mingold`=391; -- Scholomance Necrolyte (sample size 22) - UPDATE `creature_template` SET `maxgold`=2747 WHERE `entry`=10476 && `maxgold`=516; -- Scholomance Necrolyte (sample size 22) - UPDATE `creature_template` SET `mingold`=465 WHERE `entry`=10477 && `mingold`=406; -- Scholomance Necromancer (sample size 36) - UPDATE `creature_template` SET `maxgold`=2834 WHERE `entry`=10477 && `maxgold`=535; -- Scholomance Necromancer (sample size 36) - UPDATE `creature_template` SET `maxgold`=2653 WHERE `entry`=10478 && `maxgold`=643; -- Splintered Skeleton - UPDATE `creature_template` SET `mingold`=141 WHERE `entry`=10480 && `mingold`=133; -- Unstable Corpse (sample size 48) - UPDATE `creature_template` SET `maxgold`=940 WHERE `entry`=10480 && `maxgold`=179; -- Unstable Corpse (sample size 48) - UPDATE `creature_template` SET `mingold`=145 WHERE `entry`=10481 && `mingold`=89; -- Reanimated Corpse (sample size 23) - UPDATE `creature_template` SET `maxgold`=954 WHERE `entry`=10481 && `maxgold`=121; -- Reanimated Corpse (sample size 23) - UPDATE `creature_template` SET `mingold`=132 WHERE `entry`=10485 && `mingold`=101; -- Risen Aberration (sample size 34) - UPDATE `creature_template` SET `maxgold`=916 WHERE `entry`=10485 && `maxgold`=136; -- Risen Aberration (sample size 34) - UPDATE `creature_template` SET `mingold`=477 WHERE `entry`=10486 && `mingold`=777; -- Risen Warrior - UPDATE `creature_template` SET `maxgold`=2890 WHERE `entry`=10486 && `maxgold`=1020; -- Risen Warrior - UPDATE `creature_template` SET `maxgold`=2637 WHERE `entry`=10487 && `maxgold`=540; -- Risen Protector - UPDATE `creature_template` SET `mingold`=664 WHERE `entry`=10488 && `mingold`=776; -- Risen Construct - UPDATE `creature_template` SET `maxgold`=2707 WHERE `entry`=10488 && `maxgold`=1018; -- Risen Construct - UPDATE `creature_template` SET `mingold`=412 WHERE `entry`=10489 && `mingold`=472; -- Risen Guard (sample size 25) - UPDATE `creature_template` SET `maxgold`=2500 WHERE `entry`=10489 && `maxgold`=621; -- Risen Guard (sample size 25) - UPDATE `creature_template` SET `maxgold`=2194 WHERE `entry`=10491 && `maxgold`=535; -- Risen Bonewarder - UPDATE `creature_template` SET `mingold`=535 WHERE `entry`=10495 && `mingold`=470; -- Diseased Ghoul (sample size 25) - UPDATE `creature_template` SET `maxgold`=2844 WHERE `entry`=10495 && `maxgold`=618; -- Diseased Ghoul (sample size 25) - UPDATE `creature_template` SET `maxgold`=2832 WHERE `entry`=10498 && `maxgold`=546; -- Spectral Tutor - UPDATE `creature_template` SET `maxgold`=2285 WHERE `entry`=10499 && `maxgold`=540; -- Spectral Researcher - UPDATE `creature_template` SET `maxgold`=2640 WHERE `entry`=10500 && `maxgold`=563; -- Spectral Teacher - UPDATE `creature_template` SET `maxgold`=3038 WHERE `entry`=10502 && `maxgold`=1633; -- Lady Illucia Barov - UPDATE `creature_template` SET `maxgold`=2572 WHERE `entry`=10504 && `maxgold`=1633; -- Lord Alexei Barov - UPDATE `creature_template` SET `maxgold`=2122 WHERE `entry`=10505 && `maxgold`=2021; -- Instructor Malicia - UPDATE `creature_template` SET `mingold`=470 WHERE `entry`=10507 && `mingold`=1629; -- The Ravenian - UPDATE `creature_template` SET `maxgold`=3291 WHERE `entry`=10508 && `maxgold`=1970; -- Ras Frostwhisper - UPDATE `creature_template` SET `maxgold`=2708 WHERE `entry`=10558 && `maxgold`=774; -- Hearthsinger Forresten - UPDATE `creature_template` SET `maxgold`=727 WHERE `entry`=10580 && `maxgold`=164; -- Fetid Zombie - UPDATE `creature_template` SET `maxgold`=714 WHERE `entry`=10605 && `maxgold`=134; -- Scarlet Medic - UPDATE `creature_template` SET `maxgold`=1897 WHERE `entry`=10608 && `maxgold`=528; -- Scarlet Priest - UPDATE `creature_template` SET `mingold`=35 WHERE `entry`=10617 && `mingold`=37; -- Galak Messenger - UPDATE `creature_template` SET `maxgold`=97 WHERE `entry`=10617 && `maxgold`=53; -- Galak Messenger - UPDATE `creature_template` SET `maxgold`=135 WHERE `entry`=10640 && `maxgold`=55; -- Oakpaw - UPDATE `creature_template` SET `maxgold`=88 WHERE `entry`=10641 && `maxgold`=49; -- Branch Snapper - UPDATE `creature_template` SET `maxgold`=156 WHERE `entry`=10647 && `maxgold`=73; -- Prince Raze - UPDATE `creature_template` SET `maxgold`=712 WHERE `entry`=10648 && `maxgold`=140; -- Xavaric - UPDATE `creature_template` SET `mingold`=133 WHERE `entry`=10678 && `mingold`=130; -- Plagued Hatchling (sample size 43) - UPDATE `creature_template` SET `maxgold`=916 WHERE `entry`=10678 && `maxgold`=175; -- Plagued Hatchling (sample size 43) - UPDATE `creature_template` SET `maxgold`=1363 WHERE `entry`=10680 && `maxgold`=543; -- Summoned Blackhand Dreadweaver - UPDATE `creature_template` SET `maxgold`=903 WHERE `entry`=10683 && `maxgold`=761; -- Rookery Hatcher - UPDATE `creature_template` SET `maxgold`=2823 WHERE `entry`=10738 && `maxgold`=526; -- High Chief Winterfall - UPDATE `creature_template` SET `maxgold`=1506 WHERE `entry`=10742 && `maxgold`=648; -- Blackhand Dragon Handler - UPDATE `creature_template` SET `mingold`=18 WHERE `entry`=10758 && `mingold`=35; -- Grimtotem Bandit (sample size 35) - UPDATE `creature_template` SET `maxgold`=123 WHERE `entry`=10758 && `maxgold`=51; -- Grimtotem Bandit (sample size 35) - UPDATE `creature_template` SET `mingold`=27 WHERE `entry`=10759 && `mingold`=34; -- Grimtotem Stomper (sample size 31) - UPDATE `creature_template` SET `maxgold`=132 WHERE `entry`=10759 && `maxgold`=50; -- Grimtotem Stomper (sample size 31) - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=10760 && `mingold`=32; -- Grimtotem Geomancer (sample size 45) - UPDATE `creature_template` SET `maxgold`=121 WHERE `entry`=10760 && `maxgold`=47; -- Grimtotem Geomancer (sample size 45) - UPDATE `creature_template` SET `maxgold`=154 WHERE `entry`=10761 && `maxgold`=59; -- Grimtotem Reaver - UPDATE `creature_template` SET `maxgold`=652 WHERE `entry`=10801 && `maxgold`=153; -- Jabbering Ghoul - UPDATE `creature_template` SET `maxgold`=1414 WHERE `entry`=10802 && `maxgold`=558; -- Hitah'ya the Keeper - UPDATE `creature_template` SET `maxgold`=2828 WHERE `entry`=10808 && `maxgold`=708; -- Timmy the Cruel - UPDATE `creature_template` SET `maxgold`=2609 WHERE `entry`=10811 && `maxgold`=1189; -- Archivist Galford - UPDATE `creature_template` SET `maxgold`=3148 WHERE `entry`=10813 && `maxgold`=2307; -- Balnazzar - UPDATE `creature_template` SET `maxgold`=2830 WHERE `entry`=10814 && `maxgold`=1464; -- Chromatic Elite Guard - UPDATE `creature_template` SET `maxgold`=773 WHERE `entry`=10816 && `maxgold`=159; -- Wandering Skeleton - UPDATE `creature_template` SET `maxgold`=159 WHERE `entry`=10896 && `maxgold`=61; -- Arnak Grimtotem - UPDATE `creature_template` SET `maxgold`=1862 WHERE `entry`=10901 && `maxgold`=1633; -- Lorekeeper Polkelt - UPDATE `creature_template` SET `maxgold`=896 WHERE `entry`=10916 && `maxgold`=170; -- Winterfall Runner - UPDATE `creature_template` SET `mingold`=126 WHERE `entry`=10986 && `mingold`=59; -- Snowblind Harpy (sample size 25) - UPDATE `creature_template` SET `maxgold`=699 WHERE `entry`=10986 && `maxgold`=296; -- Snowblind Harpy (sample size 25) - UPDATE `creature_template` SET `maxgold`=488 WHERE `entry`=10991 && `maxgold`=305; -- Wildpaw Gnoll - UPDATE `creature_template` SET `maxgold`=2726 WHERE `entry`=11032 && `maxgold`=1078; -- Malor the Zealous - UPDATE `creature_template` SET `mingold`=486 WHERE `entry`=11043 && `mingold`=491; -- Crimson Monk - UPDATE `creature_template` SET `maxgold`=2365 WHERE `entry`=11043 && `maxgold`=646; -- Crimson Monk - UPDATE `creature_template` SET `maxgold`=1981 WHERE `entry`=11058 && `maxgold`=864; -- Fras Siabi - UPDATE `creature_template` SET `maxgold`=2895 WHERE `entry`=11257 && `maxgold`=554; -- Scholomance Handler - UPDATE `creature_template` SET `maxgold`=2253 WHERE `entry`=11261 && `maxgold`=1799; -- Doctor Theolen Krastinov - UPDATE `creature_template` SET `maxgold`=2857 WHERE `entry`=11284 && `maxgold`=812; -- Dark Shade - UPDATE `creature_template` SET `mingold`=110 WHERE `entry`=11290 && `mingold`=112; -- Mossflayer Zombie - UPDATE `creature_template` SET `maxgold`=741 WHERE `entry`=11290 && `maxgold`=151; -- Mossflayer Zombie - UPDATE `creature_template` SET `maxgold`=531 WHERE `entry`=11291 && `maxgold`=158; -- Unliving Mossflayer - UPDATE `creature_template` SET `mingold`=19 WHERE `entry`=11318 && `mingold`=60; -- Ragefire Trogg (sample size 24) - UPDATE `creature_template` SET `maxgold`=85 WHERE `entry`=11318 && `maxgold`=84; -- Ragefire Trogg (sample size 24) - UPDATE `creature_template` SET `mingold`=18 WHERE `entry`=11319 && `mingold`=59; -- Ragefire Shaman - UPDATE `creature_template` SET `maxgold`=82 WHERE `entry`=11319 && `maxgold`=81; -- Ragefire Shaman - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=11322 && `mingold`=59; -- Searing Blade Cultist (sample size 35) - UPDATE `creature_template` SET `maxgold`=87 WHERE `entry`=11322 && `maxgold`=81; -- Searing Blade Cultist (sample size 35) - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=11323 && `mingold`=62; -- Searing Blade Enforcer (sample size 26) - UPDATE `creature_template` SET `maxgold`=87 WHERE `entry`=11323 && `maxgold`=86; -- Searing Blade Enforcer (sample size 26) - UPDATE `creature_template` SET `mingold`=30 WHERE `entry`=11324 && `mingold`=57; -- Searing Blade Warlock - UPDATE `creature_template` SET `maxgold`=84 WHERE `entry`=11324 && `maxgold`=80; -- Searing Blade Warlock - UPDATE `creature_template` SET `maxgold`=2162 WHERE `entry`=11338 && `maxgold`=1513; -- Hakkari Shadowcaster - UPDATE `creature_template` SET `mingold`=542 WHERE `entry`=11339 && `mingold`=1163; -- Hakkari Shadow Hunter - UPDATE `creature_template` SET `maxgold`=2246 WHERE `entry`=11339 && `maxgold`=1524; -- Hakkari Shadow Hunter - UPDATE `creature_template` SET `maxgold`=1290 WHERE `entry`=11340 && `maxgold`=969; -- Hakkari Blood Priest - UPDATE `creature_template` SET `mingold`=753 WHERE `entry`=11350 && `mingold`=992; -- Gurubashi Axe Thrower - UPDATE `creature_template` SET `maxgold`=3174 WHERE `entry`=11350 && `maxgold`=1300; -- Gurubashi Axe Thrower - UPDATE `creature_template` SET `mingold`=574 WHERE `entry`=11351 && `mingold`=992; -- Gurubashi Headhunter - UPDATE `creature_template` SET `maxgold`=2247 WHERE `entry`=11351 && `maxgold`=1300; -- Gurubashi Headhunter - UPDATE `creature_template` SET `maxgold`=3429 WHERE `entry`=11352 && `maxgold`=2803; -- Gurubashi Berserker - UPDATE `creature_template` SET `mingold`=476 WHERE `entry`=11353 && `mingold`=907; -- Gurubashi Blood Drinker - UPDATE `creature_template` SET `maxgold`=3084 WHERE `entry`=11353 && `maxgold`=1189; -- Gurubashi Blood Drinker - UPDATE `creature_template` SET `mingold`=693 WHERE `entry`=11356 && `mingold`=1418; -- Gurubashi Champion - UPDATE `creature_template` SET `maxgold`=3265 WHERE `entry`=11356 && `maxgold`=1857; -- Gurubashi Champion - UPDATE `creature_template` SET `maxgold`=410164 WHERE `entry`=11382 && `maxgold`=405013; -- Bloodlord Mandokir - UPDATE `creature_template` SET `maxgold`=2155 WHERE `entry`=11387 && `maxgold`=171; -- Sandfury Speaker - UPDATE `creature_template` SET `maxgold`=2571 WHERE `entry`=11391 && `maxgold`=182; -- Vilebranch Speaker - UPDATE `creature_template` SET `maxgold`=2711 WHERE `entry`=11441 && `maxgold`=905; -- Gordok Brute - UPDATE `creature_template` SET `maxgold`=1764 WHERE `entry`=11442 && `maxgold`=546; -- Gordok Mauler - UPDATE `creature_template` SET `maxgold`=511 WHERE `entry`=11443 && `maxgold`=449; -- Gordok Ogre-Mage - UPDATE `creature_template` SET `maxgold`=1812 WHERE `entry`=11444 && `maxgold`=683; -- Gordok Mage-Lord - UPDATE `creature_template` SET `maxgold`=2093 WHERE `entry`=11445 && `maxgold`=1020; -- Gordok Captain - UPDATE `creature_template` SET `mingold`=481 WHERE `entry`=11448 && `mingold`=0; -- Gordok Warlock (sample size 4) - UPDATE `creature_template` SET `maxgold`=2236 WHERE `entry`=11448 && `maxgold`=0; -- Gordok Warlock (sample size 4) - UPDATE `creature_template` SET `maxgold`=2232 WHERE `entry`=11450 && `maxgold`=1018; -- Gordok Reaver - UPDATE `creature_template` SET `maxgold`=723 WHERE `entry`=11451 && `maxgold`=578; -- Wildspawn Satyr - UPDATE `creature_template` SET `maxgold`=625 WHERE `entry`=11452 && `maxgold`=597; -- Wildspawn Rogue - UPDATE `creature_template` SET `maxgold`=2439 WHERE `entry`=11453 && `maxgold`=492; -- Wildspawn Trickster - UPDATE `creature_template` SET `maxgold`=1067 WHERE `entry`=11454 && `maxgold`=584; -- Wildspawn Betrayer - UPDATE `creature_template` SET `maxgold`=1966 WHERE `entry`=11455 && `maxgold`=451; -- Wildspawn Felsworn - UPDATE `creature_template` SET `maxgold`=1787 WHERE `entry`=11456 && `maxgold`=580; -- Wildspawn Shadowstalker - UPDATE `creature_template` SET `maxgold`=1128 WHERE `entry`=11457 && `maxgold`=503; -- Wildspawn Hellcaller - UPDATE `creature_template` SET `maxgold`=1918 WHERE `entry`=11459 && `maxgold`=1127; -- Ironbark Protector - UPDATE `creature_template` SET `maxgold`=1306 WHERE `entry`=11461 && `maxgold`=522; -- Warpwood Guardian - UPDATE `creature_template` SET `maxgold`=2236 WHERE `entry`=11462 && `maxgold`=559; -- Warpwood Treant - UPDATE `creature_template` SET `maxgold`=1996 WHERE `entry`=11464 && `maxgold`=484; -- Warpwood Tangler - UPDATE `creature_template` SET `maxgold`=1842 WHERE `entry`=11470 && `maxgold`=529; -- Eldreth Sorcerer - UPDATE `creature_template` SET `maxgold`=2405 WHERE `entry`=11471 && `maxgold`=522; -- Eldreth Apparition - UPDATE `creature_template` SET `maxgold`=2684 WHERE `entry`=11472 && `maxgold`=610; -- Eldreth Spirit - UPDATE `creature_template` SET `maxgold`=2858 WHERE `entry`=11473 && `maxgold`=529; -- Eldreth Spectre - UPDATE `creature_template` SET `maxgold`=2299 WHERE `entry`=11475 && `maxgold`=629; -- Eldreth Phantasm - UPDATE `creature_template` SET `maxgold`=780 WHERE `entry`=11476 && `maxgold`=172; -- Skeletal Highborne - UPDATE `creature_template` SET `maxgold`=416 WHERE `entry`=11477 && `maxgold`=176; -- Rotting Highborne - UPDATE `creature_template` SET `maxgold`=3263 WHERE `entry`=11486 && `maxgold`=1857; -- Prince Tortheldrin - UPDATE `creature_template` SET `maxgold`=2111 WHERE `entry`=11487 && `maxgold`=1300; -- Magister Kalendris - UPDATE `creature_template` SET `maxgold`=1222 WHERE `entry`=11488 && `maxgold`=1078; -- Illyanna Ravenoak - UPDATE `creature_template` SET `mingold`=731 WHERE `entry`=11489 && `mingold`=1502; -- Tendris Warpwood - UPDATE `creature_template` SET `mingold`=21 WHERE `entry`=11518 && `mingold`=88; -- Jergosh the Invoker - UPDATE `creature_template` SET `mingold`=33 WHERE `entry`=11519 && `mingold`=92; -- Bazzalan - UPDATE `creature_template` SET `mingold`=50 WHERE `entry`=11520 && `mingold`=109; -- Taragaman the Hungerer - UPDATE `creature_template` SET `maxgold`=294 WHERE `entry`=11559 && `maxgold`=78; -- Outcast Necromancer - UPDATE `creature_template` SET `mingold`=69 WHERE `entry`=11561 && `mingold`=62; -- Undead Ravager (sample size 41) - UPDATE `creature_template` SET `maxgold`=292 WHERE `entry`=11561 && `maxgold`=86; -- Undead Ravager (sample size 41) - UPDATE `creature_template` SET `mingold`=41 WHERE `entry`=11562 && `mingold`=46; -- Drysnap Crawler (sample size 23) - UPDATE `creature_template` SET `maxgold`=205 WHERE `entry`=11562 && `maxgold`=65; -- Drysnap Crawler (sample size 23) - UPDATE `creature_template` SET `mingold`=40 WHERE `entry`=11563 && `mingold`=51; -- Drysnap Pincer - UPDATE `creature_template` SET `maxgold`=239 WHERE `entry`=11563 && `maxgold`=72; -- Drysnap Pincer - UPDATE `creature_template` SET `maxgold`=2710 WHERE `entry`=11582 && `maxgold`=535; -- Scholomance Dark Summoner - UPDATE `creature_template` SET `maxgold`=866 WHERE `entry`=11598 && `maxgold`=326; -- Risen Guardian - UPDATE `creature_template` SET `maxgold`=615 WHERE `entry`=11611 && `maxgold`=150; -- Cavalier Durgen - UPDATE `creature_template` SET `maxgold`=788 WHERE `entry`=11613 && `maxgold`=166; -- Huntsman Radley - UPDATE `creature_template` SET `mingold`=1861 WHERE `entry`=11661 && `mingold`=3417; -- Flamewaker - UPDATE `creature_template` SET `mingold`=1989 WHERE `entry`=11662 && `mingold`=0; -- Flamewaker Priest (sample size 1) - UPDATE `creature_template` SET `maxgold`=3242 WHERE `entry`=11662 && `maxgold`=0; -- Flamewaker Priest (sample size 1) - UPDATE `creature_template` SET `mingold`=122 WHERE `entry`=11675 && `mingold`=61; -- Snowblind Windcaller (sample size 21) - UPDATE `creature_template` SET `maxgold`=638 WHERE `entry`=11675 && `maxgold`=305; -- Snowblind Windcaller (sample size 21) - UPDATE `creature_template` SET `maxgold`=675 WHERE `entry`=11678 && `maxgold`=305; -- Snowblind Ambusher - UPDATE `creature_template` SET `maxgold`=128 WHERE `entry`=11680 && `maxgold`=52; -- Horde Scout - UPDATE `creature_template` SET `maxgold`=141 WHERE `entry`=11685 && `maxgold`=79; -- Maraudine Priest - UPDATE `creature_template` SET `maxgold`=354 WHERE `entry`=11686 && `maxgold`=98; -- Ghostly Raider - UPDATE `creature_template` SET `maxgold`=256 WHERE `entry`=11687 && `maxgold`=96; -- Ghostly Marauder - UPDATE `creature_template` SET `mingold`=24 WHERE `entry`=11697 && `mingold`=40; -- Mannoroc Lasher - UPDATE `creature_template` SET `maxgold`=117 WHERE `entry`=11697 && `maxgold`=58; -- Mannoroc Lasher - UPDATE `creature_template` SET `maxgold`=58 WHERE `entry`=11714 && `maxgold`=23; -- Marosh the Devious - UPDATE `creature_template` SET `maxgold`=856 WHERE `entry`=11790 && `maxgold`=396; -- Putridus Satyr - UPDATE `creature_template` SET `mingold`=199 WHERE `entry`=11791 && `mingold`=310; -- Putridus Trickster - UPDATE `creature_template` SET `maxgold`=1008 WHERE `entry`=11791 && `maxgold`=409; -- Putridus Trickster - UPDATE `creature_template` SET `maxgold`=856 WHERE `entry`=11792 && `maxgold`=394; -- Putridus Shadowstalker - UPDATE `creature_template` SET `maxgold`=1090 WHERE `entry`=11793 && `maxgold`=362; -- Celebrian Dryad - UPDATE `creature_template` SET `maxgold`=1476 WHERE `entry`=11794 && `maxgold`=436; -- Sister of Celebrian - UPDATE `creature_template` SET `mingold`=681 WHERE `entry`=11830 && `mingold`=822; -- Hakkari Priest - UPDATE `creature_template` SET `maxgold`=2107 WHERE `entry`=11830 && `maxgold`=1078; -- Hakkari Priest - UPDATE `creature_template` SET `mingold`=877 WHERE `entry`=11831 && `mingold`=1119; -- Hakkari Witch Doctor - UPDATE `creature_template` SET `maxgold`=2480 WHERE `entry`=11831 && `maxgold`=1466; -- Hakkari Witch Doctor - UPDATE `creature_template` SET `maxgold`=721 WHERE `entry`=11837 && `maxgold`=305; -- Wildpaw Shaman - UPDATE `creature_template` SET `maxgold`=69 WHERE `entry`=11858 && `maxgold`=32; -- Grundig Darkcloud - UPDATE `creature_template` SET `maxgold`=544 WHERE `entry`=11873 && `maxgold`=159; -- Spectral Attendant - UPDATE `creature_template` SET `mingold`=131 WHERE `entry`=11880 && `mingold`=133; -- Twilight Avenger - UPDATE `creature_template` SET `maxgold`=842 WHERE `entry`=11880 && `maxgold`=179; -- Twilight Avenger - UPDATE `creature_template` SET `maxgold`=911 WHERE `entry`=11881 && `maxgold`=183; -- Twilight Geolord - UPDATE `creature_template` SET `maxgold`=549 WHERE `entry`=11883 && `maxgold`=162; -- Twilight Master - UPDATE `creature_template` SET `maxgold`=2033 WHERE `entry`=11887 && `maxgold`=305; -- Crypt Robber - UPDATE `creature_template` SET `mingold`=4 WHERE `entry`=11910 && `mingold`=16; -- Grimtotem Ruffian - UPDATE `creature_template` SET `maxgold`=34 WHERE `entry`=11910 && `maxgold`=26; -- Grimtotem Ruffian - UPDATE `creature_template` SET `mingold`=5 WHERE `entry`=11911 && `mingold`=16; -- Grimtotem Mercenary - UPDATE `creature_template` SET `maxgold`=30 WHERE `entry`=11911 && `maxgold`=26; -- Grimtotem Mercenary - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=11912 && `mingold`=17; -- Grimtotem Brute - UPDATE `creature_template` SET `maxgold`=37 WHERE `entry`=11912 && `maxgold`=28; -- Grimtotem Brute - UPDATE `creature_template` SET `mingold`=10 WHERE `entry`=11913 && `mingold`=17; -- Grimtotem Sorcerer - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=11913 && `maxgold`=27; -- Grimtotem Sorcerer - UPDATE `creature_template` SET `maxgold`=44 WHERE `entry`=11914 && `maxgold`=34; -- Gorehoof the Black - UPDATE `creature_template` SET `mingold`=7 WHERE `entry`=11915 && `mingold`=18; -- Gogger Rock Keeper (sample size 23) - UPDATE `creature_template` SET `maxgold`=49 WHERE `entry`=11915 && `maxgold`=28; -- Gogger Rock Keeper (sample size 23) - UPDATE `creature_template` SET `mingold`=8 WHERE `entry`=11917 && `mingold`=18; -- Gogger Geomancer (sample size 22) - UPDATE `creature_template` SET `maxgold`=49 WHERE `entry`=11917 && `maxgold`=28; -- Gogger Geomancer (sample size 22) - UPDATE `creature_template` SET `mingold`=13 WHERE `entry`=11918 && `mingold`=20; -- Gogger Stonepounder - UPDATE `creature_template` SET `maxgold`=52 WHERE `entry`=11918 && `maxgold`=32; -- Gogger Stonepounder - UPDATE `creature_template` SET `maxgold`=458 WHERE `entry`=12046 && `maxgold`=133; -- Gor'marok the Ravager - UPDATE `creature_template` SET `maxgold`=604 WHERE `entry`=12050 && `maxgold`=352; -- Stormpike Defender - UPDATE `creature_template` SET `maxgold`=772 WHERE `entry`=12127 && `maxgold`=416; -- Stormpike Guardsman - UPDATE `creature_template` SET `maxgold`=3033 WHERE `entry`=12128 && `maxgold`=880; -- Crimson Elite - UPDATE `creature_template` SET `mingold`=1185 WHERE `entry`=12129 && `mingold`=3627; -- Onyxian Warder - UPDATE `creature_template` SET `mingold`=12 WHERE `entry`=12138 && `mingold`=0; -- Lunaclaw (sample size 1) - UPDATE `creature_template` SET `maxgold`=16 WHERE `entry`=12138 && `maxgold`=0; -- Lunaclaw (sample size 1) - UPDATE `creature_template` SET `maxgold`=513 WHERE `entry`=12178 && `maxgold`=145; -- Tortured Druid - UPDATE `creature_template` SET `maxgold`=753 WHERE `entry`=12179 && `maxgold`=166; -- Tortured Sentinel - UPDATE `creature_template` SET `maxgold`=2040 WHERE `entry`=12201 && `maxgold`=1391; -- Princess Theradras - UPDATE `creature_template` SET `mingold`=582 WHERE `entry`=12203 && `mingold`=720; -- Landslide - UPDATE `creature_template` SET `maxgold`=1360 WHERE `entry`=12203 && `maxgold`=945; -- Landslide - UPDATE `creature_template` SET `mingold`=410 WHERE `entry`=12206 && `mingold`=631; -- Primordial Behemoth - UPDATE `creature_template` SET `maxgold`=1610 WHERE `entry`=12206 && `maxgold`=829; -- Primordial Behemoth - UPDATE `creature_template` SET `maxgold`=281 WHERE `entry`=12216 && `maxgold`=89; -- Poison Sprite - UPDATE `creature_template` SET `maxgold`=267 WHERE `entry`=12217 && `maxgold`=86; -- Corruptor - UPDATE `creature_template` SET `mingold`=179 WHERE `entry`=12221 && `mingold`=292; -- Noxious Slime - UPDATE `creature_template` SET `maxgold`=866 WHERE `entry`=12221 && `maxgold`=386; -- Noxious Slime - UPDATE `creature_template` SET `mingold`=221 WHERE `entry`=12222 && `mingold`=320; -- Creeping Sludge - UPDATE `creature_template` SET `maxgold`=498 WHERE `entry`=12222 && `maxgold`=423; -- Creeping Sludge - UPDATE `creature_template` SET `maxgold`=1162 WHERE `entry`=12223 && `maxgold`=423; -- Cavern Lurker - UPDATE `creature_template` SET `maxgold`=845 WHERE `entry`=12248 && `maxgold`=184; -- Infiltrator Hameya - UPDATE `creature_template` SET `maxgold`=695 WHERE `entry`=12250 && `maxgold`=159; -- Zaeldarr the Outcast - UPDATE `creature_template` SET `maxgold`=902 WHERE `entry`=12261 && `maxgold`=305; -- Infected Mossflayer - UPDATE `creature_template` SET `maxgold`=455 WHERE `entry`=12322 && `maxgold`=204; -- Quel'Lithien Protector - UPDATE `creature_template` SET `mingold`=137 WHERE `entry`=12377 && `mingold`=234; -- Wailing Spectre (sample size 21) - UPDATE `creature_template` SET `maxgold`=897 WHERE `entry`=12377 && `maxgold`=311; -- Wailing Spectre (sample size 21) - UPDATE `creature_template` SET `mingold`=162 WHERE `entry`=12378 && `mingold`=193; -- Damned Soul - UPDATE `creature_template` SET `maxgold`=848 WHERE `entry`=12378 && `maxgold`=257; -- Damned Soul - UPDATE `creature_template` SET `mingold`=167 WHERE `entry`=12379 && `mingold`=204; -- Unliving Caretaker - UPDATE `creature_template` SET `maxgold`=946 WHERE `entry`=12379 && `maxgold`=272; -- Unliving Caretaker - UPDATE `creature_template` SET `mingold`=146 WHERE `entry`=12380 && `mingold`=211; -- Unliving Resident (sample size 25) - UPDATE `creature_template` SET `maxgold`=946 WHERE `entry`=12380 && `maxgold`=280; -- Unliving Resident (sample size 25) - UPDATE `creature_template` SET `mingold`=6610 WHERE `entry`=12468 && `mingold`=0; -- Death Talon Hatcher (sample size 1) - UPDATE `creature_template` SET `maxgold`=6720 WHERE `entry`=12468 && `maxgold`=0; -- Death Talon Hatcher (sample size 1) - UPDATE `creature_template` SET `mingold`=579 WHERE `entry`=12475 && `mingold`=3372; -- Emeraldon Tree Warder - UPDATE `creature_template` SET `mingold`=2104 WHERE `entry`=12477 && `mingold`=3502; -- Verdantine Boughguard - UPDATE `creature_template` SET `mingold`=2655 WHERE `entry`=12478 && `mingold`=2863; -- Verdantine Oracle - UPDATE `creature_template` SET `mingold`=3163 WHERE `entry`=12498 && `mingold`=3502; -- Dreamstalker - UPDATE `creature_template` SET `maxgold`=260 WHERE `entry`=12579 && `maxgold`=181; -- Bloodfury Ripper - UPDATE `creature_template` SET `mingold`=15 WHERE `entry`=12856 && `mingold`=29; -- Ashenvale Outrunner - UPDATE `creature_template` SET `maxgold`=100 WHERE `entry`=12856 && `maxgold`=43; -- Ashenvale Outrunner - UPDATE `creature_template` SET `maxgold`=809 WHERE `entry`=12865 && `maxgold`=270; -- Ambassador Malcin - UPDATE `creature_template` SET `maxgold`=68 WHERE `entry`=12896 && `maxgold`=43; -- Silverwing Sentinel - UPDATE `creature_template` SET `maxgold`=80 WHERE `entry`=12897 && `maxgold`=40; -- Silverwing Warrior - UPDATE `creature_template` SET `maxgold`=167 WHERE `entry`=12976 && `maxgold`=138; -- Kolkar Waylayer - UPDATE `creature_template` SET `maxgold`=207 WHERE `entry`=12977 && `maxgold`=145; -- Kolkar Ambusher - UPDATE `creature_template` SET `mingold`=37 WHERE `entry`=13019 && `mingold`=45; -- Burning Blade Seer - UPDATE `creature_template` SET `maxgold`=224 WHERE `entry`=13019 && `maxgold`=63; -- Burning Blade Seer - UPDATE `creature_template` SET `maxgold`=2207 WHERE `entry`=13021 && `maxgold`=1013; -- Warpwood Crusher - UPDATE `creature_template` SET `mingold`=282 WHERE `entry`=13141 && `mingold`=300; -- Deeprot Stomper - UPDATE `creature_template` SET `maxgold`=880 WHERE `entry`=13141 && `maxgold`=396; -- Deeprot Stomper - UPDATE `creature_template` SET `maxgold`=1354 WHERE `entry`=13142 && `maxgold`=409; -- Deeprot Tangler - UPDATE `creature_template` SET `maxgold`=1230 WHERE `entry`=13153 && `maxgold`=886; -- Commander Mulfort - UPDATE `creature_template` SET `maxgold`=3035 WHERE `entry`=13181 && `maxgold`=761; -- Wing Commander Mulverick - UPDATE `creature_template` SET `maxgold`=557 WHERE `entry`=13276 && `maxgold`=163; -- Wildspawn Imp - UPDATE `creature_template` SET `maxgold`=2742 WHERE `entry`=13296 && `maxgold`=786; -- Lieutenant Largent - UPDATE `creature_template` SET `maxgold`=1175 WHERE `entry`=13297 && `maxgold`=786; -- Lieutenant Stouthandle - UPDATE `creature_template` SET `maxgold`=648 WHERE `entry`=13358 && `maxgold`=326; -- Stormpike Bowman - UPDATE `creature_template` SET `maxgold`=765 WHERE `entry`=13359 && `maxgold`=326; -- Frostwolf Bowman - UPDATE `creature_template` SET `mingold`=195 WHERE `entry`=13718 && `mingold`=232; -- The Nameless Prophet - UPDATE `creature_template` SET `maxgold`=994 WHERE `entry`=13718 && `maxgold`=308; -- The Nameless Prophet - UPDATE `creature_template` SET `maxgold`=1122 WHERE `entry`=13738 && `maxgold`=534; -- Veng - UPDATE `creature_template` SET `maxgold`=540 WHERE `entry`=13739 && `maxgold`=514; -- Maraudos - UPDATE `creature_template` SET `maxgold`=622 WHERE `entry`=13740 && `maxgold`=534; -- Magra - UPDATE `creature_template` SET `maxgold`=1060 WHERE `entry`=13741 && `maxgold`=534; -- Gelk - UPDATE `creature_template` SET `maxgold`=1073 WHERE `entry`=13742 && `maxgold`=534; -- Kolk - UPDATE `creature_template` SET `maxgold`=1387 WHERE `entry`=13797 && `maxgold`=900; -- Mountaineer Boombellow - UPDATE `creature_template` SET `maxgold`=3066 WHERE `entry`=13959 && `maxgold`=786; -- Alterac Yeti - UPDATE `creature_template` SET `mingold`=1010 WHERE `entry`=13996 && `mingold`=1500; -- Blackwing Technician - UPDATE `creature_template` SET `maxgold`=99 WHERE `entry`=14221 && `maxgold`=83; -- Gravis Slipknot - UPDATE `creature_template` SET `maxgold`=195 WHERE `entry`=14267 && `maxgold`=172; -- Emogg the Crusher - UPDATE `creature_template` SET `maxgold`=50 WHERE `entry`=14270 && `maxgold`=35; -- Squiddic - UPDATE `creature_template` SET `maxgold`=38 WHERE `entry`=14271 && `maxgold`=31; -- Ribchaser - UPDATE `creature_template` SET `maxgold`=102 WHERE `entry`=14273 && `maxgold`=48; -- Boulderheart - UPDATE `creature_template` SET `maxgold`=65 WHERE `entry`=14276 && `maxgold`=62; -- Scargil - UPDATE `creature_template` SET `maxgold`=179 WHERE `entry`=14277 && `maxgold`=64; -- Lady Zephris - UPDATE `creature_template` SET `maxgold`=100 WHERE `entry`=14278 && `maxgold`=58; -- Ro'Bark - UPDATE `creature_template` SET `mingold`=17 WHERE `entry`=14281 && `mingold`=30; -- Jimmy the Bleeder - UPDATE `creature_template` SET `maxgold`=2051 WHERE `entry`=14303 && `maxgold`=544; -- Petrified Guardian - UPDATE `creature_template` SET `maxgold`=1201 WHERE `entry`=14327 && `maxgold`=1127; -- Lethtendris - UPDATE `creature_template` SET `maxgold`=147 WHERE `entry`=14425 && `maxgold`=47; -- Gnawbone - UPDATE `creature_template` SET `maxgold`=86 WHERE `entry`=14426 && `maxgold`=57; -- Harb Foulmountain - UPDATE `creature_template` SET `mingold`=1 WHERE `entry`=14428 && `mingold`=6; -- Uruson - UPDATE `creature_template` SET `mingold`=3 WHERE `entry`=14431 && `mingold`=7; -- Fury Shelda - UPDATE `creature_template` SET `maxgold`=285 WHERE `entry`=14447 && `maxgold`=107; -- Gilmorian - UPDATE `creature_template` SET `maxgold`=310 WHERE `entry`=14492 && `maxgold`=103; -- Verifonix - UPDATE `creature_template` SET `mingold`=1167 WHERE `entry`=14506 && `mingold`=2131; -- Lord Hel'nurath - UPDATE `creature_template` SET `maxgold`=401620 WHERE `entry`=14510 && `maxgold`=400563; -- High Priestess Mar'li - UPDATE `creature_template` SET `maxgold`=369259 WHERE `entry`=14515 && `maxgold`=36687; -- High Priestess Arlokk - UPDATE `creature_template` SET `maxgold`=411647 WHERE `entry`=14517 && `maxgold`=407457; -- High Priestess Jeklik - UPDATE `creature_template` SET `maxgold`=1806 WHERE `entry`=14521 && `maxgold`=838; -- Aspect of Shadow - UPDATE `creature_template` SET `maxgold`=467 WHERE `entry`=14523 && `maxgold`=145; -- Ulathek - UPDATE `creature_template` SET `maxgold`=560 WHERE `entry`=14603 && `maxgold`=205; -- Zapped Shore Strider - UPDATE `creature_template` SET `maxgold`=556 WHERE `entry`=14604 && `maxgold`=222; -- Zapped Land Walker - UPDATE `creature_template` SET `maxgold`=540 WHERE `entry`=14638 && `maxgold`=213; -- Zapped Wave Strider - UPDATE `creature_template` SET `maxgold`=603 WHERE `entry`=14639 && `maxgold`=213; -- Zapped Deep Strider - UPDATE `creature_template` SET `maxgold`=603 WHERE `entry`=14640 && `maxgold`=222; -- Zapped Cliff Giant - UPDATE `creature_template` SET `mingold`=64 WHERE `entry`=14682 && `mingold`=0; -- Sever (sample size 5) - UPDATE `creature_template` SET `maxgold`=151 WHERE `entry`=14682 && `maxgold`=0; -- Sever (sample size 5) - UPDATE `creature_template` SET `mingold`=2275 WHERE `entry`=14684 && `mingold`=0; -- Balzaphon (sample size 2) - UPDATE `creature_template` SET `maxgold`=2984 WHERE `entry`=14684 && `maxgold`=0; -- Balzaphon (sample size 2) - UPDATE `creature_template` SET `mingold`=208 WHERE `entry`=14686 && `mingold`=0; -- Lady Falther'ess (sample size 3) - UPDATE `creature_template` SET `maxgold`=378 WHERE `entry`=14686 && `maxgold`=0; -- Lady Falther'ess (sample size 3) - UPDATE `creature_template` SET `mingold`=238 WHERE `entry`=14693 && `mingold`=0; -- Scorn (sample size 4) - UPDATE `creature_template` SET `maxgold`=657 WHERE `entry`=14693 && `maxgold`=0; -- Scorn (sample size 4) - UPDATE `creature_template` SET `mingold`=1041 WHERE `entry`=14695 && `mingold`=0; -- Lord Blackwood (sample size 1) - UPDATE `creature_template` SET `maxgold`=1871 WHERE `entry`=14695 && `maxgold`=0; -- Lord Blackwood (sample size 1) - UPDATE `creature_template` SET `mingold`=271 WHERE `entry`=14697 && `mingold`=0; -- Lumbering Horror (sample size 3) - UPDATE `creature_template` SET `maxgold`=503 WHERE `entry`=14697 && `maxgold`=0; -- Lumbering Horror (sample size 3) - UPDATE `creature_template` SET `mingold`=618 WHERE `entry`=14750 && `mingold`=1418; -- Gurubashi Bat Rider - UPDATE `creature_template` SET `maxgold`=3102 WHERE `entry`=14750 && `maxgold`=1857; -- Gurubashi Bat Rider - UPDATE `creature_template` SET `mingold`=794 WHERE `entry`=14825 && `mingold`=0; -- Withered Mistress (sample size 13) - UPDATE `creature_template` SET `maxgold`=3086 WHERE `entry`=14825 && `maxgold`=0; -- Withered Mistress (sample size 13) - UPDATE `creature_template` SET `mingold`=433457 WHERE `entry`=14834 && `mingold`=450277; -- Hakkar - UPDATE `creature_template` SET `maxgold`=590558 WHERE `entry`=14834 && `maxgold`=550338; -- Hakkar - UPDATE `creature_template` SET `mingold`=598 WHERE `entry`=14882 && `mingold`=779; -- Atal'ai Mistress - UPDATE `creature_template` SET `maxgold`=3056 WHERE `entry`=14882 && `maxgold`=1022; -- Atal'ai Mistress - UPDATE `creature_template` SET `mingold`=2174 WHERE `entry`=14883 && `mingold`=0; -- Voodoo Slave (sample size 2) - UPDATE `creature_template` SET `maxgold`=2476 WHERE `entry`=14883 && `maxgold`=0; -- Voodoo Slave (sample size 2) - UPDATE `creature_template` SET `maxgold`=3270 WHERE `entry`=15111 && `maxgold`=802; -- Mad Servant - UPDATE `creature_template` SET `maxgold`=1059 WHERE `entry`=15201 && `maxgold`=181; -- Twilight Flamereaver - UPDATE `creature_template` SET `maxgold`=218688 WHERE `entry`=15204 && `maxgold`=21638; -- High Marshal Whirlaxis - UPDATE `creature_template` SET `maxgold`=830 WHERE `entry`=15213 && `maxgold`=165; -- Twilight Overlord - UPDATE `creature_template` SET `maxgold`=537463 WHERE `entry`=15543 && `maxgold`=36968; -- Princess Yauj - UPDATE `creature_template` SET `mingold`=490638 WHERE `entry`=15544 && `mingold`=0; -- Vem (sample size 2) - UPDATE `creature_template` SET `maxgold`=516334 WHERE `entry`=15544 && `maxgold`=0; -- Vem (sample size 2) - UPDATE `creature_template` SET `mingold`=1528 WHERE `entry`=15591 && `mingold`=0; -- Minion of Weavil (sample size 1) - UPDATE `creature_template` SET `maxgold`=1794 WHERE `entry`=15591 && `maxgold`=0; -- Minion of Weavil (sample size 1) - UPDATE `creature_template` SET `mingold`=258 WHERE `entry`=15685 && `mingold`=0; -- Southsea Kidnapper (sample size 1) - UPDATE `creature_template` SET `maxgold`=417 WHERE `entry`=15685 && `maxgold`=0; -- Southsea Kidnapper (sample size 1) - UPDATE `creature_template` SET `mingold`=92 WHERE `entry`=15692 && `mingold`=0; -- Dark Iron Kidnapper (sample size 14) - UPDATE `creature_template` SET `maxgold`=471 WHERE `entry`=15692 && `maxgold`=0; -- Dark Iron Kidnapper (sample size 14) - UPDATE `creature_template` SET `maxgold`=1485537 WHERE `entry`=15727 && `maxgold`=1258227; -- C'Thun - UPDATE `creature_template` SET `mingold`=47736 WHERE `entry`=15743 && `mingold`=205024; -- Colossal Anubisath Warbringer - UPDATE `creature_template` SET `maxgold`=13960 WHERE `entry`=15748 && `maxgold`=5524; -- Lesser Anubisath Warbringer - UPDATE `creature_template` SET `mingold`=6082 WHERE `entry`=15806 && `mingold`=7502; -- Qiraji Lieutenant - UPDATE `creature_template` SET `mingold`=6189 WHERE `entry`=15807 && `mingold`=2024; -- Minor Anubisath Warbringer (sample size 36) - UPDATE `creature_template` SET `maxgold`=8033 WHERE `entry`=15807 && `maxgold`=2524; -- Minor Anubisath Warbringer (sample size 36) - UPDATE `creature_template` SET `mingold`=5011 WHERE `entry`=15810 && `mingold`=1024; -- Eroded Anubisath Warbringer (sample size 104) - UPDATE `creature_template` SET `maxgold`=7488 WHERE `entry`=15810 && `maxgold`=1524; -- Eroded Anubisath Warbringer (sample size 104) - UPDATE `creature_template` SET `mingold`=5241 WHERE `entry`=15812 && `mingold`=5124; -- Qiraji Officer (sample size 44) - UPDATE `creature_template` SET `maxgold`=7158 WHERE `entry`=15812 && `maxgold`=7552; -- Qiraji Officer (sample size 44) - UPDATE `creature_template` SET `maxgold`=10862 WHERE `entry`=15813 && `maxgold`=9552; -- Qiraji Officer Zod - UPDATE `creature_template` SET `mingold`=8494 WHERE `entry`=15814 && `mingold`=9502; -- Qiraji Lieutenant Jo-rel - UPDATE `creature_template` SET `maxgold`=9596 WHERE `entry`=15980 && `maxgold`=1579; -- Naxxramas Cultist - UPDATE `creature_template` SET `maxgold`=9661 WHERE `entry`=15981 && `maxgold`=1635; -- Naxxramas Acolyte - UPDATE `creature_template` SET `maxgold`=9694 WHERE `entry`=16020 && `maxgold`=2911; -- Mad Scientist - UPDATE `creature_template` SET `maxgold`=9706 WHERE `entry`=16021 && `maxgold`=2636; -- Living Monstrosity - UPDATE `creature_template` SET `maxgold`=9796 WHERE `entry`=16022 && `maxgold`=2410; -- Surgical Assistant - UPDATE `creature_template` SET `mingold`=6445 WHERE `entry`=16025 && `mingold`=6479; -- Stitched Spewer - UPDATE `creature_template` SET `mingold`=144 WHERE `entry`=16141 && `mingold`=0; -- Ghoul Berserker (sample size 360) - UPDATE `creature_template` SET `maxgold`=659 WHERE `entry`=16141 && `maxgold`=0; -- Ghoul Berserker (sample size 360) - UPDATE `creature_template` SET `mingold`=186 WHERE `entry`=16143 && `mingold`=0; -- Shadow of Doom (sample size 15) - UPDATE `creature_template` SET `maxgold`=615 WHERE `entry`=16143 && `maxgold`=0; -- Shadow of Doom (sample size 15) - UPDATE `creature_template` SET `maxgold`=9644 WHERE `entry`=16145 && `maxgold`=5409; -- Deathknight Captain - UPDATE `creature_template` SET `maxgold`=8599 WHERE `entry`=16154 && `maxgold`=1524; -- Risen Deathknight - UPDATE `creature_template` SET `maxgold`=8752 WHERE `entry`=16163 && `maxgold`=6241; -- Deathknight Cavalier - UPDATE `creature_template` SET `maxgold`=5231 WHERE `entry`=16165 && `maxgold`=2356; -- Necro Knight - UPDATE `creature_template` SET `maxgold`=7378 WHERE `entry`=16193 && `maxgold`=2911; -- Skeletal Smith - UPDATE `creature_template` SET `mingold`=6690 WHERE `entry`=16194 && `mingold`=0; -- Unholy Axe (sample size 1) - UPDATE `creature_template` SET `maxgold`=9414 WHERE `entry`=16194 && `maxgold`=0; -- Unholy Axe (sample size 1) - UPDATE `creature_template` SET `mingold`=4506 WHERE `entry`=16244 && `mingold`=0; -- Infectious Ghoul (sample size 10) - UPDATE `creature_template` SET `maxgold`=9113 WHERE `entry`=16244 && `maxgold`=0; -- Infectious Ghoul (sample size 10) - UPDATE `creature_template` SET `mingold`=148 WHERE `entry`=16298 && `mingold`=0; -- Spectral Soldier (sample size 280) - UPDATE `creature_template` SET `maxgold`=660 WHERE `entry`=16298 && `maxgold`=0; -- Spectral Soldier (sample size 280) - UPDATE `creature_template` SET `mingold`=144 WHERE `entry`=16299 && `mingold`=0; -- Skeletal Shocktrooper (sample size 296) - UPDATE `creature_template` SET `maxgold`=658 WHERE `entry`=16299 && `maxgold`=0; -- Skeletal Shocktrooper (sample size 296) - UPDATE `creature_template` SET `maxgold`=9398 WHERE `entry`=16368 && `maxgold`=3746; -- Necropolis Acolyte - UPDATE `creature_template` SET `mingold`=482 WHERE `entry`=16380 && `mingold`=0; -- Bone Witch (sample size 2) - UPDATE `creature_template` SET `maxgold`=558 WHERE `entry`=16380 && `maxgold`=0; -- Bone Witch (sample size 2) - UPDATE `creature_template` SET `mingold`=202 WHERE `entry`=16383 && `mingold`=0; -- Flameshocker (sample size 2) - UPDATE `creature_template` SET `maxgold`=560 WHERE `entry`=16383 && `maxgold`=0; -- Flameshocker (sample size 2) - UPDATE `creature_template` SET `mingold`=3878 WHERE `entry`=16447 && `mingold`=4011; -- Plagued Ghoul - UPDATE `creature_template` SET `maxgold`=8925 WHERE `entry`=16447 && `maxgold`=5242; -- Plagued Ghoul - UPDATE `creature_template` SET `mingold`=4220 WHERE `entry`=16451 && `mingold`=5627; -- Deathknight Vindicator - --- These mobs should not drop any gold. - UPDATE `creature_template` SET `mingold`=0, `maxgold`=0 WHERE `entry`=8932; -- Borer Beetle - UPDATE `creature_template` SET `mingold`=0, `maxgold`=0 WHERE `entry`=9683; -- Lar'korwi Mate - UPDATE `creature_template` SET `mingold`=0, `maxgold`=0 WHERE `entry`=10177; -- Spire Scarab - UPDATE `creature_template` SET `mingold`=0, `maxgold`=0 WHERE `entry`=10717; -- Temporal Parasite - UPDATE `creature_template` SET `mingold`=0, `maxgold`=0 WHERE `entry`=15749; -- Lesser Silithid Flayer - UPDATE `creature_template` SET `mingold`=0, `maxgold`=0 WHERE `entry`=15808; -- Minor Silithid Flayer - UPDATE `creature_template` SET `mingold`=0, `maxgold`=0 WHERE `entry`=15811; -- Faltering Silithid Flayer diff --git a/sql/world/base/vanilla_mob_factions.sql b/sql/world/base/vanilla_mob_factions.sql index 0cbbc3b..cebfdcb 100644 --- a/sql/world/base/vanilla_mob_factions.sql +++ b/sql/world/base/vanilla_mob_factions.sql @@ -1,3 +1,18 @@ +/* Defias Thug */ +UPDATE `creature_template` SET `faction` = 17 WHERE `entry` = 38; + +/* [UNUSED] Antaris the Trader */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 72; + +/* Garrick Padfoot */ +UPDATE `creature_template` SET `faction` = 17 WHERE `entry` = 103; + +/* Vaious */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 229; + +/* Half-eaten body */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 262; + /* Earth Elemental */ UPDATE `creature_template` SET `faction` = 7 WHERE `entry` = 329; @@ -16,6 +31,9 @@ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 416; /* Felhunter */ UPDATE `creature_template` SET `faction` = 115 WHERE `entry` = 417; +/* [UNUSED] Goreripper */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 444; + /* Watcher Bukouris */ UPDATE `creature_template` SET `faction` = 11 WHERE `entry` = 494; @@ -124,9 +142,30 @@ UPDATE `creature_template` SET `faction` = 12 WHERE `entry` = 1444; /* Negolash */ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 1494; +/* Night Web Spider */ +UPDATE `creature_template` SET `faction` = 22 WHERE `entry` = 1505; + +/* Scarlet Convert */ +UPDATE `creature_template` SET `faction` = 67 WHERE `entry` = 1506; + +/* Scarlet Initiate */ +UPDATE `creature_template` SET `faction` = 67 WHERE `entry` = 1507; + +/* UNUSED Jordan Croft */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 1649; + +/* Meven Korgal */ +UPDATE `creature_template` SET `faction` = 67 WHERE `entry` = 1667; + +/* Night Web Matriarch */ +UPDATE `creature_template` SET `faction` = 22 WHERE `entry` = 1688; + /* Paxton Ganter */ UPDATE `creature_template` SET `faction` = 57 WHERE `entry` = 1700; +/* Defias Prisoner */ +UPDATE `creature_template` SET `faction` = 17 WHERE `entry` = 1706; + /* Marzon the Silent Blade */ UPDATE `creature_template` SET `faction` = 84 WHERE `entry` = 1755; @@ -211,9 +250,6 @@ UPDATE `creature_template` SET `faction` = 11 WHERE `entry` = 2053; /* Sickly Refugee */ UPDATE `creature_template` SET `faction` = 11 WHERE `entry` = 2054; -/* Deathstalker Faerleia */ -UPDATE `creature_template` SET `faction` = 71 WHERE `entry` = 2058; - /* Councilman Smithers */ UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 2060; @@ -325,6 +361,9 @@ UPDATE `creature_template` SET `faction` = 82 WHERE `entry` = 2630; /* Syndicate Spectre */ UPDATE `creature_template` SET `faction` = 70 WHERE `entry` = 2638; +/* Port Master Szik */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 2662; + /* Ward of Laze */ UPDATE `creature_template` SET `faction` = 45 WHERE `entry` = 2667; @@ -379,6 +418,9 @@ UPDATE `creature_template` SET `faction` = 57 WHERE `entry` = 2801; /* Deneb Walker */ UPDATE `creature_template` SET `faction` = 11 WHERE `entry` = 2805; +/* [UNUSED] Teresa Shore */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 2815; + /* Broken Tooth */ UPDATE `creature_template` SET `faction` = 66 WHERE `entry` = 2850; @@ -406,18 +448,54 @@ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 2931; /* Ransin Donner */ UPDATE `creature_template` SET `faction` = 57 WHERE `entry` = 2943; +/* Bristleback Quilboar */ +UPDATE `creature_template` SET `faction` = 111 WHERE `entry` = 2952; + +/* Bristleback Shaman */ +UPDATE `creature_template` SET `faction` = 111 WHERE `entry` = 2953; + +/* Bristleback Battleboar */ +UPDATE `creature_template` SET `faction` = 111 WHERE `entry` = 2954; + +/* Battleboar */ +UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 2966; + +/* Bael'dun Digger */ +UPDATE `creature_template` SET `faction` = 57 WHERE `entry` = 2989; + +/* Bael'dun Appraiser */ +UPDATE `creature_template` SET `faction` = 57 WHERE `entry` = 2990; + /* Healing Ward V */ UPDATE `creature_template` SET `faction` = 152 WHERE `entry` = 2992; +/* Bluffwatcher */ +UPDATE `creature_template` SET `faction` = 105 WHERE `entry` = 3084; + +/* Vile Familiar */ +UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 3101; + +/* Felstalker */ +UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 3102; + /* Bloodtalon Taillasher */ UPDATE `creature_template` SET `faction` = 48 WHERE `entry` = 3122; +/* Yarrog Baneshadow */ +UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 3183; + /* "Squealer" Thornmantle */ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 3229; +/* Nazgrel */ +UPDATE `creature_template` SET `faction` = 29 WHERE `entry` = 3230; + /* Morgan Ladimore */ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 3301; +/* Silithid Protector */ +UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 3503; + /* Tenaron Stormgrip */ UPDATE `creature_template` SET `faction` = 79 WHERE `entry` = 3514; @@ -436,9 +514,6 @@ UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 3529; /* Moonrage Tailor */ UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 3531; -/* Pyrewood Leatherworker */ -UPDATE `creature_template` SET `faction` = 11 WHERE `entry` = 3532; - /* Moonrage Leatherworker */ UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 3533; @@ -463,6 +538,9 @@ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 3579; /* Therylune */ UPDATE `creature_template` SET `faction` = 80 WHERE `entry` = 3584; +/* Miner Johnson */ +UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 3586; + /* Lyrai */ UPDATE `creature_template` SET `faction` = 79 WHERE `entry` = 3587; @@ -532,9 +610,18 @@ UPDATE `creature_template` SET `faction` = 71 WHERE `entry` = 3736; /* Terrowulf Packlord */ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 3792; +/* Druid of the Talon */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 3794; + +/* Druid of the Claw */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 3795; + /* Blink Dragon */ UPDATE `creature_template` SET `faction` = 7 WHERE `entry` = 3815; +/* [UNUSED] Ancient Guardian */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 3831; + /* Mountaineer Pebblebitty */ UPDATE `creature_template` SET `faction` = 57 WHERE `entry` = 3836; @@ -676,6 +763,9 @@ UPDATE `creature_template` SET `faction` = 411 WHERE `entry` = 4425; /* Death Speaker Jargba */ UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 4428; +/* [UNUSED] Charlga's Bodyguard */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 4439; + /* Wind Howler */ UPDATE `creature_template` SET `faction` = 152 WHERE `entry` = 4526; @@ -724,6 +814,9 @@ UPDATE `creature_template` SET `faction` = 122 WHERE `entry` = 4961; /* Slim's Friend */ UPDATE `creature_template` SET `faction` = 34 WHERE `entry` = 4971; +/* World Lockpicking Trainer */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 5027; + /* Theramore Deserter */ UPDATE `creature_template` SET `faction` = 1077 WHERE `entry` = 5057; @@ -739,6 +832,9 @@ UPDATE `creature_template` SET `faction` = 85 WHERE `entry` = 5196; /* Red Riding Wolf */ UPDATE `creature_template` SET `faction` = 85 WHERE `entry` = 5197; +/* Coast Crawl Clacker */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 5326; + /* Bloodroar the Stalker */ UPDATE `creature_template` SET `faction` = 32 WHERE `entry` = 5346; @@ -820,6 +916,9 @@ UPDATE `creature_template` SET `faction` = 92 WHERE `entry` = 5898; /* Minor Manifestation of Air */ UPDATE `creature_template` SET `faction` = 91 WHERE `entry` = 5902; +/* Deviate Faerie Dragon */ +UPDATE `creature_template` SET `faction` = 32 WHERE `entry` = 5912; + /* Tremor Totem */ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 5913; @@ -1339,6 +1438,9 @@ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 8510; /* Rynthariel the Keymaster */ UPDATE `creature_template` SET `faction` = 79 WHERE `entry` = 8518; +/* Chief Sharptusk Thornmantle */ +UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 8554; + /* Magus Rimtori */ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 8578; @@ -1378,12 +1480,6 @@ UPDATE `creature_template` SET `faction` = 64 WHERE `entry` = 8856; /* Sandfury Acolyte */ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 8876; -/* Shadowforge Senator */ -UPDATE `creature_template` SET `faction` = 15 WHERE `entry` = 8904; - -/* Arena Spectator */ -UPDATE `creature_template` SET `faction` = 15 WHERE `entry` = 8916; - /* Panzor the Invincible */ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 8923; @@ -1402,6 +1498,9 @@ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 8980; /* Malfunctioning Reaver */ UPDATE `creature_template` SET `faction` = 91 WHERE `entry` = 8981; +/* Voidwalker Minion */ +UPDATE `creature_template` SET `faction` = 7 WHERE `entry` = 8996; + /* Sha'ni Proudtusk */ UPDATE `creature_template` SET `faction` = 85 WHERE `entry` = 9136; @@ -1765,6 +1864,9 @@ UPDATE `creature_template` SET `faction` = 79 WHERE `entry` = 11218; /* Blood Parrot */ UPDATE `creature_template` SET `faction` = 7 WHERE `entry` = 11236; +/* Frail Skeleton */ +UPDATE `creature_template` SET `faction` = 233 WHERE `entry` = 11258; + /* Dark Shade */ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 11284; @@ -1933,6 +2035,9 @@ UPDATE `creature_template` SET `faction` = 875 WHERE `entry` = 12784; /* Sergeant Major Clate */ UPDATE `creature_template` SET `faction` = 55 WHERE `entry` = 12785; +/* Legionnaire Teena */ +UPDATE `creature_template` SET `faction` = 85 WHERE `entry` = 12788; + /* Blood Guard Hini'wana */ UPDATE `creature_template` SET `faction` = 126 WHERE `entry` = 12789; @@ -1978,6 +2083,9 @@ UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 12918; /* Milton Beats */ UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 13082; +/* Lieutenant Sanders */ +UPDATE `creature_template` SET `faction` = 67 WHERE `entry` = 13158; + /* Discordant Surge */ UPDATE `creature_template` SET `faction` = 91 WHERE `entry` = 13279; @@ -2116,33 +2224,6 @@ UPDATE `creature_template` SET `faction` = 32 WHERE `entry` = 14492; /* Warlock Mount Ritual Mob Type 3, Infernal (DND) */ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 14501; -/* Shadowed Spirit */ -UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 14511; - -/* Corrupted Spirit */ -UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 14512; - -/* Malicious Spirit */ -UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 14513; - -/* Banal Spirit */ -UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 14514; - -/* Death Knight Darkreaver */ -UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 14516; - -/* Aspect of Banality */ -UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 14518; - -/* Aspect of Corruption */ -UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 14519; - -/* Aspect of Malice */ -UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 14520; - -/* Aspect of Shadow */ -UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 14521; - /* Simone the Inconspicuous */ UPDATE `creature_template` SET `faction` = 1194 WHERE `entry` = 14527; @@ -2239,6 +2320,12 @@ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 14755; /* Tiny Red Dragon */ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 14756; +/* GGOODMAN */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 14824; + +/* Stoneclaw Totem TEST */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 14870; + /* High Priest Venoxis Transform Visual */ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 14877; @@ -2284,6 +2371,9 @@ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 15110; /* Brain Wash Totem */ UPDATE `creature_template` SET `faction` = 28 WHERE `entry` = 15112; +/* Master Angler Form */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 15118; + /* Gahz'ranka Dead */ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 15122; @@ -2692,6 +2782,9 @@ UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 16111; /* Kormok */ UPDATE `creature_template` SET `faction` = 21 WHERE `entry` = 16118; +/* Rhonin */ +UPDATE `creature_template` SET `faction` = 35 WHERE `entry` = 16128; + /* Shadow Fissure */ UPDATE `creature_template` SET `faction` = 21 WHERE `entry` = 16129; diff --git a/sql/world/base/vanilla_quest_levels.sql b/sql/world/base/vanilla_quest_levels.sql index 213e701..c82ad82 100644 --- a/sql/world/base/vanilla_quest_levels.sql +++ b/sql/world/base/vanilla_quest_levels.sql @@ -1,6 +1,21 @@ +/* Kobold Camp Cleanup */ +UPDATE quest_template SET RequiredNpcOrGoCount1 = 10 WHERE ID=7; + +/* Investigate Echo Ridge */ +UPDATE quest_template SET RequiredNpcOrGoCount1 = 10 WHERE ID=15; + +/* Brotherhood of Thieves */ +UPDATE quest_template SET RequiredItemCount1 = 12 WHERE ID=18; + /* Tharil'zun */ UPDATE quest_template SET RequiredItemId1 = 1260, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=19; +/* Skirmish at Echo Ridge */ +UPDATE quest_template SET RequiredNpcOrGoCount1 = 12 WHERE ID=21; + +/* Wolves Across the Border */ +UPDATE quest_template SET RequiredItemId1 = 750 WHERE ID=33; + /* The Legend of Stalvan */ UPDATE quest_template SET QuestLevel = 35 WHERE ID=98; @@ -58,6 +73,12 @@ UPDATE quest_template SET QuestLevel = 34 WHERE ID=304; /* Stranglethorn Fever */ UPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=349; +/* The Mindless Ones */ +UPDATE quest_template SET RequiredNpcOrGoCount1 = 8, RequiredNpcOrGoCount2 = 8 WHERE ID=364; + +/* Night Web's Hollow */ +UPDATE quest_template SET RequiredNpcOrGoCount1 = 10, RequiredNpcOrGoCount2 = 8 WHERE ID=380; + /* Wanted: Maggot Eye */ UPDATE quest_template SET MinLevel = 6 WHERE ID=398; @@ -160,6 +181,18 @@ UPDATE quest_template SET MinLevel = 30 WHERE ID=684; /* Wanted! Otto and Falconcrest */ UPDATE quest_template SET MinLevel = 30 WHERE ID=685; +/* Rite of Strength */ +UPDATE quest_template SET RequiredItemCount1 = 12 WHERE ID=757; + +/* Cutting Teeth */ +UPDATE quest_template SET RequiredNpcOrGoCount1 = 10 WHERE ID=788; + +/* Sting of the Scorpid */ +UPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=789; + +/* Vile Familiars */ +UPDATE quest_template SET RequiredNpcOrGoCount1 = 12 WHERE ID=792; + /* Gann's Reclamation */ UPDATE quest_template SET RequiredItemId1 = 5006, RequiredItemId3 = 0, RequiredItemCount1 = 1, RequiredItemCount3 = 0 WHERE ID=843; @@ -319,6 +352,9 @@ UPDATE quest_template SET RewardItem1 = 10791, RewardAmount1 = 1 WHERE ID=3646; /* Membership Card Renewal */ UPDATE quest_template SET RewardItem1 = 10790, RewardAmount1 = 1 WHERE ID=3647; +/* Rattling the Rattlecages */ +UPDATE quest_template SET RequiredNpcOrGoCount1 = 12 WHERE ID=3901; + /* Disharmony of Fire */ UPDATE quest_template SET RequiredItemId1 = 11126, RequiredItemId2 = 0, RequiredItemCount1 = 1, RequiredItemCount2 = 0 WHERE ID=3907; @@ -328,6 +364,9 @@ UPDATE quest_template SET RequiredItemId1 = 11149, RequiredItemId3 = 0, Required /* KILL ON SIGHT: High Ranking Dark Iron Officials */ UPDATE quest_template SET MinLevel = 50 WHERE ID=4082; +/* Galgar's Cactus Apple Surprise */ +UPDATE quest_template SET RequiredItemCount1 = 10 WHERE ID=4402; + /* Caught! */ UPDATE quest_template SET RequiredItemId1 = 4306, RequiredItemId2 = 0, RequiredItemCount1 = 15, RequiredItemCount2 = 0 WHERE ID=4449; diff --git a/sql/world/base/vanilla_spell_school_immunity.sql b/sql/world/base/vanilla_spell_school_immunity.sql index f5bd3c0..1c516e2 100644 --- a/sql/world/base/vanilla_spell_school_immunity.sql +++ b/sql/world/base/vanilla_spell_school_immunity.sql @@ -4,15 +4,30 @@ UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune /* Weaver */ UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|8 WHERE entry=5720; +/* Black Drake */ +UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=7044; + +/* Scalding Drake */ +UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=7045; + +/* Searscale Drake */ +UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=7046; + /* Smoldar */ UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|8 WHERE entry=8278; +/* Hematos */ +UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=8976; + /* Onyxia */ UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=10184; /* Whip Lasher */ UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|8 WHERE entry=13022; +/* Rogue Black Drake */ +UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|4 WHERE entry=14388; + /* Viscidus Trigger */ UPDATE `creature_template` SET `spell_school_immune_mask` = `spell_school_immune_mask`|1|2|4|8|16|32|64 WHERE entry=15922; diff --git a/sql/world/base/vanilla_spell_school_resistances.sql b/sql/world/base/vanilla_spell_school_resistances.sql index 3948dbe..2370c6d 100644 --- a/sql/world/base/vanilla_spell_school_resistances.sql +++ b/sql/world/base/vanilla_spell_school_resistances.sql @@ -1,3 +1,11 @@ +/* Deathmaw */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10077, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10077, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10077, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10077, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10077, 6); + + /* Onyxia */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10184, 3); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 10184, 4); @@ -23,6 +31,10 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10642, 4); +/* Junior Apothecary Holland */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10665, 6); + + /* Carrion Scarab */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10699, 5); @@ -39,14 +51,41 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10876, 5); +/* Arikara */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10882, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10882, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10882, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10882, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10882, 6); + + /* Summoned Water Elemental */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10955, 4); /* Lord Maxwell Tyrosus */ -REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11034, 3); -REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11034, 4); -REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 11034, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11034, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11034, 6); + + +/* Betina Bigglezink */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11035, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11035, 6); + + +/* Leonid Barthalomew the Revered */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11036, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11036, 6); + + +/* Duke Nicholas Zverenhoff */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11039, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11039, 6); + + +/* Carlin Redpath */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11063, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11063, 6); /* Postmaster Malown */ @@ -61,6 +100,30 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11262, 3); +/* Gordok Enforcer */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11440, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11440, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11440, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11440, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11440, 6); + + +/* Gordok Mauler */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11442, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11442, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11442, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11442, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11442, 6); + + +/* Gordok Ogre-Mage */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11443, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11443, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11443, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11443, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11443, 6); + + /* Whirlwind Ripper */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11576, 3); @@ -192,6 +255,18 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11862, 4); +/* Grinning Dog */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11871, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11871, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11871, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11871, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11871, 6); + + +/* Demon Spirit */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11876, 6); + + /* Golemagg the Incinerator */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11988, 3); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 11988, 4); @@ -274,6 +349,20 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 12396, 4); +/* Gorefang */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12431, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12431, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12431, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12431, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12431, 6); + + +/* Old Vicejaw */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12432, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12432, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12432, 6); + + /* Tideress */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12759, 4); @@ -327,14 +416,132 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 13736, 4); +/* Dart */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14232, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14232, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14232, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14232, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14232, 6); + + +/* Olm the Wise */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14343, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14343, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14343, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14343, 6); + + +/* Deathguard Kel */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12428, 6); + + +/* Venture Co. Cutter */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3990, 5); + + +/* Firemane Devourer */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4333, 2); + + +/* Doomwarder Lord */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4683, 2); + + +/* Murkshallow Shellhide */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4816, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4816, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4816, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4816, 5); + + +/* Rage Talon Whelp */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 10084, 2); + + +/* Shadowshard Thunderer */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11779, 5); + + +/* Ambershard Rager */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 11780, 6); + + +/* Flamewaker Guardian */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12142, 2); + + +/* Magmakin */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12806, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 12806, 3); + + +/* Kobold Miner */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 40, 2); + + /* Infernal */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 89, 2); +/* Goretusk */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 157, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 157, 6); + + /* Earth Elemental */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 329, 3); +/* Gath'Ilzogg */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 334, 6); + + +/* Redridge Mongrel */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 423, 5); + + +/* Defias Rogue Wizard */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 474, 3); + + +/* Kobold Tunneler */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 475, 2); + + +/* Kobold Geomancer */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 476, 2); + + +/* Lupos */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 521, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 521, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 521, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 521, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 521, 6); + + +/* Defias Henchman */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 594, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 594, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 594, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 594, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 594, 6); + + +/* Defias Conjurer */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 619, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 619, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 619, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 619, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 619, 6); + + +/* Black Ravager */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 628, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 628, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 628, 6); + + /* Green Wyrmkin */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 742, 5); @@ -343,6 +550,12 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 744, 5); +/* Dragonmaw Swamprunner */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1035, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1035, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1035, 6); + + /* Wyrmkin Firebrand */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1049, 3); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1049, 4); @@ -357,22 +570,255 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (5 , 1050, 6); +/* Dark Iron Dwarf */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1051, 6); + + +/* Dark Iron Saboteur */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1052, 6); + + +/* Dark Iron Tunneler */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1053, 6); + + +/* Dark Iron Demolitionist */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1054, 6); + + +/* Dark Iron Insurgent */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1169, 6); + + +/* Juvenile Snow Leopard */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1199, 3); + + +/* Snow Leopard */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1201, 3); + + +/* Dark Iron Sapper */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1222, 6); + + +/* Ol' Sooty */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1225, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1225, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1225, 6); + + +/* Kobold Digger */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1236, 2); + + +/* Father Gavin */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1253, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1253, 6); + + +/* Black Ravager Mastiff */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1258, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1258, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1258, 6); + + +/* Deathguard Linnea */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1495, 6); + + +/* Deathguard Dillinger */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1496, 6); + + +/* Ragged Scavenger */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1509, 3); + + +/* Executor Zygand */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1515, 6); + + +/* Deathguard Simmer */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1519, 6); + + +/* Defias Prisoner */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1706, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1706, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1706, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1706, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1706, 6); + + +/* Defias Captive */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1707, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1707, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1707, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1707, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1707, 6); + + +/* Defias Inmate */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1708, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1708, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1708, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1708, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1708, 6); + + +/* Defias Convict */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1711, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1711, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1711, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1711, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1711, 6); + + +/* Defias Insurgent */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1715, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1715, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1715, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1715, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1715, 6); + + +/* Defias Watchman */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1725, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1725, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1725, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1725, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1725, 6); + + +/* Defias Magician */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1726, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1726, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1726, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1726, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1726, 6); + + +/* Deathguard Abraham */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1735, 6); + + +/* Deathguard Randolph */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1736, 6); + + +/* Deathguard Oliver */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1737, 6); + + +/* Deathguard Phillip */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1739, 6); + + +/* Deathguard Bartrand */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1741, 6); + + +/* Deathguard Bartholomew */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1742, 6); + + +/* Deathguard Lawrence */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1743, 6); + + +/* Deathguard Morris */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1745, 6); + + +/* Deathguard Cyrus */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1746, 6); + + /* Cold Wraith */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1800, 4); +/* Dark Iron Ambusher */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 1981, 6); + + +/* Lord Melenas */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2038, 6); + + /* Chieftain Nek'rosh */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2091, 2); +/* Dark Iron Raider */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2149, 6); + + +/* Shadowclaw */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2175, 6); + + +/* Deathguard Gavin */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2209, 6); + + +/* Deathguard Royann */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2210, 6); + + +/* Syndicate Thief */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2241, 3); + + +/* Crushridge Ogre */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2252, 3); + + +/* Crushridge Brute */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2253, 3); + + +/* Crushridge Mauler */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2254, 3); + + +/* Crushridge Mage */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2255, 3); + + +/* Crushridge Enforcer */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2256, 3); + + /* Stone Fury */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2258, 3); +/* Crushridge Warmonger */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2287, 3); + + /* Elemental Slave */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2359, 3); +/* Tarren Mill Deathguard */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2405, 6); + + +/* Crushridge Plunderer */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2416, 3); + + +/* Deathguard Samsa */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2418, 6); + + +/* Deathguard Humbert */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2419, 6); + + /* Varimathras */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 2); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 3); @@ -380,6 +826,18 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 2425, 5); +/* Dark Iron Supplier */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2575, 6); + + +/* Dark Iron Shadowcaster */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2577, 6); + + +/* Lord Falconcrest */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 2597, 3); + + /* Rift Spawn */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6492, 6); @@ -412,6 +870,27 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 2919, 3); +/* Deviate Venomwing */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5756, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5756, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5756, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5756, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5756, 6); + + +/* Kolkar Wrangler */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3272, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3272, 5); + + +/* Deviate Dreadfang */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5056, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5056, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5056, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5056, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5056, 6); + + /* Mist */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 2); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 3); @@ -420,6 +899,18 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3568, 6); +/* Kresh */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3653, 2); + + +/* Delmanis the Hated */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3662, 6); + + +/* Akkrilus */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3773, 6); + + /* Befouled Water Elemental */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3917, 4); @@ -432,6 +923,50 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 4034, 3); +/* Dark Iron Bombardier */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4062, 6); + + +/* Blackrock Scout */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4064, 6); + + +/* Gravelsnout Kobold */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4111, 2); + + +/* Gravelsnout Vermin */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4112, 2); + + +/* Gravelsnout Forager */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4114, 2); + + +/* Gravelsnout Surveyor */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4116, 2); + + +/* Deviate Stinglash */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3631, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3631, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3631, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3631, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3631, 6); + + +/* Deviate Coiler */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3630, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3630, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3630, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3630, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 3630, 6); + + +/* Geltharis */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4619, 6); + + /* Kolkar Centaur */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4632, 2); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4632, 5); @@ -463,7 +998,29 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School /* Lesser Infernal */ -REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4676, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (90 , 4676, 2); + + +/* Argent Guard Thaelrid */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4787, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 4787, 6); + + +/* Atal'ai Priest */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5269, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5269, 6); + + +/* Rabid Longtooth */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5288, 3); + + +/* Arash-ethis */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5349, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5349, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5349, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5349, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5349, 6); /* Zekkis */ @@ -486,6 +1043,38 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5624, 6); +/* Deathguard Lundmark */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5725, 6); + + +/* Lord Azrethoc */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5760, 6); + + +/* Azzere the Skyblade */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5834, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5834, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5834, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5834, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5834, 6); + + +/* Dark Iron Geologist */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5839, 6); + + +/* Dark Iron Steamsmith */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5840, 6); + + +/* Dark Iron Slaver */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5844, 6); + + +/* Dark Iron Taskmaster */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 5846, 6); + + /* Magma Elemental */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 5855, 3); @@ -495,7 +1084,28 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School /* Searing Infernal */ -REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6073, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (45 , 6073, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (45 , 6073, 5); + + +/* Dark Iron Spy */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6123, 6); + + +/* Captain Beld */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6124, 6); + + +/* Legashi Satyr */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6200, 6); + + +/* Legashi Rogue */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6201, 6); + + +/* Legashi Hellcaller */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6202, 6); /* Irradiated Horror */ @@ -506,8 +1116,16 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6239, 3); +/* Coralshell Lurker */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6352, 2); + + +/* Deathguard Podrig */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6389, 6); + + /* Devilsaur */ -REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (53 , 6498, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (54 , 6498, 2); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 3); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 4); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6498, 5); @@ -542,6 +1160,10 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-51 , 6519, 2); +/* Dark Iron Rifleman */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 6523, 6); + + /* Tar Creeper */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-51 , 6527, 2); @@ -566,13 +1188,40 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 7032, 3); +/* Ironbeak Hunter */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7099, 5); + + +/* Jadefire Rogue */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7106, 6); + + +/* Jadefire Trickster */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7107, 6); + + +/* Jadefire Betrayer */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7108, 6); + + +/* Jadefire Felsworn */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7109, 6); + + +/* Jadefire Shadowstalker */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7110, 6); + + +/* Jadefire Hellcaller */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7111, 6); + + /* Toxic Horror */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7132, 4); /* Infernal Bodyguard */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7135, 2); -REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7135, 5); /* Infernal Sentry */ @@ -583,6 +1232,32 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7266, 2); +/* Frostsaber Stalker */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7432, 3); + + +/* Frostsaber Huntress */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7433, 3); + + +/* Frostsaber Pride Watcher */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7434, 3); + + +/* Winterspring Owl */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7455, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7455, 5); + + +/* Winterspring Screecher */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7456, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7456, 5); + + +/* Silverpine Deathguard */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7489, 6); + + /* Razelikh the Defiler */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7664, 2); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7664, 5); @@ -600,6 +1275,22 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 7735, 5); +/* Old Cliff Jumper */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8211, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8211, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8211, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8211, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8211, 6); + + +/* Ironback */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8213, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8213, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8213, 4); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8213, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8213, 6); + + /* Smoldar */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 8278, 3); @@ -608,6 +1299,17 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8281, 2); +/* Grunter */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8303, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8303, 3); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8303, 5); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8303, 6); + + +/* Dark Iron Steelshifter */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8337, 6); + + /* Hakkari Bloodkeeper */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8438, 4); @@ -616,6 +1318,14 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8440, 4); +/* Dark Iron Sentry */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8504, 6); + + +/* Dark Iron Lookout */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8566, 6); + + /* Angered Infernal */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8608, 2); @@ -624,6 +1334,10 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8616, 2); +/* Dark Iron Watchman */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8637, 6); + + /* Gusting Vortex */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8667, 3); @@ -642,6 +1356,16 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (10 , 8716, 5); +/* Anvilrage Overseer */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8889, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8889, 5); + + +/* Anvilrage Warden */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8890, 2); +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 8890, 5); + + /* Molten War Golem */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (-140 , 8908, 4); @@ -788,6 +1512,10 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14535, 6); +/* Necrosis */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 14694, 5); + + /* Chromaggus */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14020, 2); REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 14020, 3); @@ -841,6 +1569,10 @@ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (15 , 15111, 6); +/* Dark Iron Kidnapper */ +REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (0 , 15692, 6); + + /* Ossirian the Unscarred */ REPLACE INTO `creature_template_resistance` (`Resistance`, `CreatureID`, `School`) VALUES (1000 , 15339, 6); diff --git a/sql/world/base/vanilla_vendors.sql b/sql/world/base/vanilla_vendors.sql index 76fe085..8e6c724 100644 --- a/sql/world/base/vanilla_vendors.sql +++ b/sql/world/base/vanilla_vendors.sql @@ -29,6 +29,15 @@ DELETE FROM `npc_vendor` WHERE `entry` = 384 AND `item` = 12354; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (384, 12354, 0, 0); +/* NPC Elaine Trias - 483 */ +/* Remove non-Vanilla item Garadar Sharp */ +DELETE FROM `npc_vendor` WHERE `entry` = 483 AND `item` = 27857; +/* Remove non-Vanilla item Sour Goat Cheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 483 AND `item` = 33443; +/* Remove non-Vanilla item Briny Hardcheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 483 AND `item` = 35952; + + /* NPC Quartermaster Lewis - 491 */ /* Add Missing Vanilla item Flint and Tinder */ DELETE FROM `npc_vendor` WHERE `entry` = 491 AND `item` = 4471; @@ -156,12 +165,31 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1250, /* NPC Edna Mullby - 1286 */ +/* Remove non-Vanilla item Rune Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 14341; +/* Remove non-Vanilla item Imbued Vial */ +DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 18256; +/* Add Missing Vanilla item Green Dye */ +DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 2605; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 2605, 0, 0); /* Add Missing Vanilla item Hot Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 2692; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 2692, 0, 0); +/* Add Missing Vanilla item Dust of Decay */ +DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 2928; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 2928, 0, 0); /* Add Missing Vanilla item Soothing Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 3713; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 3713, 0, 0); +/* Add Missing Vanilla item Blue Dye */ +DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 6260; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 6260, 0, 0); +/* Add Missing Vanilla item Bleach */ +DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 2324; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 2324, 0, 0); +/* Add Missing Vanilla item Shiny Bauble */ +DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 6529; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 6529, 0, 0); /* Add Missing Vanilla item Lethargy Root */ DELETE FROM `npc_vendor` WHERE `entry` = 1286 AND `item` = 3777; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1286, 3777, 0, 0); @@ -198,6 +226,17 @@ DELETE FROM `npc_vendor` WHERE `entry` = 1285 AND `item` = 4471; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1285, 4471, 0, 0); +/* NPC Frederick Stover - 1298 */ +/* Remove non-Vanilla item Fine Shortbow */ +DELETE FROM `npc_vendor` WHERE `entry` = 1298 AND `item` = 11303; +/* Remove non-Vanilla item Sturdy Recurve */ +DELETE FROM `npc_vendor` WHERE `entry` = 1298 AND `item` = 11306; +/* Remove non-Vanilla item Massive Longbow */ +DELETE FROM `npc_vendor` WHERE `entry` = 1298 AND `item` = 11307; +/* Remove non-Vanilla item Wicked Arrow */ +DELETE FROM `npc_vendor` WHERE `entry` = 1298 AND `item` = 28053; + + /* NPC Charys Yserian - 1307 */ /* Add Missing Vanilla item Arcane Dust */ DELETE FROM `npc_vendor` WHERE `entry` = 1307 AND `item` = 17019; @@ -288,6 +327,11 @@ DELETE FROM `npc_vendor` WHERE `entry` = 1326 AND `item` = 8925; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (1326, 8925, 0, 0); +/* NPC Alexandra Bolero - 1347 */ +/* Remove non-Vanilla item Eternium Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 1347 AND `item` = 38426; + + /* NPC Brother Cassius - 1351 */ /* Add Missing Vanilla item Arcane Dust */ DELETE FROM `npc_vendor` WHERE `entry` = 1351 AND `item` = 17019; @@ -472,6 +516,11 @@ DELETE FROM `npc_vendor` WHERE `entry` = 2084 AND `item` = 4471; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2084, 4471, 0, 0); +/* NPC Abigail Shiel - 2118 */ +/* Remove non-Vanilla item Simple Flour */ +DELETE FROM `npc_vendor` WHERE `entry` = 2118 AND `item` = 30817; + + /* NPC Mrs. Winters - 2134 */ /* Add Missing Vanilla item Flint and Tinder */ DELETE FROM `npc_vendor` WHERE `entry` = 2134 AND `item` = 4471; @@ -514,6 +563,9 @@ DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 5956; DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 14341; /* Remove non-Vanilla item Imbued Vial */ DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 18256; +/* Add Missing Vanilla item Pattern: Runecloth Gloves */ +DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 14481; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11189, 14481, 1, 3600); /* Add Missing Vanilla item Hot Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 11189 AND `item` = 2692; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11189, 2692, 0, 0); @@ -689,6 +741,9 @@ DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 28060; DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 39684; /* Remove non-Vanilla item Walnut Stock */ DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 40533; +/* Add Missing Vanilla item Schematic: Truesilver Transformer */ +DELETE FROM `npc_vendor` WHERE `entry` = 2685 AND `item` = 18651; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2685, 18651, 1, 43200); /* NPC Ruppo Zipcoil - 2688 */ @@ -926,12 +981,37 @@ DELETE FROM `npc_vendor` WHERE `entry` = 2908 AND `item` = 4471; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (2908, 4471, 0, 0); +/* NPC Fyr Mistrunner - 3003 */ +/* Remove non-Vanilla item Mag'har Grainbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3003 AND `item` = 27855; +/* Remove non-Vanilla item Crusty Flatbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3003 AND `item` = 33449; +/* Remove non-Vanilla item Sweet Potato Bread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3003 AND `item` = 35950; + + +/* NPC Mahu - 3005 */ +/* Remove non-Vanilla item Eternium Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3005 AND `item` = 38426; + + +/* NPC Nata Dawnstrider - 3012 */ +/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ +DELETE FROM `npc_vendor` WHERE `entry` = 3012 AND `item` = 6342; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3012, 6342, 1, 7200); + + /* NPC Nardstrum Copperpinch - 13429 */ /* Add Missing Vanilla item Fake Mistletoe */ DELETE FROM `npc_vendor` WHERE `entry` = 13429 AND `item` = 17195; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (13429, 17195, 0, 0); +/* NPC Kuna Thunderhorn - 3015 */ +/* Remove non-Vanilla item Wicked Arrow */ +DELETE FROM `npc_vendor` WHERE `entry` = 3015 AND `item` = 28053; + + /* NPC Nan Mistrunner - 3017 */ /* Remove non-Vanilla item Skethyl Berries */ DELETE FROM `npc_vendor` WHERE `entry` = 3017 AND `item` = 27856; @@ -941,7 +1021,18 @@ DELETE FROM `npc_vendor` WHERE `entry` = 3017 AND `item` = 35948; DELETE FROM `npc_vendor` WHERE `entry` = 3017 AND `item` = 35949; +/* NPC Kaga Mistrunner - 3025 */ +/* Remove non-Vanilla item Smoked Talbuk Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 3025 AND `item` = 27854; +/* Remove non-Vanilla item Salted Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 3025 AND `item` = 33454; +/* Remove non-Vanilla item Mead Basted Caribou */ +DELETE FROM `npc_vendor` WHERE `entry` = 3025 AND `item` = 35953; + + /* NPC Naal Mistrunner - 3027 */ +/* Remove non-Vanilla item Simple Flour */ +DELETE FROM `npc_vendor` WHERE `entry` = 3027 AND `item` = 30817; /* Add Missing Vanilla item Hot Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 3027 AND `item` = 2692; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3027, 2692, 0, 0); @@ -956,6 +1047,11 @@ DELETE FROM `npc_vendor` WHERE `entry` = 3076 AND `item` = 4471; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3076, 4471, 0, 0); +/* NPC Wunna Darkmane - 3081 */ +/* Remove non-Vanilla item Simple Flour */ +DELETE FROM `npc_vendor` WHERE `entry` = 3081 AND `item` = 30817; + + /* NPC Gloria Femmel - 3085 */ /* Remove non-Vanilla item Simple Flour */ DELETE FROM `npc_vendor` WHERE `entry` = 3085 AND `item` = 30817; @@ -1062,24 +1158,61 @@ DELETE FROM `npc_vendor` WHERE `entry` = 3164 AND `item` = 4471; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3164, 4471, 0, 0); +/* NPC Flakk - 3168 */ +/* Remove non-Vanilla item Simple Flour */ +DELETE FROM `npc_vendor` WHERE `entry` = 3168 AND `item` = 30817; + + /* NPC K'waii - 3186 */ /* Add Missing Vanilla item Flint and Tinder */ DELETE FROM `npc_vendor` WHERE `entry` = 3186 AND `item` = 4471; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3186, 4471, 0, 0); +/* NPC Tai'tasi - 3187 */ +/* Remove non-Vanilla item Simple Flour */ +DELETE FROM `npc_vendor` WHERE `entry` = 3187 AND `item` = 30817; + + +/* NPC Olvia - 3312 */ +/* Remove non-Vanilla item Smoked Talbuk Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 3312 AND `item` = 27854; +/* Remove non-Vanilla item Salted Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 3312 AND `item` = 33454; +/* Remove non-Vanilla item Mead Basted Caribou */ +DELETE FROM `npc_vendor` WHERE `entry` = 3312 AND `item` = 35953; + + /* NPC Trak'gen - 3313 */ +/* Remove non-Vanilla item Wicked Arrow */ +DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 28053; +/* Remove non-Vanilla item Impact Shot */ +DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 28060; /* Add Missing Vanilla item Flint and Tinder */ DELETE FROM `npc_vendor` WHERE `entry` = 3313 AND `item` = 4471; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3313, 4471, 0, 0); +/* NPC Kaja - 3322 */ +/* Remove non-Vanilla item Impact Shot */ +DELETE FROM `npc_vendor` WHERE `entry` = 3322 AND `item` = 28060; + + /* NPC Horthus - 3323 */ /* Add Missing Vanilla item Arcane Dust */ DELETE FROM `npc_vendor` WHERE `entry` = 3323 AND `item` = 17019; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3323, 17019, 0, 0); +/* NPC Kor'jus - 3329 */ +/* Remove non-Vanilla item Zangar Caps */ +DELETE FROM `npc_vendor` WHERE `entry` = 3329 AND `item` = 27859; +/* Remove non-Vanilla item Honey-Spiced Lichen */ +DELETE FROM `npc_vendor` WHERE `entry` = 3329 AND `item` = 33452; +/* Remove non-Vanilla item Sparkling Frostcap */ +DELETE FROM `npc_vendor` WHERE `entry` = 3329 AND `item` = 35947; + + /* NPC Rekkul - 3334 */ /* Add Missing Vanilla item Dust of Decay */ DELETE FROM `npc_vendor` WHERE `entry` = 3334 AND `item` = 2928; @@ -1122,7 +1255,26 @@ DELETE FROM `npc_vendor` WHERE `entry` = 3335 AND `item` = 17019; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3335, 17019, 0, 0); +/* NPC Shan'ti - 3342 */ +/* Remove non-Vanilla item Skethyl Berries */ +DELETE FROM `npc_vendor` WHERE `entry` = 3342 AND `item` = 27856; +/* Remove non-Vanilla item Savory Snowplum */ +DELETE FROM `npc_vendor` WHERE `entry` = 3342 AND `item` = 35948; +/* Remove non-Vanilla item Tundra Berries */ +DELETE FROM `npc_vendor` WHERE `entry` = 3342 AND `item` = 35949; + + +/* NPC Kithas - 3346 */ +/* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ +DELETE FROM `npc_vendor` WHERE `entry` = 3346 AND `item` = 6342; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3346, 6342, 1, 7200); + + /* NPC Asoran - 3350 */ +/* Remove non-Vanilla item Wicked Arrow */ +DELETE FROM `npc_vendor` WHERE `entry` = 3350 AND `item` = 28053; +/* Remove non-Vanilla item Impact Shot */ +DELETE FROM `npc_vendor` WHERE `entry` = 3350 AND `item` = 28060; /* Add Missing Vanilla item Flint and Tinder */ DELETE FROM `npc_vendor` WHERE `entry` = 3350 AND `item` = 4471; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3350, 4471, 0, 0); @@ -1135,6 +1287,8 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3351, /* NPC Ogunaro Wolfrunner - 3362 */ +/* Remove non-Vanilla item Horn of the Black Wolf */ +DELETE FROM `npc_vendor` WHERE `entry` = 3362 AND `item` = 46099; /* Add Missing Vanilla item Horn of the Red Wolf */ DELETE FROM `npc_vendor` WHERE `entry` = 3362 AND `item` = 12330; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3362, 12330, 0, 0); @@ -1143,7 +1297,21 @@ DELETE FROM `npc_vendor` WHERE `entry` = 3362 AND `item` = 12351; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3362, 12351, 0, 0); +/* NPC Borya - 3364 */ +/* Remove non-Vanilla item Eternium Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3364 AND `item` = 38426; + + +/* NPC Tamar - 3366 */ +/* Remove non-Vanilla item Eternium Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3366 AND `item` = 38426; + + /* NPC Felika - 3367 */ +/* Remove non-Vanilla item Rune Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 14341; +/* Remove non-Vanilla item Imbued Vial */ +DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 18256; /* Add Missing Vanilla item Hot Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 2692; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 2692, 0, 0); @@ -1153,12 +1321,35 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, /* Add Missing Vanilla item Soothing Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 3713; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 3713, 0, 0); +/* Add Missing Vanilla item Green Dye */ +DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 2605; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 2605, 0, 0); +/* Add Missing Vanilla item Blue Dye */ +DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 6260; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 6260, 0, 0); /* Add Missing Vanilla item Lethargy Root */ DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 3777; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 3777, 0, 0); +/* Add Missing Vanilla item Bleach */ +DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 2324; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 2324, 0, 0); +/* Add Missing Vanilla item Shiny Bauble */ +DELETE FROM `npc_vendor` WHERE `entry` = 3367 AND `item` = 6529; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3367, 6529, 0, 0); + + +/* NPC Borstan - 3368 */ +/* Remove non-Vanilla item Smoked Talbuk Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 3368 AND `item` = 27854; +/* Remove non-Vanilla item Salted Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 3368 AND `item` = 33454; +/* Remove non-Vanilla item Mead Basted Caribou */ +DELETE FROM `npc_vendor` WHERE `entry` = 3368 AND `item` = 35953; /* NPC Xen'to - 3400 */ +/* Remove non-Vanilla item Simple Flour */ +DELETE FROM `npc_vendor` WHERE `entry` = 3400 AND `item` = 30817; /* Add Missing Vanilla item Hot Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 3400 AND `item` = 2692; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3400, 2692, 0, 0); @@ -1172,6 +1363,32 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3400, DELETE FROM `npc_vendor` WHERE `entry` = 3405 AND `item` = 18256; +/* NPC Jin'sora - 3410 */ +/* Remove non-Vanilla item Fine Shortbow */ +DELETE FROM `npc_vendor` WHERE `entry` = 3410 AND `item` = 11303; +/* Remove non-Vanilla item Sturdy Recurve */ +DELETE FROM `npc_vendor` WHERE `entry` = 3410 AND `item` = 11306; +/* Remove non-Vanilla item Massive Longbow */ +DELETE FROM `npc_vendor` WHERE `entry` = 3410 AND `item` = 11307; +/* Remove non-Vanilla item Wicked Arrow */ +DELETE FROM `npc_vendor` WHERE `entry` = 3410 AND `item` = 28053; + + +/* NPC Sovik - 3413 */ +/* Remove non-Vanilla item Schematic: Steam Tonk Controller */ +DELETE FROM `npc_vendor` WHERE `entry` = 3413 AND `item` = 22729; +/* Remove non-Vanilla item Hair Trigger */ +DELETE FROM `npc_vendor` WHERE `entry` = 3413 AND `item` = 39684; +/* Remove non-Vanilla item Walnut Stock */ +DELETE FROM `npc_vendor` WHERE `entry` = 3413 AND `item` = 40533; +/* Add Missing Vanilla item Schematic: Thorium Grenade */ +DELETE FROM `npc_vendor` WHERE `entry` = 3413 AND `item` = 16041; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3413, 16041, 1, 10800); +/* Add Missing Vanilla item Schematic: Thorium Widget */ +DELETE FROM `npc_vendor` WHERE `entry` = 3413 AND `item` = 16042; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3413, 16042, 1, 10800); + + /* NPC Barg - 3481 */ /* Add Missing Vanilla item Flint and Tinder */ DELETE FROM `npc_vendor` WHERE `entry` = 3481 AND `item` = 4471; @@ -1184,6 +1401,11 @@ DELETE FROM `npc_vendor` WHERE `entry` = 3482 AND `item` = 2692; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3482, 2692, 0, 0); +/* NPC Wrahk - 3485 */ +/* Remove non-Vanilla item Eternium Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3485 AND `item` = 38426; + + /* NPC Hula'mahi - 3490 */ /* Add Missing Vanilla item Dust of Decay */ DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 2928; @@ -1215,11 +1437,23 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, /* Add Missing Vanilla item Dust of Deterioration */ DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 8924; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 8924, 0, 0); +/* Add Missing Vanilla item Crystal Vial */ +DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 8925; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 8925, 0, 0); /* Add Missing Vanilla item Arcane Dust */ DELETE FROM `npc_vendor` WHERE `entry` = 3490 AND `item` = 17019; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3490, 17019, 0, 0); +/* NPC Gagsprocket - 3495 */ +/* Remove non-Vanilla item Schematic: Minor Recombobulator */ +DELETE FROM `npc_vendor` WHERE `entry` = 3495 AND `item` = 14639; +/* Remove non-Vanilla item Hair Trigger */ +DELETE FROM `npc_vendor` WHERE `entry` = 3495 AND `item` = 39684; +/* Remove non-Vanilla item Walnut Stock */ +DELETE FROM `npc_vendor` WHERE `entry` = 3495 AND `item` = 40533; + + /* NPC Jazzik - 3498 */ /* Add Missing Vanilla item Flint and Tinder */ DELETE FROM `npc_vendor` WHERE `entry` = 3498 AND `item` = 4471; @@ -1235,6 +1469,15 @@ DELETE FROM `npc_vendor` WHERE `entry` = 3499 AND `item` = 2928; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3499, 2928, 0, 0); +/* NPC Thomas Miller - 3518 */ +/* Remove non-Vanilla item Mag'har Grainbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3518 AND `item` = 27855; +/* Remove non-Vanilla item Crusty Flatbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3518 AND `item` = 33449; +/* Remove non-Vanilla item Sweet Potato Bread */ +DELETE FROM `npc_vendor` WHERE `entry` = 3518 AND `item` = 35950; + + /* NPC Sarah Raycroft - 3541 */ /* Remove non-Vanilla item Wicked Arrow */ DELETE FROM `npc_vendor` WHERE `entry` = 3541 AND `item` = 28053; @@ -1383,6 +1626,8 @@ DELETE FROM `npc_vendor` WHERE `entry` = 3614 AND `item` = 30817; /* NPC Harb Clawhoof - 3685 */ +/* Remove non-Vanilla item White Kodo */ +DELETE FROM `npc_vendor` WHERE `entry` = 3685 AND `item` = 46100; /* Add Missing Vanilla item Teal Kodo */ DELETE FROM `npc_vendor` WHERE `entry` = 3685 AND `item` = 15293; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3685, 15293, 0, 0); @@ -1715,6 +1960,12 @@ DELETE FROM `npc_vendor` WHERE `entry` = 4229 AND `item` = 3777; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4229, 3777, 0, 0); +/* NPC Ulthir - 4226 */ +/* Add Missing Vanilla item Recipe: Superior Mana Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 4226 AND `item` = 13477; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4226, 13477, 1, 7200); + + /* NPC Vaean - 4228 */ /* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ DELETE FROM `npc_vendor` WHERE `entry` = 4228 AND `item` = 6342; @@ -1898,6 +2149,12 @@ DELETE FROM `npc_vendor` WHERE `entry` = 4589 AND `item` = 38426; DELETE FROM `npc_vendor` WHERE `entry` = 4604 AND `item` = 28053; +/* NPC Algernon - 4610 */ +/* Add Missing Vanilla item Recipe: Superior Mana Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 4610 AND `item` = 13477; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4610, 13477, 1, 2700); + + /* NPC Katrina Alliestar - 4615 */ /* Remove non-Vanilla item Imbued Vial */ DELETE FROM `npc_vendor` WHERE `entry` = 4615 AND `item` = 18256; @@ -1918,6 +2175,13 @@ DELETE FROM `npc_vendor` WHERE `entry` = 4730 AND `item` = 12303; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4730, 12303, 0, 0); +/* NPC Zachariah Post - 4731 */ +/* Remove non-Vanilla item Black Skeletal Horse */ +DELETE FROM `npc_vendor` WHERE `entry` = 4731 AND `item` = 46308; +/* Remove non-Vanilla item Ochre Skeletal Warhorse */ +DELETE FROM `npc_vendor` WHERE `entry` = 4731 AND `item` = 47101; + + /* NPC Felicia Doan - 4775 */ /* Remove non-Vanilla item Black Dye */ DELETE FROM `npc_vendor` WHERE `entry` = 4775 AND `item` = 2325; @@ -2092,6 +2356,23 @@ DELETE FROM `npc_vendor` WHERE `entry` = 2683 AND `item` = 39684; DELETE FROM `npc_vendor` WHERE `entry` = 2683 AND `item` = 40533; +/* NPC Ben Trias - 4981 */ +/* Remove non-Vanilla item Garadar Sharp */ +DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 27857; +/* Remove non-Vanilla item Filtered Draenic Water */ +DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 28399; +/* Remove non-Vanilla item Sour Goat Cheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 33443; +/* Remove non-Vanilla item Pungent Seal Whey */ +DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 33444; +/* Remove non-Vanilla item Honeymint Tea */ +DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 33445; +/* Remove non-Vanilla item Briny Hardcheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 35952; +/* Remove non-Vanilla item Sweetened Goat's Milk */ +DELETE FROM `npc_vendor` WHERE `entry` = 4981 AND `item` = 35954; + + /* NPC Fillius Fizzlespinner - 5100 */ /* Add Missing Vanilla item Hot Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 5100 AND `item` = 2692; @@ -2111,6 +2392,15 @@ DELETE FROM `npc_vendor` WHERE `entry` = 5101 AND `item` = 4471; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5101, 4471, 0, 0); +/* NPC Myra Tyrngaarde - 5109 */ +/* Remove non-Vanilla item Mag'har Grainbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 5109 AND `item` = 27855; +/* Remove non-Vanilla item Crusty Flatbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 5109 AND `item` = 33449; +/* Remove non-Vanilla item Sweet Potato Bread */ +DELETE FROM `npc_vendor` WHERE `entry` = 5109 AND `item` = 35950; + + /* NPC Barim Jurgenstaad - 5110 */ /* Add Missing Vanilla item Arcane Dust */ DELETE FROM `npc_vendor` WHERE `entry` = 5110 AND `item` = 17019; @@ -2266,6 +2556,12 @@ DELETE FROM `npc_vendor` WHERE `entry` = 5175 AND `item` = 22729; DELETE FROM `npc_vendor` WHERE `entry` = 5175 AND `item` = 39684; /* Remove non-Vanilla item Walnut Stock */ DELETE FROM `npc_vendor` WHERE `entry` = 5175 AND `item` = 40533; +/* Add Missing Vanilla item Schematic: Thorium Grenade */ +DELETE FROM `npc_vendor` WHERE `entry` = 5175 AND `item` = 16041; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5175, 16041, 1, 10800); +/* Add Missing Vanilla item Schematic: Thorium Widget */ +DELETE FROM `npc_vendor` WHERE `entry` = 5175 AND `item` = 16042; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5175, 16042, 1, 10800); /* NPC Erika Tate - 5483 */ @@ -2279,6 +2575,23 @@ DELETE FROM `npc_vendor` WHERE `entry` = 5483 AND `item` = 3713; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5483, 3713, 0, 0); +/* NPC Eldraeith - 5503 */ +/* Remove non-Vanilla item Imbued Vial */ +DELETE FROM `npc_vendor` WHERE `entry` = 5503 AND `item` = 18256; + + +/* NPC Billibub Cogspinner - 5519 */ +/* Remove non-Vanilla item Hair Trigger */ +DELETE FROM `npc_vendor` WHERE `entry` = 5519 AND `item` = 39684; +/* Remove non-Vanilla item Walnut Stock */ +DELETE FROM `npc_vendor` WHERE `entry` = 5519 AND `item` = 40533; + + +/* NPC Jillian Tanner - 5565 */ +/* Remove non-Vanilla item Eternium Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 5565 AND `item` = 38426; + + /* NPC Lilly - 5757 */ /* Add Missing Vanilla item Formula: Enchant Chest - Minor Mana */ DELETE FROM `npc_vendor` WHERE `entry` = 5757 AND `item` = 6342; @@ -2291,6 +2604,11 @@ DELETE FROM `npc_vendor` WHERE `entry` = 5758 AND `item` = 6342; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5758, 6342, 1, 7200); +/* NPC Kalldan Felmoon - 5783 */ +/* Remove non-Vanilla item Eternium Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 5783 AND `item` = 38426; + + /* NPC Innkeeper Thulbek - 5814 */ /* Add Missing Vanilla item Hunter's Boomstick */ DELETE FROM `npc_vendor` WHERE `entry` = 5814 AND `item` = 2511; @@ -2298,6 +2616,12 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5814, /* NPC Shimra - 5817 */ +/* Remove non-Vanilla item Rune Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 14341; +/* Remove non-Vanilla item Imbued Vial */ +DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 18256; +/* Remove non-Vanilla item Simple Flour */ +DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 30817; /* Add Missing Vanilla item Hot Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 2692; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5817, 2692, 0, 0); @@ -2312,6 +2636,18 @@ DELETE FROM `npc_vendor` WHERE `entry` = 5817 AND `item` = 3777; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5817, 3777, 0, 0); +/* NPC Zansoa - 5942 */ +/* Remove non-Vanilla item Strong Fishing Pole */ +DELETE FROM `npc_vendor` WHERE `entry` = 5942 AND `item` = 6365; +/* Remove non-Vanilla item Aquadynamic Fish Attractor */ +DELETE FROM `npc_vendor` WHERE `entry` = 5942 AND `item` = 6533; + + +/* NPC Yonada - 5944 */ +/* Remove non-Vanilla item Eternium Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 5944 AND `item` = 38426; + + /* NPC Gorbold Steelhand - 6301 */ /* Remove non-Vanilla item Rune Thread */ DELETE FROM `npc_vendor` WHERE `entry` = 6301 AND `item` = 14341; @@ -2380,6 +2716,41 @@ DELETE FROM `npc_vendor` WHERE `entry` = 6735 AND `item` = 35949; DELETE FROM `npc_vendor` WHERE `entry` = 6735 AND `item` = 35954; +/* NPC Innkeeper Allison - 6740 */ +/* Remove non-Vanilla item Shiny Red Apple */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 4536; +/* Remove non-Vanilla item Tel'Abim Banana */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 4537; +/* Remove non-Vanilla item Snapvine Watermelon */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 4538; +/* Remove non-Vanilla item Goldenbark Apple */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 4539; +/* Remove non-Vanilla item Moon Harvest Pumpkin */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 4602; +/* Remove non-Vanilla item Deep Fried Plantains */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 8953; +/* Remove non-Vanilla item Mag'har Grainbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 27855; +/* Remove non-Vanilla item Skethyl Berries */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 27856; +/* Remove non-Vanilla item Filtered Draenic Water */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 28399; +/* Remove non-Vanilla item Pungent Seal Whey */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 33444; +/* Remove non-Vanilla item Honeymint Tea */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 33445; +/* Remove non-Vanilla item Crusty Flatbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 33449; +/* Remove non-Vanilla item Savory Snowplum */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 35948; +/* Remove non-Vanilla item Tundra Berries */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 35949; +/* Remove non-Vanilla item Sweet Potato Bread */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 35950; +/* Remove non-Vanilla item Sweetened Goat's Milk */ +DELETE FROM `npc_vendor` WHERE `entry` = 6740 AND `item` = 35954; + + /* NPC Innkeeper Norman - 6741 */ /* Remove non-Vanilla item Zangar Caps */ DELETE FROM `npc_vendor` WHERE `entry` = 6741 AND `item` = 27859; @@ -2397,6 +2768,23 @@ DELETE FROM `npc_vendor` WHERE `entry` = 6741 AND `item` = 35947; DELETE FROM `npc_vendor` WHERE `entry` = 6741 AND `item` = 35954; +/* NPC Innkeeper Pala - 6746 */ +/* Remove non-Vanilla item Garadar Sharp */ +DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 27857; +/* Remove non-Vanilla item Filtered Draenic Water */ +DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 28399; +/* Remove non-Vanilla item Sour Goat Cheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 33443; +/* Remove non-Vanilla item Pungent Seal Whey */ +DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 33444; +/* Remove non-Vanilla item Honeymint Tea */ +DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 33445; +/* Remove non-Vanilla item Briny Hardcheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 35952; +/* Remove non-Vanilla item Sweetened Goat's Milk */ +DELETE FROM `npc_vendor` WHERE `entry` = 6746 AND `item` = 35954; + + /* NPC Zan Shivsproket - 6777 */ /* Remove non-Vanilla item Hair Trigger */ DELETE FROM `npc_vendor` WHERE `entry` = 6777 AND `item` = 39684; @@ -2440,6 +2828,23 @@ DELETE FROM `npc_vendor` WHERE `entry` = 6779 AND `item` = 8925; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (6779, 8925, 0, 0); +/* NPC Innkeeper Gryshka - 6929 */ +/* Remove non-Vanilla item Smoked Talbuk Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 27854; +/* Remove non-Vanilla item Filtered Draenic Water */ +DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 28399; +/* Remove non-Vanilla item Pungent Seal Whey */ +DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 33444; +/* Remove non-Vanilla item Honeymint Tea */ +DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 33445; +/* Remove non-Vanilla item Salted Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 33454; +/* Remove non-Vanilla item Mead Basted Caribou */ +DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 35953; +/* Remove non-Vanilla item Sweetened Goat's Milk */ +DELETE FROM `npc_vendor` WHERE `entry` = 6929 AND `item` = 35954; + + /* NPC Caretaker Alen - 11038 */ /* Remove non-Vanilla item Wicked Arrow */ DELETE FROM `npc_vendor` WHERE `entry` = 11038 AND `item` = 28053; @@ -2480,6 +2885,9 @@ DELETE FROM `npc_vendor` WHERE `entry` = 7854 AND `item` = 38426; /* NPC Darnall - 7940 */ /* Remove non-Vanilla item Eternium Thread */ DELETE FROM `npc_vendor` WHERE `entry` = 7940 AND `item` = 38426; +/* Add Missing Vanilla item Pattern: Runecloth Boots */ +DELETE FROM `npc_vendor` WHERE `entry` = 7940 AND `item` = 14488; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (7940, 14488, 1, 3600); /* NPC Faralorn - 7942 */ @@ -2588,6 +2996,8 @@ DELETE FROM `npc_vendor` WHERE `entry` = 8160 AND `item` = 38426; /* NPC Tarban Hearthgrain - 8307 */ +/* Remove non-Vanilla item Simple Flour */ +DELETE FROM `npc_vendor` WHERE `entry` = 8307 AND `item` = 30817; /* Add Missing Vanilla item Hot Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 8307 AND `item` = 2692; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8307, 2692, 0, 0); @@ -2625,6 +3035,12 @@ DELETE FROM `npc_vendor` WHERE `entry` = 8681 AND `item` = 38426; /* NPC Christopher Hewen - 8934 */ +/* Remove non-Vanilla item Rune Thread */ +DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 14341; +/* Remove non-Vanilla item Imbued Vial */ +DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 18256; +/* Remove non-Vanilla item Simple Flour */ +DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 30817; /* Add Missing Vanilla item Hot Spices */ DELETE FROM `npc_vendor` WHERE `entry` = 8934 AND `item` = 2692; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (8934, 2692, 0, 0); @@ -2733,12 +3149,18 @@ DELETE FROM `npc_vendor` WHERE `entry` = 11184 AND `item` = 28060; DELETE FROM `npc_vendor` WHERE `entry` = 11185 AND `item` = 39684; /* Remove non-Vanilla item Walnut Stock */ DELETE FROM `npc_vendor` WHERE `entry` = 11185 AND `item` = 40533; +/* Add Missing Vanilla item Schematic: Thorium Tube */ +DELETE FROM `npc_vendor` WHERE `entry` = 11185 AND `item` = 16047; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11185, 16047, 1, 10800); /* NPC Evie Whirlbrew - 11188 */ /* Add Missing Vanilla item Pattern: Mooncloth */ DELETE FROM `npc_vendor` WHERE `entry` = 11188 AND `item` = 14526; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11188, 14526, 0, 0); +/* Add Missing Vanilla item Recipe: Major Healing Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 11188 AND `item` = 13480; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (11188, 13480, 1, 7200); /* NPC Gorn One Eye - 11555 */ @@ -2868,6 +3290,244 @@ DELETE FROM `npc_vendor` WHERE `entry` = 12246 AND `item` = 4471; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12246, 4471, 0, 0); +/* NPC Master Sergeant Biggins - 12781 */ +/* Remove non-Vanilla item Sergeant's Cape */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 16342; +/* Remove non-Vanilla item Sergeant's Cape */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18440; +/* Remove non-Vanilla item Sergeant's Cape */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18441; +/* Remove non-Vanilla item Master Sergeant's Insignia */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18442; +/* Remove non-Vanilla item Master Sergeant's Insignia */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18443; +/* Remove non-Vanilla item Master Sergeant's Insignia */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18444; +/* Remove non-Vanilla item Sergeant Major's Plate Wristguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18445; +/* Remove non-Vanilla item Sergeant Major's Plate Wristguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18447; +/* Remove non-Vanilla item Sergeant Major's Chain Armguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18448; +/* Remove non-Vanilla item Sergeant Major's Chain Armguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18449; +/* Remove non-Vanilla item Sergeant Major's Leather Armsplints */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18452; +/* Remove non-Vanilla item Sergeant Major's Leather Armsplints */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18453; +/* Remove non-Vanilla item Sergeant Major's Dragonhide Armsplints */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18454; +/* Remove non-Vanilla item Sergeant Major's Dragonhide Armsplints */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18455; +/* Remove non-Vanilla item Sergeant Major's Silk Cuffs */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18456; +/* Remove non-Vanilla item Sergeant Major's Silk Cuffs */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18457; +/* Remove non-Vanilla item Insignia of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18854; +/* Remove non-Vanilla item Insignia of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18856; +/* Remove non-Vanilla item Insignia of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18857; +/* Remove non-Vanilla item Insignia of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18858; +/* Remove non-Vanilla item Insignia of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18859; +/* Remove non-Vanilla item Insignia of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18862; +/* Remove non-Vanilla item Insignia of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18863; +/* Remove non-Vanilla item Insignia of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 18864; +/* Remove non-Vanilla item Talisman of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 25829; +/* Remove non-Vanilla item Runed Ornate Ruby */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28118; +/* Remove non-Vanilla item Smooth Ornate Dawnstone */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28119; +/* Remove non-Vanilla item Gleaming Ornate Dawnstone */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28120; +/* Remove non-Vanilla item Potent Ornate Topaz */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28123; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28234; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28235; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28236; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28237; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28238; +/* Remove non-Vanilla item Band of Triumph */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28246; +/* Remove non-Vanilla item Band of Dominance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28247; +/* Remove non-Vanilla item Bold Ornate Ruby */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28362; +/* Remove non-Vanilla item Inscribed Ornate Topaz */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28363; +/* Remove non-Vanilla item Sergeant's Heavy Cape */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28379; +/* Remove non-Vanilla item Sergeant's Heavy Cloak */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 28380; +/* Remove non-Vanilla item Insignia of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 29593; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 30348; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 30349; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 30350; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 30351; +/* Remove non-Vanilla item Major Combat Healing Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31838; +/* Remove non-Vanilla item Major Combat Healing Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31839; +/* Remove non-Vanilla item Major Combat Mana Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31840; +/* Remove non-Vanilla item Major Combat Mana Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31841; +/* Remove non-Vanilla item Major Combat Healing Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31852; +/* Remove non-Vanilla item Major Combat Healing Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31853; +/* Remove non-Vanilla item Major Combat Mana Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31854; +/* Remove non-Vanilla item Major Combat Mana Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 31855; +/* Remove non-Vanilla item Star's Tears */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 32453; +/* Remove non-Vanilla item Star's Lament */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 32455; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 37864; +/* Remove non-Vanilla item Medallion of the Alliance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 38589; +/* Remove non-Vanilla item Greater Inscription of the Gladiator */ +DELETE FROM `npc_vendor` WHERE `entry` = 12781 AND `item` = 44957; + + +/* NPC Brave Stonehide - 12793 */ +/* Remove non-Vanilla item Senior Sergeant's Insignia */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 15200; +/* Remove non-Vanilla item Senior Sergeant's Insignia */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 16335; +/* Remove non-Vanilla item Sergeant's Cloak */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 16341; +/* Remove non-Vanilla item First Sergeant's Silk Cuffs */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 16486; +/* Remove non-Vanilla item First Sergeant's Leather Armguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 16497; +/* Remove non-Vanilla item First Sergeant's Mail Wristguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 16532; +/* Remove non-Vanilla item Sergeant's Cloak */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18427; +/* Remove non-Vanilla item Senior Sergeant's Insignia */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18428; +/* Remove non-Vanilla item First Sergeant's Plate Bracers */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18429; +/* Remove non-Vanilla item First Sergeant's Plate Bracers */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18430; +/* Remove non-Vanilla item First Sergeant's Mail Wristguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18432; +/* Remove non-Vanilla item First Sergeant's Dragonhide Armguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18434; +/* Remove non-Vanilla item First Sergeant's Leather Armguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18435; +/* Remove non-Vanilla item First Sergeant's Dragonhide Armguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18436; +/* Remove non-Vanilla item First Sergeant's Silk Cuffs */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18437; +/* Remove non-Vanilla item Sergeant's Cloak */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18461; +/* Remove non-Vanilla item Insignia of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18834; +/* Remove non-Vanilla item Insignia of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18845; +/* Remove non-Vanilla item Insignia of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18846; +/* Remove non-Vanilla item Insignia of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18849; +/* Remove non-Vanilla item Insignia of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18850; +/* Remove non-Vanilla item Insignia of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18851; +/* Remove non-Vanilla item Insignia of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18852; +/* Remove non-Vanilla item Insignia of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 18853; +/* Remove non-Vanilla item Talisman of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 24551; +/* Remove non-Vanilla item Runed Ornate Ruby */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28118; +/* Remove non-Vanilla item Smooth Ornate Dawnstone */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28119; +/* Remove non-Vanilla item Gleaming Ornate Dawnstone */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28120; +/* Remove non-Vanilla item Potent Ornate Topaz */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28123; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28239; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28240; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28241; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28242; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28243; +/* Remove non-Vanilla item Band of Triumph */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28246; +/* Remove non-Vanilla item Band of Dominance */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28247; +/* Remove non-Vanilla item Bold Ornate Ruby */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28362; +/* Remove non-Vanilla item Inscribed Ornate Topaz */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28363; +/* Remove non-Vanilla item Sergeant's Heavy Cloak */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28377; +/* Remove non-Vanilla item Sergeant's Heavy Cape */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 28378; +/* Remove non-Vanilla item Insignia of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 29592; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 30343; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 30344; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 30345; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 30346; +/* Remove non-Vanilla item Major Combat Healing Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31838; +/* Remove non-Vanilla item Major Combat Healing Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31839; +/* Remove non-Vanilla item Major Combat Mana Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31840; +/* Remove non-Vanilla item Major Combat Mana Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31841; +/* Remove non-Vanilla item Major Combat Healing Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31852; +/* Remove non-Vanilla item Major Combat Healing Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31853; +/* Remove non-Vanilla item Major Combat Mana Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31854; +/* Remove non-Vanilla item Major Combat Mana Potion */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 31855; +/* Remove non-Vanilla item Star's Tears */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 32453; +/* Remove non-Vanilla item Star's Lament */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 32455; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 37865; +/* Remove non-Vanilla item Medallion of the Horde */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 38588; +/* Remove non-Vanilla item Greater Inscription of the Gladiator */ +DELETE FROM `npc_vendor` WHERE `entry` = 12793 AND `item` = 44957; + + /* NPC Jase Farlane - 12941 */ /* Remove non-Vanilla item Blacksmith Hammer */ DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 5956; @@ -2887,6 +3547,9 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12941 /* Add Missing Vanilla item Lethargy Root */ DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 3777; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12941, 3777, 0, 0); +/* Add Missing Vanilla item Pattern: Runic Leather Headband */ +DELETE FROM `npc_vendor` WHERE `entry` = 12941 AND `item` = 15756; +INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (12941, 15756, 1, 3600); /* NPC Leonard Porter - 12942 */ @@ -3032,11 +3695,100 @@ DELETE FROM `npc_vendor` WHERE `entry` = 14739 AND `item` = 17019; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14739, 17019, 0, 0); +/* NPC Kelm Hargunth - 14754 */ +/* Remove non-Vanilla item Outrider's Lamellar Legguards */ +DELETE FROM `npc_vendor` WHERE `entry` = 14754 AND `item` = 30498; + + /* NPC Lhara - 14846 */ /* Remove non-Vanilla item Mountain Silversage */ DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 13465; /* Remove non-Vanilla item Black Lotus */ DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 13468; +/* Remove non-Vanilla item Knothide Leather */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 21887; +/* Remove non-Vanilla item Mote of Air */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22572; +/* Remove non-Vanilla item Mote of Earth */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22573; +/* Remove non-Vanilla item Mote of Fire */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22574; +/* Remove non-Vanilla item Mote of Life */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22575; +/* Remove non-Vanilla item Mote of Mana */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22576; +/* Remove non-Vanilla item Mote of Shadow */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22577; +/* Remove non-Vanilla item Mote of Water */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22578; +/* Remove non-Vanilla item Ragveil */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22787; +/* Remove non-Vanilla item Terocone */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22789; +/* Remove non-Vanilla item Ancient Lichen */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22790; +/* Remove non-Vanilla item Netherbloom */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22791; +/* Remove non-Vanilla item Nightmare Vine */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22792; +/* Remove non-Vanilla item Mana Thistle */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22793; +/* Remove non-Vanilla item Fel Lotus */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 22794; +/* Remove non-Vanilla item Living Ruby */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23436; +/* Remove non-Vanilla item Talasite */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23437; +/* Remove non-Vanilla item Star of Elune */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23438; +/* Remove non-Vanilla item Noble Topaz */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23439; +/* Remove non-Vanilla item Dawnstone */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23440; +/* Remove non-Vanilla item Nightseye */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23441; +/* Remove non-Vanilla item Heavy Knothide Leather */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 23793; +/* Remove non-Vanilla item Fel Hide */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 25707; +/* Remove non-Vanilla item Thick Clefthoof Leather */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 25708; +/* Remove non-Vanilla item Borean Leather */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 33568; +/* Remove non-Vanilla item Goldclover */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36901; +/* Remove non-Vanilla item Adder's Tongue */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36903; +/* Remove non-Vanilla item Tiger Lily */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36904; +/* Remove non-Vanilla item Lichbloom */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36905; +/* Remove non-Vanilla item Icethorn */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36906; +/* Remove non-Vanilla item Talandra's Rose */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36907; +/* Remove non-Vanilla item Frost Lotus */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 36908; +/* Remove non-Vanilla item Crystallized Air */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37700; +/* Remove non-Vanilla item Crystallized Earth */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37701; +/* Remove non-Vanilla item Crystallized Fire */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37702; +/* Remove non-Vanilla item Crystallized Shadow */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37703; +/* Remove non-Vanilla item Crystallized Life */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37704; +/* Remove non-Vanilla item Crystallized Water */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37705; +/* Remove non-Vanilla item Deadnettle */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 37921; +/* Remove non-Vanilla item Heavy Borean Leather */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 38425; +/* Remove non-Vanilla item Arctic Fur */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 44128; +/* Remove non-Vanilla item Northrend Mystery Gem Pouch */ +DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 46812; /* Add Missing Vanilla item Sylvan Shortbow */ DELETE FROM `npc_vendor` WHERE `entry` = 14846 AND `item` = 11308; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (14846, 11308, 1, 43200); @@ -3219,6 +3971,56 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (5134, /* NPC Brogus Thunderbrew - 4255 */ +/* Remove non-Vanilla item Smoked Talbuk Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27854; +/* Remove non-Vanilla item Mag'har Grainbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27855; +/* Remove non-Vanilla item Skethyl Berries */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27856; +/* Remove non-Vanilla item Garadar Sharp */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27857; +/* Remove non-Vanilla item Sunspring Carp */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27858; +/* Remove non-Vanilla item Purified Draenic Water */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 27860; +/* Remove non-Vanilla item Filtered Draenic Water */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 28399; +/* Remove non-Vanilla item Mag'har Mild Cheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 29448; +/* Remove non-Vanilla item Bladespire Bagel */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 29449; +/* Remove non-Vanilla item Telaari Grapes */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 29450; +/* Remove non-Vanilla item Clefthoof Ribs */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 29451; +/* Remove non-Vanilla item Zangar Trout */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 29452; +/* Remove non-Vanilla item Sour Goat Cheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33443; +/* Remove non-Vanilla item Pungent Seal Whey */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33444; +/* Remove non-Vanilla item Honeymint Tea */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33445; +/* Remove non-Vanilla item Crusty Flatbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33449; +/* Remove non-Vanilla item Fillet of Icefin */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33451; +/* Remove non-Vanilla item Salted Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 33454; +/* Remove non-Vanilla item Savory Snowplum */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35948; +/* Remove non-Vanilla item Tundra Berries */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35949; +/* Remove non-Vanilla item Sweet Potato Bread */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35950; +/* Remove non-Vanilla item Poached Emperor Salmon */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35951; +/* Remove non-Vanilla item Briny Hardcheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35952; +/* Remove non-Vanilla item Mead Basted Caribou */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35953; +/* Remove non-Vanilla item Sweetened Goat's Milk */ +DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 35954; /* Add Missing Vanilla item Tough Jerky */ DELETE FROM `npc_vendor` WHERE `entry` = 4255 AND `item` = 117; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (4255, 117, 0, 0); @@ -3345,6 +4147,56 @@ INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (3625, /* NPC Shrye Ragefist - 10367 */ +/* Remove non-Vanilla item Smoked Talbuk Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27854; +/* Remove non-Vanilla item Mag'har Grainbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27855; +/* Remove non-Vanilla item Garadar Sharp */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27857; +/* Remove non-Vanilla item Sunspring Carp */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27858; +/* Remove non-Vanilla item Zangar Caps */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27859; +/* Remove non-Vanilla item Purified Draenic Water */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 27860; +/* Remove non-Vanilla item Filtered Draenic Water */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 28399; +/* Remove non-Vanilla item Mag'har Mild Cheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29448; +/* Remove non-Vanilla item Bladespire Bagel */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29449; +/* Remove non-Vanilla item Clefthoof Ribs */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29451; +/* Remove non-Vanilla item Zangar Trout */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29452; +/* Remove non-Vanilla item Sporeggar Mushroom */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 29453; +/* Remove non-Vanilla item Sour Goat Cheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33443; +/* Remove non-Vanilla item Pungent Seal Whey */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33444; +/* Remove non-Vanilla item Honeymint Tea */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33445; +/* Remove non-Vanilla item Crusty Flatbread */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33449; +/* Remove non-Vanilla item Fillet of Icefin */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33451; +/* Remove non-Vanilla item Honey-Spiced Lichen */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33452; +/* Remove non-Vanilla item Salted Venison */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 33454; +/* Remove non-Vanilla item Sparkling Frostcap */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35947; +/* Remove non-Vanilla item Sweet Potato Bread */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35950; +/* Remove non-Vanilla item Poached Emperor Salmon */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35951; +/* Remove non-Vanilla item Briny Hardcheese */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35952; +/* Remove non-Vanilla item Mead Basted Caribou */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35953; +/* Remove non-Vanilla item Sweetened Goat's Milk */ +DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 35954; /* Add Missing Vanilla item Tough Jerky */ DELETE FROM `npc_vendor` WHERE `entry` = 10367 AND `item` = 117; INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`) VALUES (10367, 117, 0, 0); diff --git a/sql/world/base/zone_deadwind_pass.sql b/sql/world/base/zone_deadwind_pass.sql index 7bff3ab..549f741 100644 --- a/sql/world/base/zone_deadwind_pass.sql +++ b/sql/world/base/zone_deadwind_pass.sql @@ -1,18 +1,3 @@ --- Restless Shade -UPDATE `creature_template` SET `minlevel`=58, `maxlevel`=60 WHERE `entry`=7370; - --- Wailing Spectre -UPDATE `creature_template` SET `minlevel`=58, `maxlevel`=60 WHERE `entry`=12377; - --- Damned Soul -UPDATE `creature_template` SET `minlevel`=59, `maxlevel`=60 WHERE `entry`=12378; - --- Unliving Caretaker -UPDATE `creature_template` SET `minlevel`=59, `maxlevel`=60 WHERE `entry`=12379; - --- Unliving Resident -UPDATE `creature_template` SET `minlevel`=59, `maxlevel`=60 WHERE `entry`=12380; - -- Deadwind Brute DELETE FROM `creature_loot_template` WHERE `Entry`=7369; INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (7369, 2928, 0, 0.02, 0, 1, 0, 1, 1, 'Deadwind Brute - Dust of Decay'); diff --git a/sql/world/base/zone_durotar.sql b/sql/world/base/zone_durotar.sql index a1d2ec5..2d10889 100644 --- a/sql/world/base/zone_durotar.sql +++ b/sql/world/base/zone_durotar.sql @@ -1,45 +1,3 @@ --- Vile Familiars -UPDATE `creature_template` SET `faction`=14 WHERE `entry`=3101; - --- Felstalker -UPDATE `creature_template` SET `faction`=14 WHERE `entry`=3102; - --- Dwukk -UPDATE `creature_template` SET `subname`='Journeyman Blacksmith' WHERE `entry`=3174; - --- Krunn -UPDATE `creature_template` SET `subname`='Miner' WHERE `entry`=3175; - --- Yarrog Baneshadow -UPDATE `creature_template` SET `faction`=16 WHERE `entry`=3183; - --- Miao'zan -UPDATE `creature_template` SET `subname`='Journeyman Alchemist' WHERE `entry`=3184; - --- Mishiki -UPDATE `creature_template` SET `subname`='Herbalist' WHERE `entry`=3185; - --- Gazz'uz -UPDATE `creature_template` SET `minlevel`=14, `maxlevel`=14 WHERE `entry`=3204; - --- Den Grunt -UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55 WHERE `entry`=5952; - --- Voidwalker Minion -UPDATE `creature_template` SET `minlevel`=47, `maxlevel`=47, `faction`=7 WHERE `entry`=8996; - --- Frezza -UPDATE `creature_template` SET `subname`='Zeppelin Master' WHERE `entry`=9564; - --- Mukdrak -UPDATE `creature_template` SET `subname`='Journeyman Engineer' WHERE `entry`=11025; - --- Imp Minion -UPDATE `creature_template` SET `minlevel`=46, `maxlevel`=46 WHERE `entry`=12922; - --- Steamwheedle Bruiser -UPDATE `creature_template` SET `minlevel`=55, `maxlevel`=55 WHERE `entry`=16096; - -- Dwukk DELETE FROM `npc_trainer` WHERE `ID`=3174; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3174, -310000);